Uses of Class
com.google.devtools.artifactregistry.v1.GetVersionRequest
-
Packages that use GetVersionRequest Package Description com.google.devtools.artifactregistry.v1 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1.stub -
-
Uses of GetVersionRequest in com.google.devtools.artifactregistry.v1
Methods in com.google.devtools.artifactregistry.v1 that return GetVersionRequest Modifier and Type Method Description GetVersionRequest
GetVersionRequest.Builder. build()
GetVersionRequest
GetVersionRequest.Builder. buildPartial()
static GetVersionRequest
GetVersionRequest. getDefaultInstance()
GetVersionRequest
GetVersionRequest.Builder. getDefaultInstanceForType()
GetVersionRequest
GetVersionRequest. getDefaultInstanceForType()
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data)
static GetVersionRequest
GetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input)
static GetVersionRequest
GetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data)
static GetVersionRequest
GetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1 that return types with arguments of type GetVersionRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVersionRequest,Version>
ArtifactRegistryGrpc. getGetVersionMethod()
com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
ArtifactRegistryClient. getVersionCallable()
Gets a versioncom.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>
ArtifactRegistrySettings.Builder. getVersionSettings()
Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>
ArtifactRegistrySettings. getVersionSettings()
Returns the object with the settings used for calls to getVersion.static com.google.protobuf.Parser<GetVersionRequest>
GetVersionRequest. parser()
Methods in com.google.devtools.artifactregistry.v1 with parameters of type GetVersionRequest Modifier and Type Method Description Version
ArtifactRegistryClient. getVersion(GetVersionRequest request)
Gets a versionVersion
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getVersion(GetVersionRequest request)
Gets a versioncom.google.common.util.concurrent.ListenableFuture<Version>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getVersion(GetVersionRequest request)
Gets a versionvoid
ArtifactRegistryGrpc.ArtifactRegistryStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Gets a versiondefault void
ArtifactRegistryGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)
Gets a versionGetVersionRequest.Builder
GetVersionRequest.Builder. mergeFrom(GetVersionRequest other)
static GetVersionRequest.Builder
GetVersionRequest. newBuilder(GetVersionRequest prototype)
-
Uses of GetVersionRequest in com.google.devtools.artifactregistry.v1.stub
Methods in com.google.devtools.artifactregistry.v1.stub that return types with arguments of type GetVersionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
ArtifactRegistryStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
GrpcArtifactRegistryStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
HttpJsonArtifactRegistryStub. getVersionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetVersionRequest,Version>
ArtifactRegistryStubSettings.Builder. getVersionSettings()
Returns the builder for the settings used for calls to getVersion.com.google.api.gax.rpc.UnaryCallSettings<GetVersionRequest,Version>
ArtifactRegistryStubSettings. getVersionSettings()
Returns the object with the settings used for calls to getVersion.
-