Uses of Class
com.google.cloud.run.v2.GetRevisionRequest
-
Packages that use GetRevisionRequest Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of GetRevisionRequest in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return GetRevisionRequest Modifier and Type Method Description GetRevisionRequest
GetRevisionRequest.Builder. build()
GetRevisionRequest
GetRevisionRequest.Builder. buildPartial()
static GetRevisionRequest
GetRevisionRequest. getDefaultInstance()
GetRevisionRequest
GetRevisionRequest.Builder. getDefaultInstanceForType()
GetRevisionRequest
GetRevisionRequest. getDefaultInstanceForType()
static GetRevisionRequest
GetRevisionRequest. parseDelimitedFrom(InputStream input)
static GetRevisionRequest
GetRevisionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRevisionRequest
GetRevisionRequest. parseFrom(byte[] data)
static GetRevisionRequest
GetRevisionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRevisionRequest
GetRevisionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetRevisionRequest
GetRevisionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRevisionRequest
GetRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetRevisionRequest
GetRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRevisionRequest
GetRevisionRequest. parseFrom(InputStream input)
static GetRevisionRequest
GetRevisionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetRevisionRequest
GetRevisionRequest. parseFrom(ByteBuffer data)
static GetRevisionRequest
GetRevisionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type GetRevisionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRevisionRequest,Revision>
RevisionsGrpc. getGetRevisionMethod()
com.google.protobuf.Parser<GetRevisionRequest>
GetRevisionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
RevisionsClient. getRevisionCallable()
Gets information about a Revision.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRevisionRequest,Revision>
RevisionsSettings.Builder. getRevisionSettings()
Returns the builder for the settings used for calls to getRevision.com.google.api.gax.rpc.UnaryCallSettings<GetRevisionRequest,Revision>
RevisionsSettings. getRevisionSettings()
Returns the object with the settings used for calls to getRevision.static com.google.protobuf.Parser<GetRevisionRequest>
GetRevisionRequest. parser()
Methods in com.google.cloud.run.v2 with parameters of type GetRevisionRequest Modifier and Type Method Description Revision
RevisionsClient. getRevision(GetRevisionRequest request)
Gets information about a Revision.default void
RevisionsGrpc.AsyncService. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)
Gets information about a Revision.Revision
RevisionsGrpc.RevisionsBlockingStub. getRevision(GetRevisionRequest request)
Gets information about a Revision.com.google.common.util.concurrent.ListenableFuture<Revision>
RevisionsGrpc.RevisionsFutureStub. getRevision(GetRevisionRequest request)
Gets information about a Revision.void
RevisionsGrpc.RevisionsStub. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)
Gets information about a Revision.GetRevisionRequest.Builder
GetRevisionRequest.Builder. mergeFrom(GetRevisionRequest other)
static GetRevisionRequest.Builder
GetRevisionRequest. newBuilder(GetRevisionRequest prototype)
-
Uses of GetRevisionRequest in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type GetRevisionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
GrpcRevisionsStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
HttpJsonRevisionsStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
RevisionsStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRevisionRequest,Revision>
RevisionsStubSettings.Builder. getRevisionSettings()
Returns the builder for the settings used for calls to getRevision.com.google.api.gax.rpc.UnaryCallSettings<GetRevisionRequest,Revision>
RevisionsStubSettings. getRevisionSettings()
Returns the object with the settings used for calls to getRevision.
-