@BetaApi @Generated(value="by gapic-generator-java") public class GrpcArtifactRegistryStub extends ArtifactRegistryStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcArtifactRegistryStub(ArtifactRegistryStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcArtifactRegistryStub, using the given settings.
|
protected |
GrpcArtifactRegistryStub(ArtifactRegistryStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcArtifactRegistryStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcArtifactRegistryStub |
create(ArtifactRegistryStubSettings settings) |
static GrpcArtifactRegistryStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcArtifactRegistryStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
com.google.api.gax.rpc.UnaryCallable<CreateRepositoryRequest,com.google.longrunning.Operation> |
createRepositoryCallable() |
com.google.api.gax.rpc.OperationCallable<CreateRepositoryRequest,Repository,OperationMetadata> |
createRepositoryOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateTagRequest,Tag> |
createTagCallable() |
com.google.api.gax.rpc.UnaryCallable<DeletePackageRequest,com.google.longrunning.Operation> |
deletePackageCallable() |
com.google.api.gax.rpc.OperationCallable<DeletePackageRequest,com.google.protobuf.Empty,OperationMetadata> |
deletePackageOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteRepositoryRequest,com.google.longrunning.Operation> |
deleteRepositoryCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteRepositoryRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteRepositoryOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteTagRequest,com.google.protobuf.Empty> |
deleteTagCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.longrunning.Operation> |
deleteVersionCallable() |
com.google.api.gax.rpc.OperationCallable<DeleteVersionRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteVersionOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetFileRequest,File> |
getFileCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicyCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationCallable() |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
com.google.api.gax.rpc.UnaryCallable<GetPackageRequest,Package> |
getPackageCallable() |
com.google.api.gax.rpc.UnaryCallable<GetProjectSettingsRequest,ProjectSettings> |
getProjectSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository> |
getRepositoryCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTagRequest,Tag> |
getTagCallable() |
com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version> |
getVersionCallable() |
com.google.api.gax.rpc.UnaryCallable<ImportAptArtifactsRequest,com.google.longrunning.Operation> |
importAptArtifactsCallable() |
com.google.api.gax.rpc.OperationCallable<ImportAptArtifactsRequest,ImportAptArtifactsResponse,ImportAptArtifactsMetadata> |
importAptArtifactsOperationCallable() |
com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation> |
importYumArtifactsCallable() |
com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata> |
importYumArtifactsOperationCallable() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse> |
listFilesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ArtifactRegistryClient.ListFilesPagedResponse> |
listFilesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ArtifactRegistryClient.ListLocationsPagedResponse> |
listLocationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPackagesRequest,ListPackagesResponse> |
listPackagesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListPackagesRequest,ArtifactRegistryClient.ListPackagesPagedResponse> |
listPackagesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> |
listRepositoriesCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRepositoriesRequest,ArtifactRegistryClient.ListRepositoriesPagedResponse> |
listRepositoriesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ListTagsResponse> |
listTagsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ArtifactRegistryClient.ListTagsPagedResponse> |
listTagsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse> |
listVersionsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse> |
listVersionsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicyCallable() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateProjectSettingsRequest,ProjectSettings> |
updateProjectSettingsCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateRepositoryRequest,Repository> |
updateRepositoryCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTagRequest,Tag> |
updateTagCallable() |
getHttpJsonOperationsStubprotected GrpcArtifactRegistryStub(ArtifactRegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcArtifactRegistryStub(ArtifactRegistryStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcArtifactRegistryStub create(ArtifactRegistryStubSettings settings) throws IOException
IOExceptionpublic static final GrpcArtifactRegistryStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcArtifactRegistryStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ImportAptArtifactsRequest,com.google.longrunning.Operation> importAptArtifactsCallable()
importAptArtifactsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<ImportAptArtifactsRequest,ImportAptArtifactsResponse,ImportAptArtifactsMetadata> importAptArtifactsOperationCallable()
importAptArtifactsOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ImportYumArtifactsRequest,com.google.longrunning.Operation> importYumArtifactsCallable()
importYumArtifactsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata> importYumArtifactsOperationCallable()
importYumArtifactsOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListRepositoriesRequest,ListRepositoriesResponse> listRepositoriesCallable()
listRepositoriesCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListRepositoriesRequest,ArtifactRegistryClient.ListRepositoriesPagedResponse> listRepositoriesPagedCallable()
listRepositoriesPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetRepositoryRequest,Repository> getRepositoryCallable()
getRepositoryCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<CreateRepositoryRequest,com.google.longrunning.Operation> createRepositoryCallable()
createRepositoryCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<CreateRepositoryRequest,Repository,OperationMetadata> createRepositoryOperationCallable()
createRepositoryOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateRepositoryRequest,Repository> updateRepositoryCallable()
updateRepositoryCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteRepositoryRequest,com.google.longrunning.Operation> deleteRepositoryCallable()
deleteRepositoryCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<DeleteRepositoryRequest,com.google.protobuf.Empty,OperationMetadata> deleteRepositoryOperationCallable()
deleteRepositoryOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListPackagesRequest,ListPackagesResponse> listPackagesCallable()
listPackagesCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListPackagesRequest,ArtifactRegistryClient.ListPackagesPagedResponse> listPackagesPagedCallable()
listPackagesPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetPackageRequest,Package> getPackageCallable()
getPackageCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<DeletePackageRequest,com.google.longrunning.Operation> deletePackageCallable()
deletePackageCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<DeletePackageRequest,com.google.protobuf.Empty,OperationMetadata> deletePackageOperationCallable()
deletePackageOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
listVersionsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ArtifactRegistryClient.ListVersionsPagedResponse> listVersionsPagedCallable()
listVersionsPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version> getVersionCallable()
getVersionCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.longrunning.Operation> deleteVersionCallable()
deleteVersionCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.OperationCallable<DeleteVersionRequest,com.google.protobuf.Empty,OperationMetadata> deleteVersionOperationCallable()
deleteVersionOperationCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ListFilesResponse> listFilesCallable()
listFilesCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListFilesRequest,ArtifactRegistryClient.ListFilesPagedResponse> listFilesPagedCallable()
listFilesPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetFileRequest,File> getFileCallable()
getFileCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ListTagsResponse> listTagsCallable()
listTagsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<ListTagsRequest,ArtifactRegistryClient.ListTagsPagedResponse> listTagsPagedCallable()
listTagsPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetTagRequest,Tag> getTagCallable()
getTagCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<CreateTagRequest,Tag> createTagCallable()
createTagCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateTagRequest,Tag> updateTagCallable()
updateTagCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteTagRequest,com.google.protobuf.Empty> deleteTagCallable()
deleteTagCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicyCallable()
setIamPolicyCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicyCallable()
getIamPolicyCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsCallable()
testIamPermissionsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<GetProjectSettingsRequest,ProjectSettings> getProjectSettingsCallable()
getProjectSettingsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateProjectSettingsRequest,ProjectSettings> updateProjectSettingsCallable()
updateProjectSettingsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,ArtifactRegistryClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable in class ArtifactRegistryStubpublic com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable in class ArtifactRegistryStubpublic final void close()
close in interface AutoCloseableclose in class ArtifactRegistryStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2023 Google LLC. All rights reserved.