Packages

c

com.google.pubsub.v1

ListSnapshotsResponse

final class ListSnapshotsResponse extends GeneratedMessageV3 with ListSnapshotsResponseOrBuilder

Response for the `ListSnapshots` method.

Protobuf type google.pubsub.v1.ListSnapshotsResponse

Source
ListSnapshotsResponse.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ListSnapshotsResponse
  2. ListSnapshotsResponseOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def equals(obj: AnyRef): Boolean
    Definition Classes
    ListSnapshotsResponse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  2. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  3. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  4. def getDefaultInstanceForType(): ListSnapshotsResponse
    Definition Classes
    ListSnapshotsResponse → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  5. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  6. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  7. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  8. def getNextPageToken(): String

    Optional. If not empty, indicates that there may be more snapshot that
    match the request; this value should be passed in a new
    `ListSnapshotsRequest`.
    

    Optional. If not empty, indicates that there may be more snapshot that
    match the request; this value should be passed in a new
    `ListSnapshotsRequest`.
    

    string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

    returns

    The nextPageToken.

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  9. def getNextPageTokenBytes(): ByteString

    Optional. If not empty, indicates that there may be more snapshot that
    match the request; this value should be passed in a new
    `ListSnapshotsRequest`.
    

    Optional. If not empty, indicates that there may be more snapshot that
    match the request; this value should be passed in a new
    `ListSnapshotsRequest`.
    

    string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

    returns

    The bytes for nextPageToken.

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  10. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  11. def getParserForType(): Parser[ListSnapshotsResponse]
    Definition Classes
    ListSnapshotsResponse → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  12. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  13. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  14. def getSerializedSize(): Int
    Definition Classes
    ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  15. def getSnapshots(index: Int): Snapshot

    Optional. The resulting snapshots.
    

    Optional. The resulting snapshots.
    

    repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  16. def getSnapshotsCount(): Int

    Optional. The resulting snapshots.
    

    Optional. The resulting snapshots.
    

    repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  17. def getSnapshotsList(): List[Snapshot]

    Optional. The resulting snapshots.
    

    Optional. The resulting snapshots.
    

    repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  18. def getSnapshotsOrBuilder(index: Int): SnapshotOrBuilder

    Optional. The resulting snapshots.
    

    Optional. The resulting snapshots.
    

    repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  19. def getSnapshotsOrBuilderList(): List[_ <: SnapshotOrBuilder]

    Optional. The resulting snapshots.
    

    Optional. The resulting snapshots.
    

    repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

    Definition Classes
    ListSnapshotsResponseListSnapshotsResponseOrBuilder
    Annotations
    @Override()
  20. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  21. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  22. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  23. def hashCode(): Int
    Definition Classes
    ListSnapshotsResponse → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  24. final def isInitialized(): Boolean
    Definition Classes
    ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  25. def newBuilderForType(): Builder
    Definition Classes
    ListSnapshotsResponse → Message → MessageLite
    Annotations
    @Override()
  26. def toBuilder(): Builder
    Definition Classes
    ListSnapshotsResponse → Message → MessageLite
    Annotations
    @Override()
  27. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  28. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  29. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  30. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  31. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  32. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])