Uses of Class
com.google.devtools.artifactregistry.v1beta2.GetVersionRequest
-
Packages that use GetVersionRequest Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1beta2.stub -
-
Uses of GetVersionRequest in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return GetVersionRequest Modifier and Type Method Description GetVersionRequestGetVersionRequest.Builder. build()GetVersionRequestGetVersionRequest.Builder. buildPartial()static GetVersionRequestGetVersionRequest. getDefaultInstance()GetVersionRequestGetVersionRequest.Builder. getDefaultInstanceForType()GetVersionRequestGetVersionRequest. getDefaultInstanceForType()static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data)static GetVersionRequestGetVersionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetVersionRequestGetVersionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input)static GetVersionRequestGetVersionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data)static GetVersionRequestGetVersionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.artifactregistry.v1beta2 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.v1beta2 with parameters of type GetVersionRequest Modifier and Type Method Description VersionArtifactRegistryClient. getVersion(GetVersionRequest request)Gets a versionVersionArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getVersion(GetVersionRequest request)Gets a versioncom.google.common.util.concurrent.ListenableFuture<Version>ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getVersion(GetVersionRequest request)Gets a versionvoidArtifactRegistryGrpc.ArtifactRegistryStub. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Gets a versiondefault voidArtifactRegistryGrpc.AsyncService. getVersion(GetVersionRequest request, io.grpc.stub.StreamObserver<Version> responseObserver)Gets a versionGetVersionRequest.BuilderGetVersionRequest.Builder. mergeFrom(GetVersionRequest other)static GetVersionRequest.BuilderGetVersionRequest. newBuilder(GetVersionRequest prototype) -
Uses of GetVersionRequest in com.google.devtools.artifactregistry.v1beta2.stub
Methods in com.google.devtools.artifactregistry.v1beta2.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.
-