Uses of Class
com.google.cloud.gsuiteaddons.v1.GSuiteAddOnsClient.ListDeploymentsPagedResponse
-
Packages that use GSuiteAddOnsClient.ListDeploymentsPagedResponse Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons APIcom.google.cloud.gsuiteaddons.v1.stub -
-
Uses of GSuiteAddOnsClient.ListDeploymentsPagedResponse in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return GSuiteAddOnsClient.ListDeploymentsPagedResponse Modifier and Type Method Description GSuiteAddOnsClient.ListDeploymentsPagedResponseGSuiteAddOnsClient. listDeployments(ListDeploymentsRequest request)Lists all deployments in a particular project.GSuiteAddOnsClient.ListDeploymentsPagedResponseGSuiteAddOnsClient. listDeployments(ProjectName parent)Lists all deployments in a particular project.GSuiteAddOnsClient.ListDeploymentsPagedResponseGSuiteAddOnsClient. listDeployments(String parent)Lists all deployments in a particular project.Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type GSuiteAddOnsClient.ListDeploymentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<GSuiteAddOnsClient.ListDeploymentsPagedResponse>GSuiteAddOnsClient.ListDeploymentsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,GSuiteAddOnsClient.ListDeploymentsPagedResponse>GSuiteAddOnsClient. listDeploymentsPagedCallable()Lists all deployments in a particular project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,GSuiteAddOnsClient.ListDeploymentsPagedResponse>GSuiteAddOnsSettings.Builder. listDeploymentsSettings()Returns the builder for the settings used for calls to listDeployments.com.google.api.gax.rpc.PagedCallSettings<ListDeploymentsRequest,ListDeploymentsResponse,GSuiteAddOnsClient.ListDeploymentsPagedResponse>GSuiteAddOnsSettings. listDeploymentsSettings()Returns the object with the settings used for calls to listDeployments. -
Uses of GSuiteAddOnsClient.ListDeploymentsPagedResponse in com.google.cloud.gsuiteaddons.v1.stub
-