public static final class ArtifactRegistryGrpc.ArtifactRegistryBlockingStub extends AbstractBlockingStub<ArtifactRegistryGrpc.ArtifactRegistryBlockingStub>
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.AbstractBlockingStub >
ArtifactRegistryGrpc.ArtifactRegistryBlockingStub
Inherited Members
io.grpc.stub.AbstractBlockingStub.<T>newStub(io.grpc.stub.AbstractStub.StubFactory<T>,io.grpc.Channel)
io.grpc.stub.AbstractBlockingStub.<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.ArtifactRegistryBlockingStub 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 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
public Tag createTag(CreateTagRequest request)
Parameter
Returns
public 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
public 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
public Empty deleteTag(DeleteTagRequest request)
Parameter
Returns
public 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
public File getFile(GetFileRequest request)
Parameter
Returns
public 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.iam.v1.Policy | |
public Package getPackage(GetPackageRequest request)
Parameter
Returns
public ProjectSettings getProjectSettings(GetProjectSettingsRequest request)
Retrieves the Settings for the Project.
Parameter
Returns
public Repository getRepository(GetRepositoryRequest request)
Parameter
Returns
public Tag getTag(GetTagRequest request)
Parameter
Returns
public Version getVersion(GetVersionRequest request)
Parameter
Returns
public Operation importAptArtifacts(ImportAptArtifactsRequest request)
Imports Apt artifacts. The returned Operation will complete once the
resources are imported. Package, Version, and File resources are created
based on the imported artifacts. Imported artifacts that conflict with
existing resources are ignored.
Parameter
Returns
public Operation importYumArtifacts(ImportYumArtifactsRequest request)
Imports Yum (RPM) artifacts. The returned Operation will complete once the
resources are imported. Package, Version, and File resources are created
based on the imported artifacts. Imported artifacts that conflict with
existing resources are ignored.
Parameter
Returns
public ListFilesResponse listFiles(ListFilesRequest request)
Parameter
Returns
public ListPackagesResponse listPackages(ListPackagesRequest request)
Parameter
Returns
public ListRepositoriesResponse listRepositories(ListRepositoriesRequest request)
Parameter
Returns
public ListTagsResponse listTags(ListTagsRequest request)
Parameter
Returns
public ListVersionsResponse listVersions(ListVersionsRequest request)
Parameter
Returns
public 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.iam.v1.Policy | |
public 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.iam.v1.TestIamPermissionsResponse | |
public ProjectSettings updateProjectSettings(UpdateProjectSettingsRequest request)
Updates the Settings for the Project.
Parameter
Returns
public Repository updateRepository(UpdateRepositoryRequest request)
Parameter
Returns
public Tag updateTag(UpdateTagRequest request)
Parameter
Returns