Uses of Class
com.google.cloud.config.v1.GetDeploymentRequest
-
Packages that use GetDeploymentRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of GetDeploymentRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 that return GetDeploymentRequest Modifier and Type Method Description GetDeploymentRequest
GetDeploymentRequest.Builder. build()
GetDeploymentRequest
GetDeploymentRequest.Builder. buildPartial()
static GetDeploymentRequest
GetDeploymentRequest. getDefaultInstance()
GetDeploymentRequest
GetDeploymentRequest.Builder. getDefaultInstanceForType()
GetDeploymentRequest
GetDeploymentRequest. getDefaultInstanceForType()
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data)
static GetDeploymentRequest
GetDeploymentRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.config.v1 that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
ConfigClient. getDeploymentCallable()
Gets details about a [Deployment][google.cloud.config.v1.Deployment].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>
ConfigSettings.Builder. getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>
ConfigSettings. getDeploymentSettings()
Returns the object with the settings used for calls to getDeployment.static io.grpc.MethodDescriptor<GetDeploymentRequest,Deployment>
ConfigGrpc. getGetDeploymentMethod()
com.google.protobuf.Parser<GetDeploymentRequest>
GetDeploymentRequest. getParserForType()
static com.google.protobuf.Parser<GetDeploymentRequest>
GetDeploymentRequest. parser()
Methods in com.google.cloud.config.v1 with parameters of type GetDeploymentRequest Modifier and Type Method Description Deployment
ConfigClient. getDeployment(GetDeploymentRequest request)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].default void
ConfigGrpc.AsyncService. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].Deployment
ConfigGrpc.ConfigBlockingStub. getDeployment(GetDeploymentRequest request)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].com.google.common.util.concurrent.ListenableFuture<Deployment>
ConfigGrpc.ConfigFutureStub. getDeployment(GetDeploymentRequest request)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].void
ConfigGrpc.ConfigStub. getDeployment(GetDeploymentRequest request, io.grpc.stub.StreamObserver<Deployment> responseObserver)
Gets details about a [Deployment][google.cloud.config.v1.Deployment].GetDeploymentRequest.Builder
GetDeploymentRequest.Builder. mergeFrom(GetDeploymentRequest other)
static GetDeploymentRequest.Builder
GetDeploymentRequest. newBuilder(GetDeploymentRequest prototype)
-
Uses of GetDeploymentRequest in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type GetDeploymentRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
ConfigStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
GrpcConfigStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment>
HttpJsonConfigStub. getDeploymentCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDeploymentRequest,Deployment>
ConfigStubSettings.Builder. getDeploymentSettings()
Returns the builder for the settings used for calls to getDeployment.com.google.api.gax.rpc.UnaryCallSettings<GetDeploymentRequest,Deployment>
ConfigStubSettings. getDeploymentSettings()
Returns the object with the settings used for calls to getDeployment.
-