public interface ListRevisionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token indicating there are more items than page_size.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token indicating there are more items than page_size.
|
Revision |
getRevisions(int index)
The resulting list of Revisions.
|
int |
getRevisionsCount()
The resulting list of Revisions.
|
List<Revision> |
getRevisionsList()
The resulting list of Revisions.
|
RevisionOrBuilder |
getRevisionsOrBuilder(int index)
The resulting list of Revisions.
|
List<? extends RevisionOrBuilder> |
getRevisionsOrBuilderList()
The resulting list of Revisions.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Revision> getRevisionsList()
The resulting list of Revisions.
repeated .google.cloud.run.v2.Revision revisions = 1;Revision getRevisions(int index)
The resulting list of Revisions.
repeated .google.cloud.run.v2.Revision revisions = 1;int getRevisionsCount()
The resulting list of Revisions.
repeated .google.cloud.run.v2.Revision revisions = 1;List<? extends RevisionOrBuilder> getRevisionsOrBuilderList()
The resulting list of Revisions.
repeated .google.cloud.run.v2.Revision revisions = 1;RevisionOrBuilder getRevisionsOrBuilder(int index)
The resulting list of Revisions.
repeated .google.cloud.run.v2.Revision revisions = 1;String getNextPageToken()
A token indicating there are more items than page_size. Use it in the next ListRevisions request to continue.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token indicating there are more items than page_size. Use it in the next ListRevisions request to continue.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.