public interface ListImageVersionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIncludePastReleases()
Whether or not image versions from old releases should be included.
|
int |
getPageSize()
The maximum number of image_versions to return.
|
String |
getPageToken()
The next_page_token value returned from a previous List request, if any.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
|
String |
getParent()
List ImageVersions in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
|
com.google.protobuf.ByteString |
getParentBytes()
List ImageVersions in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
List ImageVersions in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
string parent = 1;com.google.protobuf.ByteString getParentBytes()
List ImageVersions in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
string parent = 1;int getPageSize()
The maximum number of image_versions to return.
int32 page_size = 2;String getPageToken()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
The next_page_token value returned from a previous List request, if any.
string page_token = 3;boolean getIncludePastReleases()
Whether or not image versions from old releases should be included.
bool include_past_releases = 4;Copyright © 2024 Google LLC. All rights reserved.