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 GetReleaseRequestGetReleaseRequest.Builder. build()GetReleaseRequestGetReleaseRequest.Builder. buildPartial()static GetReleaseRequestGetReleaseRequest. getDefaultInstance()GetReleaseRequestGetReleaseRequest.Builder. getDefaultInstanceForType()GetReleaseRequestGetReleaseRequest. getDefaultInstanceForType()static GetReleaseRequestGetReleaseRequest. parseDelimitedFrom(InputStream input)static GetReleaseRequestGetReleaseRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReleaseRequestGetReleaseRequest. parseFrom(byte[] data)static GetReleaseRequestGetReleaseRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReleaseRequestGetReleaseRequest. parseFrom(com.google.protobuf.ByteString data)static GetReleaseRequestGetReleaseRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReleaseRequestGetReleaseRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetReleaseRequestGetReleaseRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReleaseRequestGetReleaseRequest. parseFrom(InputStream input)static GetReleaseRequestGetReleaseRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetReleaseRequestGetReleaseRequest. parseFrom(ByteBuffer data)static GetReleaseRequestGetReleaseRequest. 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 ReleaseCloudDeployClient. getRelease(GetReleaseRequest request)Gets details of a single Release.default voidCloudDeployGrpc.AsyncService. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)Gets details of a single Release.ReleaseCloudDeployGrpc.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.voidCloudDeployGrpc.CloudDeployStub. getRelease(GetReleaseRequest request, io.grpc.stub.StreamObserver<Release> responseObserver)Gets details of a single Release.GetReleaseRequest.BuilderGetReleaseRequest.Builder. mergeFrom(GetReleaseRequest other)static GetReleaseRequest.BuilderGetReleaseRequest. 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.
-