Uses of Class
com.google.cloud.config.v1.ConfigClient.ListDeploymentsPagedResponse
-
Packages that use ConfigClient.ListDeploymentsPagedResponse Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of ConfigClient.ListDeploymentsPagedResponse in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ConfigClient.ListDeploymentsPagedResponse Modifier and Type Method Description ConfigClient.ListDeploymentsPagedResponse
ConfigClient. listDeployments(ListDeploymentsRequest request)
Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.ConfigClient.ListDeploymentsPagedResponse
ConfigClient. listDeployments(LocationName parent)
Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.ConfigClient.ListDeploymentsPagedResponse
ConfigClient. listDeployments(String parent)
Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.Methods in com.google.cloud.config.v1 that return types with arguments of type ConfigClient.ListDeploymentsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<ConfigClient.ListDeploymentsPagedResponse>
ConfigClient.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,ConfigClient.ListDeploymentsPagedResponse>
ConfigClient. listDeploymentsPagedCallable()
Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,ConfigClient.ListDeploymentsPagedResponse>
ConfigSettings.Builder. listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.com.google.api.gax.rpc.PagedCallSettings<ListDeploymentsRequest,ListDeploymentsResponse,ConfigClient.ListDeploymentsPagedResponse>
ConfigSettings. listDeploymentsSettings()
Returns the object with the settings used for calls to listDeployments. -
Uses of ConfigClient.ListDeploymentsPagedResponse in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type ConfigClient.ListDeploymentsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ConfigClient.ListDeploymentsPagedResponse>
ConfigStub. listDeploymentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ConfigClient.ListDeploymentsPagedResponse>
GrpcConfigStub. listDeploymentsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ConfigClient.ListDeploymentsPagedResponse>
HttpJsonConfigStub. listDeploymentsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDeploymentsRequest,ListDeploymentsResponse,ConfigClient.ListDeploymentsPagedResponse>
ConfigStubSettings.Builder. listDeploymentsSettings()
Returns the builder for the settings used for calls to listDeployments.com.google.api.gax.rpc.PagedCallSettings<ListDeploymentsRequest,ListDeploymentsResponse,ConfigClient.ListDeploymentsPagedResponse>
ConfigStubSettings. listDeploymentsSettings()
Returns the object with the settings used for calls to listDeployments.
-