Interface DayPackageMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DayPackageMetadata
,DayPackageMetadata.Builder
public interface DayPackageMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDate()
string date = 2;
com.google.protobuf.ByteString
getDateBytes()
string date = 2;
String
getEtag()
string etag = 3;
com.google.protobuf.ByteString
getEtagBytes()
string etag = 3;
String
getRegion()
string region = 1;
com.google.protobuf.ByteString
getRegionBytes()
string region = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegion
String getRegion()
string region = 1;
- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()
string region = 1;
- Returns:
- The bytes for region.
-
getDate
String getDate()
string date = 2;
- Returns:
- The date.
-
getDateBytes
com.google.protobuf.ByteString getDateBytes()
string date = 2;
- Returns:
- The bytes for date.
-
getEtag
String getEtag()
string etag = 3;
- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()
string etag = 3;
- Returns:
- The bytes for etag.
-
-