Interface ResourceAbsoluteDiffProto.ManifestOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourceAbsoluteDiffProto.ManifestOperation
,ResourceAbsoluteDiffProto.ManifestOperation.Builder
- Enclosing class:
- ResourceAbsoluteDiffProto
public static interface ResourceAbsoluteDiffProto.ManifestOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
int32 baseHashCode = 2;
.common.protobuf.ManifestPB manifest = 1;
.common.protobuf.ManifestPB manifest = 1;
boolean
.common.protobuf.ManifestPB manifest = 1;
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
-
hasManifest
boolean hasManifest().common.protobuf.ManifestPB manifest = 1;
- Returns:
- Whether the manifest field is set.
-
getManifest
ResourceCollectionManifestProto.ManifestPB getManifest().common.protobuf.ManifestPB manifest = 1;
- Returns:
- The manifest.
-
getManifestOrBuilder
ResourceCollectionManifestProto.ManifestPBOrBuilder getManifestOrBuilder().common.protobuf.ManifestPB manifest = 1;
-
getBaseHashCode
int getBaseHashCode()int32 baseHashCode = 2;
- Returns:
- The baseHashCode.
-