Interface ConfigCatalogExtProto.AccessOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataFormatS()
      string dataFormatS = 3;
      com.google.protobuf.ByteString getDataFormatSBytes()
      string dataFormatS = 3;
      long getDataSize()
      uint64 dataSize = 4;
      String getServiceName()
      string serviceName = 1;
      com.google.protobuf.ByteString getServiceNameBytes()
      string serviceName = 1;
      String getUrlPath()
      string urlPath = 2;
      com.google.protobuf.ByteString getUrlPathBytes()
      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 Detail

      • 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.