Interface ConfigCatalogExtProto.AccessOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConfigCatalogExtProto.Access, ConfigCatalogExtProto.Access.Builder
Enclosing class:
ConfigCatalogExtProto

public static interface ConfigCatalogExtProto.AccessOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string dataFormatS = 3;
    com.google.protobuf.ByteString
    string dataFormatS = 3;
    long
    uint64 dataSize = 4;
    string serviceName = 1;
    com.google.protobuf.ByteString
    string serviceName = 1;
    string urlPath = 2;
    com.google.protobuf.ByteString
    string urlPath = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getServiceName

      String getServiceName()
      string serviceName = 1;
      Returns:
      The serviceName.
    • getServiceNameBytes

      com.google.protobuf.ByteString getServiceNameBytes()
      string serviceName = 1;
      Returns:
      The bytes for serviceName.
    • getUrlPath

      String getUrlPath()
      string urlPath = 2;
      Returns:
      The urlPath.
    • getUrlPathBytes

      com.google.protobuf.ByteString getUrlPathBytes()
      string urlPath = 2;
      Returns:
      The bytes for urlPath.
    • getDataFormatS

      String getDataFormatS()
      string dataFormatS = 3;
      Returns:
      The dataFormatS.
    • getDataFormatSBytes

      com.google.protobuf.ByteString getDataFormatSBytes()
      string dataFormatS = 3;
      Returns:
      The bytes for dataFormatS.
    • getDataSize

      long getDataSize()
      uint64 dataSize = 4;
      Returns:
      The dataSize.