Send feedback
Class ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
public static final class ArtifactRegistryGrpc . ArtifactRegistryFutureStub extends AbstractFutureStub<ArtifactRegistryGrpc . ArtifactRegistryFutureStub >
The Artifact Registry API service.
Artifact Registry is an artifact management system for storing artifacts
from different package management systems.
The resources managed by this API are:
* Repositories, which group packages and their data.
* Packages, which group versions and their tags.
* Versions, which are specific forms of a package.
* Tags, which represent alternative names for versions.
* Files, which contain content and are optionally associated with a Package
or Version.
Inheritance
java.lang.Object >
io.grpc.stub.AbstractStub >
io.grpc.stub.AbstractFutureStub >
ArtifactRegistryGrpc.ArtifactRegistryFutureStub
Inherited Members
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractFutureStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.<T>withOption(io.grpc.CallOptions.Key<T>,T)
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
io.grpc.stub.AbstractStub.getCallOptions()
io.grpc.stub.AbstractStub.getChannel()
io.grpc.stub.AbstractStub.withCallCredentials(io.grpc.CallCredentials)
io.grpc.stub.AbstractStub.withChannel(io.grpc.Channel)
io.grpc.stub.AbstractStub.withCompression(java.lang.String)
io.grpc.stub.AbstractStub.withDeadline(io.grpc.Deadline)
io.grpc.stub.AbstractStub.withDeadlineAfter(long,java.util.concurrent.TimeUnit)
io.grpc.stub.AbstractStub.withExecutor(java.util.concurrent.Executor)
io.grpc.stub.AbstractStub.withInterceptors(io.grpc.ClientInterceptor...)
io.grpc.stub.AbstractStub.withMaxInboundMessageSize(int)
io.grpc.stub.AbstractStub.withMaxOutboundMessageSize(int)
io.grpc.stub.AbstractStub.withWaitForReady()
Methods
protected ArtifactRegistryGrpc . ArtifactRegistryFutureStub build ( Channel channel , CallOptions callOptions )
Parameters
Name Description channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
public ListenableFuture<Operation> createRepository ( CreateRepositoryRequest request )
Creates a repository. The returned Operation will finish once the
repository has been created. Its response will be the created Repository.
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
public ListenableFuture<Tag> createTag ( CreateTagRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Tag >
public ListenableFuture<Operation> deletePackage ( DeletePackageRequest request )
Deletes a package and all of its versions and tags. The returned operation
will complete once the package has been deleted.
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
public ListenableFuture<Operation> deleteRepository ( DeleteRepositoryRequest request )
Deletes a repository and all of its contents. The returned Operation will
finish once the repository has been deleted. It will not have any Operation
metadata and will return a google.protobuf.Empty response.
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
public ListenableFuture<Empty> deleteTag ( DeleteTagRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Empty >
public ListenableFuture<Operation> deleteVersion ( DeleteVersionRequest request )
Deletes a version and all of its content. The returned operation will
complete once the version has been deleted.
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Operation >
public ListenableFuture<File> getFile ( GetFileRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <File >
public ListenableFuture<Policy> getIamPolicy ( GetIamPolicyRequest request )
Gets the IAM policy for a given resource.
Parameter
Name Description request com.google.iam.v1.GetIamPolicyRequest
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.Policy >
public ListenableFuture<Package> getPackage ( GetPackageRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Package >
public ListenableFuture<Repository> getRepository ( GetRepositoryRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Repository >
public ListenableFuture<Tag> getTag ( GetTagRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Tag >
public ListenableFuture<Version> getVersion ( GetVersionRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Version >
public ListenableFuture<ListFilesResponse> listFiles ( ListFilesRequest request )
Parameter
Returns
public ListenableFuture<ListPackagesResponse> listPackages ( ListPackagesRequest request )
Parameter
Returns
public ListenableFuture<ListRepositoriesResponse> listRepositories ( ListRepositoriesRequest request )
Parameter
Returns
public ListenableFuture<ListTagsResponse> listTags ( ListTagsRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <ListTagsResponse >
public ListenableFuture<ListVersionsResponse> listVersions ( ListVersionsRequest request )
Parameter
Returns
public ListenableFuture<Policy> setIamPolicy ( SetIamPolicyRequest request )
Updates the IAM policy for a given resource.
Parameter
Name Description request com.google.iam.v1.SetIamPolicyRequest
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.Policy >
public ListenableFuture<TestIamPermissionsResponse> testIamPermissions ( TestIamPermissionsRequest request )
Tests if the caller has a list of permissions on a resource.
Parameter
Name Description request com.google.iam.v1.TestIamPermissionsRequest
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <com.google.iam.v1.TestIamPermissionsResponse >
public ListenableFuture<Repository> updateRepository ( UpdateRepositoryRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Repository >
public ListenableFuture<Tag> updateTag ( UpdateTagRequest request )
Parameter
Returns
Type Description com.google.common.util.concurrent.ListenableFuture <Tag >
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-06 UTC."],[],[]]