Uses of Class
com.google.cloud.deploy.v1.GetReleaseRequest
-
Packages that use GetReleaseRequest Package Description com.google.cloud.deploy.v1 A client to Cloud Deploy APIcom.google.cloud.deploy.v1.stub -
-
Uses of GetReleaseRequest in com.google.cloud.deploy.v1
Methods in com.google.cloud.deploy.v1 that return GetReleaseRequest Modifier and Type Method Description GetReleaseRequest
GetReleaseRequest.Builder. build()
GetReleaseRequest
GetReleaseRequest.Builder. buildPartial()
static GetReleaseRequest
GetReleaseRequest. getDefaultInstance()
GetReleaseRequest
GetReleaseRequest.Builder. getDefaultInstanceForType()
GetReleaseRequest
GetReleaseRequest. getDefaultInstanceForType()
static GetReleaseRequest
GetReleaseRequest. parseDelimitedFrom(InputStream input)
static GetReleaseRequest
GetReleaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReleaseRequest
GetReleaseRequest. parseFrom(byte[] data)
static GetReleaseRequest
GetReleaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReleaseRequest
GetReleaseRequest. parseFrom(com.google.protobuf.ByteString data)
static GetReleaseRequest
GetReleaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReleaseRequest
GetReleaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetReleaseRequest
GetReleaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReleaseRequest
GetReleaseRequest. parseFrom(InputStream input)
static GetReleaseRequest
GetReleaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetReleaseRequest
GetReleaseRequest. parseFrom(ByteBuffer data)
static GetReleaseRequest
GetReleaseRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.deploy.v1 that return types with arguments of type GetReleaseRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetReleaseRequest,Release>
CloudDeployGrpc. getGetReleaseMethod()
com.google.protobuf.Parser<GetReleaseRequest>
GetReleaseRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
CloudDeployClient. getReleaseCallable()
Gets details of a single Release.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReleaseRequest,Release>
CloudDeploySettings.Builder. getReleaseSettings()
Returns the builder for the settings used for calls to getRelease.com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release>
CloudDeploySettings. getReleaseSettings()
Returns the object with the settings used for calls to getRelease.static com.google.protobuf.Parser<GetReleaseRequest>
GetReleaseRequest. parser()
Methods in com.google.cloud.deploy.v1 with parameters of type GetReleaseRequest Modifier and Type Method Description Release
CloudDeployClient. getRelease(GetReleaseRequest request)
Gets details of a single Release.default void
CloudDeployGrpc.AsyncService. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)
Gets details of a single Release.Release
CloudDeployGrpc.CloudDeployBlockingStub. getRelease(GetReleaseRequest request)
Gets details of a single Release.com.google.common.util.concurrent.ListenableFuture<Release>
CloudDeployGrpc.CloudDeployFutureStub. getRelease(GetReleaseRequest request)
Gets details of a single Release.void
CloudDeployGrpc.CloudDeployStub. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)
Gets details of a single Release.GetReleaseRequest.Builder
GetReleaseRequest.Builder. mergeFrom(GetReleaseRequest other)
static GetReleaseRequest.Builder
GetReleaseRequest. newBuilder(GetReleaseRequest prototype)
-
Uses of GetReleaseRequest in com.google.cloud.deploy.v1.stub
Methods in com.google.cloud.deploy.v1.stub that return types with arguments of type GetReleaseRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
CloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
GrpcCloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetReleaseRequest,Release>
HttpJsonCloudDeployStub. getReleaseCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetReleaseRequest,Release>
CloudDeployStubSettings.Builder. getReleaseSettings()
Returns the builder for the settings used for calls to getRelease.com.google.api.gax.rpc.UnaryCallSettings<GetReleaseRequest,Release>
CloudDeployStubSettings. getReleaseSettings()
Returns the object with the settings used for calls to getRelease.
-