Package thredds.server.catalog.tracker
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDataFormatS()string dataFormatS = 3;com.google.protobuf.ByteStringgetDataFormatSBytes()string dataFormatS = 3;longgetDataSize()uint64 dataSize = 4;StringgetServiceName()string serviceName = 1;com.google.protobuf.ByteStringgetServiceNameBytes()string serviceName = 1;StringgetUrlPath()string urlPath = 2;com.google.protobuf.ByteStringgetUrlPathBytes()string urlPath = 2;-
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.
-
-