final class ListSnapshotsResponse extends GeneratedMessageV3 with ListSnapshotsResponseOrBuilder
Response for the `ListSnapshots` method.
Protobuf type google.pubsub.v1.ListSnapshotsResponse
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ListSnapshotsResponse
- ListSnapshotsResponseOrBuilder
- GeneratedMessageV3
- Serializable
- AbstractMessage
- Message
- MessageOrBuilder
- AbstractMessageLite
- MessageLite
- MessageLiteOrBuilder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def equals(obj: AnyRef): Boolean
- Definition Classes
- ListSnapshotsResponse → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- def findInitializationErrors(): List[String]
- Definition Classes
- AbstractMessage → MessageOrBuilder
- def getAllFields(): Map[FieldDescriptor, AnyRef]
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getDefaultInstanceForType(): ListSnapshotsResponse
- Definition Classes
- ListSnapshotsResponse → MessageOrBuilder → MessageLiteOrBuilder
- Annotations
- @Override()
- def getDescriptorForType(): Descriptor
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getField(arg0: FieldDescriptor): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getInitializationErrorString(): String
- Definition Classes
- AbstractMessage → MessageOrBuilder
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def getParserForType(): Parser[ListSnapshotsResponse]
- Definition Classes
- ListSnapshotsResponse → GeneratedMessageV3 → Message → MessageLite
- Annotations
- @Override()
- def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getRepeatedFieldCount(arg0: FieldDescriptor): Int
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def getSerializedSize(): Int
- Definition Classes
- ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- 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
- ListSnapshotsResponse → ListSnapshotsResponseOrBuilder
- Annotations
- @Override()
- def getUnknownFields(): UnknownFieldSet
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasField(arg0: FieldDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → MessageOrBuilder
- def hasOneof(arg0: OneofDescriptor): Boolean
- Definition Classes
- GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
- def hashCode(): Int
- Definition Classes
- ListSnapshotsResponse → AbstractMessage → Message → AnyRef → Any
- Annotations
- @Override()
- final def isInitialized(): Boolean
- Definition Classes
- ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
- Annotations
- @Override()
- def newBuilderForType(): Builder
- Definition Classes
- ListSnapshotsResponse → Message → MessageLite
- Annotations
- @Override()
- def toBuilder(): Builder
- Definition Classes
- ListSnapshotsResponse → Message → MessageLite
- Annotations
- @Override()
- def toByteArray(): Array[Byte]
- Definition Classes
- AbstractMessageLite → MessageLite
- def toByteString(): ByteString
- Definition Classes
- AbstractMessageLite → MessageLite
- final def toString(): String
- Definition Classes
- AbstractMessage → Message → AnyRef → Any
- def writeDelimitedTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])
- def writeTo(output: CodedOutputStream): Unit
- Definition Classes
- ListSnapshotsResponse → GeneratedMessageV3 → AbstractMessage → MessageLite
- Annotations
- @Override()
- def writeTo(arg0: OutputStream): Unit
- Definition Classes
- AbstractMessageLite → MessageLite
- Annotations
- @throws(classOf[java.io.IOException])