Uses of Class
com.google.devtools.artifactregistry.v1beta2.Version
-
Packages that use Version Package Description com.google.devtools.artifactregistry.v1beta2 A client to Artifact Registry APIcom.google.devtools.artifactregistry.v1beta2.stub -
-
Uses of Version in com.google.devtools.artifactregistry.v1beta2
Methods in com.google.devtools.artifactregistry.v1beta2 that return Version Modifier and Type Method Description Version
Version.Builder. build()
Version
Version.Builder. buildPartial()
static Version
Version. getDefaultInstance()
Version
Version.Builder. getDefaultInstanceForType()
Version
Version. getDefaultInstanceForType()
Version
ArtifactRegistryClient. getVersion(GetVersionRequest request)
Gets a versionVersion
ArtifactRegistryClient. getVersion(String name)
Gets a versionVersion
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub. getVersion(GetVersionRequest request)
Gets a versionVersion
ListVersionsResponse.Builder. getVersions(int index)
The versions returned.Version
ListVersionsResponse. getVersions(int index)
The versions returned.Version
ListVersionsResponseOrBuilder. getVersions(int index)
The versions returned.static Version
Version. parseDelimitedFrom(InputStream input)
static Version
Version. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(byte[] data)
static Version
Version. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(com.google.protobuf.ByteString data)
static Version
Version. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(com.google.protobuf.CodedInputStream input)
static Version
Version. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(InputStream input)
static Version
Version. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Version
Version. parseFrom(ByteBuffer data)
static Version
Version. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.devtools.artifactregistry.v1beta2 that return types with arguments of type Version Modifier and Type Method Description static io.grpc.MethodDescriptor<GetVersionRequest,Version>
ArtifactRegistryGrpc. getGetVersionMethod()
com.google.protobuf.Parser<Version>
Version. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Version>
ArtifactRegistryGrpc.ArtifactRegistryFutureStub. getVersion(GetVersionRequest request)
Gets a versioncom.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.List<Version>
ListVersionsResponse.Builder. getVersionsList()
The versions returned.List<Version>
ListVersionsResponse. getVersionsList()
The versions returned.List<Version>
ListVersionsResponseOrBuilder. getVersionsList()
The versions returned.static com.google.protobuf.Parser<Version>
Version. parser()
Methods in com.google.devtools.artifactregistry.v1beta2 with parameters of type Version Modifier and Type Method Description ListVersionsResponse.Builder
ListVersionsResponse.Builder. addVersions(int index, Version value)
The versions returned.ListVersionsResponse.Builder
ListVersionsResponse.Builder. addVersions(Version value)
The versions returned.Version.Builder
Version.Builder. mergeFrom(Version other)
static Version.Builder
Version. newBuilder(Version prototype)
ListVersionsResponse.Builder
ListVersionsResponse.Builder. setVersions(int index, Version value)
The versions returned.Method parameters in com.google.devtools.artifactregistry.v1beta2 with type arguments of type Version Modifier and Type Method Description ListVersionsResponse.Builder
ListVersionsResponse.Builder. addAllVersions(Iterable<? extends Version> values)
The versions returned.static com.google.api.core.ApiFuture<ArtifactRegistryClient.ListVersionsPagedResponse>
ArtifactRegistryClient.ListVersionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)
protected ArtifactRegistryClient.ListVersionsPage
ArtifactRegistryClient.ListVersionsPage. createPage(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, ListVersionsResponse response)
com.google.api.core.ApiFuture<ArtifactRegistryClient.ListVersionsPage>
ArtifactRegistryClient.ListVersionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListVersionsRequest,ListVersionsResponse,Version> context, com.google.api.core.ApiFuture<ListVersionsResponse> futureResponse)
void
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 version -
Uses of Version in com.google.devtools.artifactregistry.v1beta2.stub
Methods in com.google.devtools.artifactregistry.v1beta2.stub that return types with arguments of type Version 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.
-