Interface DecodeSnapshotResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DecodeSnapshotResponse, DecodeSnapshotResponse.Builder
@Generated
public interface DecodeSnapshotResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsComponents(String key) map<string, .google.protobuf.Any> components = 2;Deprecated.intmap<string, .google.protobuf.Any> components = 2;map<string, .google.protobuf.Any> components = 2;com.google.protobuf.AnygetComponentsOrDefault(String key, com.google.protobuf.Any defaultValue) map<string, .google.protobuf.Any> components = 2;com.google.protobuf.Anymap<string, .google.protobuf.Any> components = 2;string snapshot_id = 1;com.google.protobuf.ByteStringstring snapshot_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSnapshotId
-
getSnapshotIdBytes
com.google.protobuf.ByteString getSnapshotIdBytes()string snapshot_id = 1;- Returns:
- The bytes for snapshotId.
-
getComponentsCount
int getComponentsCount()map<string, .google.protobuf.Any> components = 2; -
containsComponents
map<string, .google.protobuf.Any> components = 2; -
getComponents
Deprecated.UsegetComponentsMap()instead. -
getComponentsMap
-
getComponentsOrDefault
map<string, .google.protobuf.Any> components = 2; -
getComponentsOrThrow
map<string, .google.protobuf.Any> components = 2;
-