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 Type
    Method
    Description
    boolean
    map<string, .google.protobuf.Any> components = 2;
    Map<String, com.google.protobuf.Any>
    Deprecated.
    int
    map<string, .google.protobuf.Any> components = 2;
    Map<String, com.google.protobuf.Any>
    map<string, .google.protobuf.Any> components = 2;
    com.google.protobuf.Any
    getComponentsOrDefault(String key, com.google.protobuf.Any defaultValue)
    map<string, .google.protobuf.Any> components = 2;
    com.google.protobuf.Any
    map<string, .google.protobuf.Any> components = 2;
    string snapshot_id = 1;
    com.google.protobuf.ByteString
    string snapshot_id = 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

    • getSnapshotId

      String getSnapshotId()
      string snapshot_id = 1;
      Returns:
      The snapshotId.
    • 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

      boolean containsComponents(String key)
      map<string, .google.protobuf.Any> components = 2;
    • getComponents

      @Deprecated Map<String, com.google.protobuf.Any> getComponents()
      Deprecated.
      Use getComponentsMap() instead.
    • getComponentsMap

      Map<String, com.google.protobuf.Any> getComponentsMap()
      map<string, .google.protobuf.Any> components = 2;
    • getComponentsOrDefault

      com.google.protobuf.Any getComponentsOrDefault(String key, com.google.protobuf.Any defaultValue)
      map<string, .google.protobuf.Any> components = 2;
    • getComponentsOrThrow

      com.google.protobuf.Any getComponentsOrThrow(String key)
      map<string, .google.protobuf.Any> components = 2;