Interface ListApiDeploymentRevisionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListApiDeploymentRevisionsResponse
,ListApiDeploymentRevisionsResponse.Builder
public interface ListApiDeploymentRevisionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiDeployment
getApiDeployments(int index)
The revisions of the deployment.int
getApiDeploymentsCount()
The revisions of the deployment.List<ApiDeployment>
getApiDeploymentsList()
The revisions of the deployment.ApiDeploymentOrBuilder
getApiDeploymentsOrBuilder(int index)
The revisions of the deployment.List<? extends ApiDeploymentOrBuilder>
getApiDeploymentsOrBuilderList()
The revisions of the deployment.String
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApiDeploymentsList
List<ApiDeployment> getApiDeploymentsList()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
-
getApiDeployments
ApiDeployment getApiDeployments(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
-
getApiDeploymentsCount
int getApiDeploymentsCount()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
-
getApiDeploymentsOrBuilderList
List<? extends ApiDeploymentOrBuilder> getApiDeploymentsOrBuilderList()
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
-
getApiDeploymentsOrBuilder
ApiDeploymentOrBuilder getApiDeploymentsOrBuilder(int index)
The revisions of the deployment.
repeated .google.cloud.apigeeregistry.v1.ApiDeployment api_deployments = 1;
-
getNextPageToken
String getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-