Interface ListApiDeploymentRevisionsResponseOrBuilder

    • 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.