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 GetRevisionRequestGetRevisionRequest.Builder. build()GetRevisionRequestGetRevisionRequest.Builder. buildPartial()static GetRevisionRequestGetRevisionRequest. getDefaultInstance()GetRevisionRequestGetRevisionRequest.Builder. getDefaultInstanceForType()GetRevisionRequestGetRevisionRequest. getDefaultInstanceForType()static GetRevisionRequestGetRevisionRequest. parseDelimitedFrom(InputStream input)static GetRevisionRequestGetRevisionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRevisionRequestGetRevisionRequest. parseFrom(byte[] data)static GetRevisionRequestGetRevisionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRevisionRequestGetRevisionRequest. parseFrom(com.google.protobuf.ByteString data)static GetRevisionRequestGetRevisionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRevisionRequestGetRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetRevisionRequestGetRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRevisionRequestGetRevisionRequest. parseFrom(InputStream input)static GetRevisionRequestGetRevisionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetRevisionRequestGetRevisionRequest. parseFrom(ByteBuffer data)static GetRevisionRequestGetRevisionRequest. 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 RevisionConfigClient. getRevision(GetRevisionRequest request)Gets details about a [Revision][google.cloud.config.v1.Revision].default voidConfigGrpc.AsyncService. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)Gets details about a [Revision][google.cloud.config.v1.Revision].RevisionConfigGrpc.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].voidConfigGrpc.ConfigStub. getRevision(GetRevisionRequest request, io.grpc.stub.StreamObserver<Revision> responseObserver)Gets details about a [Revision][google.cloud.config.v1.Revision].GetRevisionRequest.BuilderGetRevisionRequest.Builder. mergeFrom(GetRevisionRequest other)static GetRevisionRequest.BuilderGetRevisionRequest. 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.
-