Interface SnapshotsService.SnapshotDescriptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SnapshotsService.SnapshotDescription, SnapshotsService.SnapshotDescription.Builder
Enclosing class:
SnapshotsService

public static interface SnapshotsService.SnapshotDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Creation time of the snapshot
    com.google.protobuf.TimestampOrBuilder
    Creation time of the snapshot
    Name of the snapshot
    com.google.protobuf.ByteString
    Name of the snapshot
    long
    Size of the snapshot in bytes
    boolean
    Creation time of the snapshot

    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

    • getName

      String getName()
       Name of the snapshot
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the snapshot
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasCreationTime

      boolean hasCreationTime()
       Creation time of the snapshot
       
      .google.protobuf.Timestamp creation_time = 2;
      Returns:
      Whether the creationTime field is set.
    • getCreationTime

      com.google.protobuf.Timestamp getCreationTime()
       Creation time of the snapshot
       
      .google.protobuf.Timestamp creation_time = 2;
      Returns:
      The creationTime.
    • getCreationTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCreationTimeOrBuilder()
       Creation time of the snapshot
       
      .google.protobuf.Timestamp creation_time = 2;
    • getSize

      long getSize()
       Size of the snapshot in bytes
       
      int64 size = 3;
      Returns:
      The size.