Uses of Class
com.google.cloud.config.v1.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of ListDeploymentsRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return ListDeploymentsRequest Modifier and Type Method Description ListDeploymentsRequestListDeploymentsRequest.Builder. build()ListDeploymentsRequestListDeploymentsRequest.Builder. buildPartial()static ListDeploymentsRequestListDeploymentsRequest. getDefaultInstance()ListDeploymentsRequestListDeploymentsRequest.Builder. getDefaultInstanceForType()ListDeploymentsRequestListDeploymentsRequest. getDefaultInstanceForType()static ListDeploymentsRequestListDeploymentsRequest. parseDelimitedFrom(InputStream input)static ListDeploymentsRequestListDeploymentsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(byte[] data)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(com.google.protobuf.ByteString data)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(InputStream input)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(ByteBuffer data)static ListDeploymentsRequestListDeploymentsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.config.v1 that return types with arguments of type ListDeploymentsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDeploymentsRequest,ListDeploymentsResponse>ConfigGrpc. getListDeploymentsMethod()com.google.protobuf.Parser<ListDeploymentsRequest>ListDeploymentsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>ConfigClient. listDeploymentsCallable()Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.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.static com.google.protobuf.Parser<ListDeploymentsRequest>ListDeploymentsRequest. parser()Methods in com.google.cloud.config.v1 with parameters of type ListDeploymentsRequest Modifier and Type Method Description ConfigClient.ListDeploymentsPagedResponseConfigClient. listDeployments(ListDeploymentsRequest request)Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.default voidConfigGrpc.AsyncService. listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.ListDeploymentsResponseConfigGrpc.ConfigBlockingStub. listDeployments(ListDeploymentsRequest request)Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListDeploymentsResponse>ConfigGrpc.ConfigFutureStub. listDeployments(ListDeploymentsRequest request)Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.voidConfigGrpc.ConfigStub. listDeployments(ListDeploymentsRequest request, io.grpc.stub.StreamObserver<ListDeploymentsResponse> responseObserver)Lists [Deployment][google.cloud.config.v1.Deployment]s in a given project and location.ListDeploymentsRequest.BuilderListDeploymentsRequest.Builder. mergeFrom(ListDeploymentsRequest other)static ListDeploymentsRequest.BuilderListDeploymentsRequest. newBuilder(ListDeploymentsRequest prototype)Method parameters in com.google.cloud.config.v1 with type arguments of type ListDeploymentsRequest 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)protected ConfigClient.ListDeploymentsPageConfigClient.ListDeploymentsPage. createPage(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, ListDeploymentsResponse response)com.google.api.core.ApiFuture<ConfigClient.ListDeploymentsPage>ConfigClient.ListDeploymentsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDeploymentsRequest,ListDeploymentsResponse,Deployment> context, com.google.api.core.ApiFuture<ListDeploymentsResponse> futureResponse) -
Uses of ListDeploymentsRequest in com.google.cloud.config.v1.stub
-