Uses of Class
com.google.cloud.config.v1.GetRevisionRequest
-
Packages that use GetRevisionRequest Package Description com.google.cloud.config.v1 A client to Infrastructure Manager APIcom.google.cloud.config.v1.stub -
-
Uses of GetRevisionRequest in com.google.cloud.config.v1
Methods in com.google.cloud.config.v1 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.config.v1 that return types with arguments of type GetRevisionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetRevisionRequest,Revision>
ConfigGrpc. getGetRevisionMethod()
com.google.protobuf.Parser<GetRevisionRequest>
GetRevisionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
ConfigClient. getRevisionCallable()
Gets details about a [Revision][google.cloud.config.v1.Revision].com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRevisionRequest,Revision>
ConfigSettings.Builder. getRevisionSettings()
Returns the builder for the settings used for calls to getRevision.com.google.api.gax.rpc.UnaryCallSettings<GetRevisionRequest,Revision>
ConfigSettings. 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.config.v1 with parameters of type GetRevisionRequest Modifier and Type Method Description Revision
ConfigClient. getRevision(GetRevisionRequest request)
Gets details about a [Revision][google.cloud.config.v1.Revision].default void
ConfigGrpc.AsyncService. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)
Gets details about a [Revision][google.cloud.config.v1.Revision].Revision
ConfigGrpc.ConfigBlockingStub. getRevision(GetRevisionRequest request)
Gets details about a [Revision][google.cloud.config.v1.Revision].com.google.common.util.concurrent.ListenableFuture<Revision>
ConfigGrpc.ConfigFutureStub. getRevision(GetRevisionRequest request)
Gets details about a [Revision][google.cloud.config.v1.Revision].void
ConfigGrpc.ConfigStub. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)
Gets details about a [Revision][google.cloud.config.v1.Revision].GetRevisionRequest.Builder
GetRevisionRequest.Builder. mergeFrom(GetRevisionRequest other)
static GetRevisionRequest.Builder
GetRevisionRequest. newBuilder(GetRevisionRequest prototype)
-
Uses of GetRevisionRequest in com.google.cloud.config.v1.stub
Methods in com.google.cloud.config.v1.stub that return types with arguments of type GetRevisionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
ConfigStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
GrpcConfigStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<GetRevisionRequest,Revision>
HttpJsonConfigStub. getRevisionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRevisionRequest,Revision>
ConfigStubSettings.Builder. getRevisionSettings()
Returns the builder for the settings used for calls to getRevision.com.google.api.gax.rpc.UnaryCallSettings<GetRevisionRequest,Revision>
ConfigStubSettings. getRevisionSettings()
Returns the object with the settings used for calls to getRevision.
-