Interface ListDeploymentsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListDeploymentsResponse, ListDeploymentsResponse.Builder

    public interface ListDeploymentsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDeploymentsList

        List<Deployment> getDeploymentsList()
         The list of deployments. There will be a maximum number of items
         returned based on the page_size field in the request. The list may in some
         cases be empty or contain fewer entries than page_size even if this isn't
         the last page.
         
        repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;
      • getDeployments

        Deployment getDeployments​(int index)
         The list of deployments. There will be a maximum number of items
         returned based on the page_size field in the request. The list may in some
         cases be empty or contain fewer entries than page_size even if this isn't
         the last page.
         
        repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;
      • getDeploymentsCount

        int getDeploymentsCount()
         The list of deployments. There will be a maximum number of items
         returned based on the page_size field in the request. The list may in some
         cases be empty or contain fewer entries than page_size even if this isn't
         the last page.
         
        repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;
      • getDeploymentsOrBuilderList

        List<? extends DeploymentOrBuilder> getDeploymentsOrBuilderList()
         The list of deployments. There will be a maximum number of items
         returned based on the page_size field in the request. The list may in some
         cases be empty or contain fewer entries than page_size even if this isn't
         the last page.
         
        repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;
      • getDeploymentsOrBuilder

        DeploymentOrBuilder getDeploymentsOrBuilder​(int index)
         The list of deployments. There will be a maximum number of items
         returned based on the page_size field in the request. The list may in some
         cases be empty or contain fewer entries than page_size even if this isn't
         the last page.
         
        repeated .google.cloud.dialogflow.cx.v3.Deployment deployments = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no more
         results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.