- 1.50.0 (latest)
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.9
- 1.1.1
- 0.5.0
- 0.4.0
public class ArtifactRegistrySettings extends ClientSettings<ArtifactRegistrySettings>
Settings class to configure an instance of ArtifactRegistryClient.
The default instance has everything set to sensible defaults:
- The default service address (artifactregistry.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getRepository to 30 seconds:
ArtifactRegistrySettings.Builder artifactRegistrySettingsBuilder =
ArtifactRegistrySettings.newBuilder();
artifactRegistrySettingsBuilder
.getRepositorySettings()
.setRetrySettings(
artifactRegistrySettingsBuilder
.getRepositorySettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ArtifactRegistrySettings artifactRegistrySettings = artifactRegistrySettingsBuilder.build();
Static Methods
create(ArtifactRegistryStubSettings stub)
public static final ArtifactRegistrySettings create(ArtifactRegistryStubSettings stub)
Name | Description |
stub | ArtifactRegistryStubSettings |
Type | Description |
ArtifactRegistrySettings |
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static ArtifactRegistrySettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
ArtifactRegistrySettings.Builder |
newBuilder(ClientContext clientContext)
public static ArtifactRegistrySettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
ArtifactRegistrySettings.Builder |
Constructors
ArtifactRegistrySettings(ArtifactRegistrySettings.Builder settingsBuilder)
protected ArtifactRegistrySettings(ArtifactRegistrySettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | ArtifactRegistrySettings.Builder |
Methods
createRepositoryOperationSettings()
public OperationCallSettings<CreateRepositoryRequest,Repository,OperationMetadata> createRepositoryOperationSettings()
Returns the object with the settings used for calls to createRepository.
Type | Description |
OperationCallSettings<CreateRepositoryRequest,Repository,OperationMetadata> |
createRepositorySettings()
public UnaryCallSettings<CreateRepositoryRequest,Operation> createRepositorySettings()
Returns the object with the settings used for calls to createRepository.
Type | Description |
UnaryCallSettings<CreateRepositoryRequest,Operation> |
createTagSettings()
public UnaryCallSettings<CreateTagRequest,Tag> createTagSettings()
Returns the object with the settings used for calls to createTag.
Type | Description |
UnaryCallSettings<CreateTagRequest,Tag> |
deletePackageOperationSettings()
public OperationCallSettings<DeletePackageRequest,Empty,OperationMetadata> deletePackageOperationSettings()
Returns the object with the settings used for calls to deletePackage.
Type | Description |
OperationCallSettings<DeletePackageRequest,Empty,OperationMetadata> |
deletePackageSettings()
public UnaryCallSettings<DeletePackageRequest,Operation> deletePackageSettings()
Returns the object with the settings used for calls to deletePackage.
Type | Description |
UnaryCallSettings<DeletePackageRequest,Operation> |
deleteRepositoryOperationSettings()
public OperationCallSettings<DeleteRepositoryRequest,Empty,OperationMetadata> deleteRepositoryOperationSettings()
Returns the object with the settings used for calls to deleteRepository.
Type | Description |
OperationCallSettings<DeleteRepositoryRequest,Empty,OperationMetadata> |
deleteRepositorySettings()
public UnaryCallSettings<DeleteRepositoryRequest,Operation> deleteRepositorySettings()
Returns the object with the settings used for calls to deleteRepository.
Type | Description |
UnaryCallSettings<DeleteRepositoryRequest,Operation> |
deleteTagSettings()
public UnaryCallSettings<DeleteTagRequest,Empty> deleteTagSettings()
Returns the object with the settings used for calls to deleteTag.
Type | Description |
UnaryCallSettings<DeleteTagRequest,Empty> |
deleteVersionOperationSettings()
public OperationCallSettings<DeleteVersionRequest,Empty,OperationMetadata> deleteVersionOperationSettings()
Returns the object with the settings used for calls to deleteVersion.
Type | Description |
OperationCallSettings<DeleteVersionRequest,Empty,OperationMetadata> |
deleteVersionSettings()
public UnaryCallSettings<DeleteVersionRequest,Operation> deleteVersionSettings()
Returns the object with the settings used for calls to deleteVersion.
Type | Description |
UnaryCallSettings<DeleteVersionRequest,Operation> |
getFileSettings()
public UnaryCallSettings<GetFileRequest,File> getFileSettings()
Returns the object with the settings used for calls to getFile.
Type | Description |
UnaryCallSettings<GetFileRequest,File> |
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getPackageSettings()
public UnaryCallSettings<GetPackageRequest,Package> getPackageSettings()
Returns the object with the settings used for calls to getPackage.
Type | Description |
UnaryCallSettings<GetPackageRequest,Package> |
getProjectSettingsSettings()
public UnaryCallSettings<GetProjectSettingsRequest,ProjectSettings> getProjectSettingsSettings()
Returns the object with the settings used for calls to getProjectSettings.
Type | Description |
UnaryCallSettings<GetProjectSettingsRequest,ProjectSettings> |
getRepositorySettings()
public UnaryCallSettings<GetRepositoryRequest,Repository> getRepositorySettings()
Returns the object with the settings used for calls to getRepository.
Type | Description |
UnaryCallSettings<GetRepositoryRequest,Repository> |
getTagSettings()
public UnaryCallSettings<GetTagRequest,Tag> getTagSettings()
Returns the object with the settings used for calls to getTag.
Type | Description |
UnaryCallSettings<GetTagRequest,Tag> |
getVersionSettings()
public UnaryCallSettings<GetVersionRequest,Version> getVersionSettings()
Returns the object with the settings used for calls to getVersion.
Type | Description |
UnaryCallSettings<GetVersionRequest,Version> |
importAptArtifactsOperationSettings()
public OperationCallSettings<ImportAptArtifactsRequest,ImportAptArtifactsResponse,ImportAptArtifactsMetadata> importAptArtifactsOperationSettings()
Returns the object with the settings used for calls to importAptArtifacts.
Type | Description |
OperationCallSettings<ImportAptArtifactsRequest,ImportAptArtifactsResponse,ImportAptArtifactsMetadata> |
importAptArtifactsSettings()
public UnaryCallSettings<ImportAptArtifactsRequest,Operation> importAptArtifactsSettings()
Returns the object with the settings used for calls to importAptArtifacts.
Type | Description |
UnaryCallSettings<ImportAptArtifactsRequest,Operation> |
importYumArtifactsOperationSettings()
public OperationCallSettings<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata> importYumArtifactsOperationSettings()
Returns the object with the settings used for calls to importYumArtifacts.
Type | Description |
OperationCallSettings<ImportYumArtifactsRequest,ImportYumArtifactsResponse,ImportYumArtifactsMetadata> |
importYumArtifactsSettings()
public UnaryCallSettings<ImportYumArtifactsRequest,Operation> importYumArtifactsSettings()
Returns the object with the settings used for calls to importYumArtifacts.
Type | Description |
UnaryCallSettings<ImportYumArtifactsRequest,Operation> |
listFilesSettings()
public PagedCallSettings<ListFilesRequest,ListFilesResponse,ArtifactRegistryClient.ListFilesPagedResponse> listFilesSettings()
Returns the object with the settings used for calls to listFiles.
Type | Description |
PagedCallSettings<ListFilesRequest,ListFilesResponse,ListFilesPagedResponse> |
listPackagesSettings()
public PagedCallSettings<ListPackagesRequest,ListPackagesResponse,ArtifactRegistryClient.ListPackagesPagedResponse> listPackagesSettings()
Returns the object with the settings used for calls to listPackages.
Type | Description |
PagedCallSettings<ListPackagesRequest,ListPackagesResponse,ListPackagesPagedResponse> |
listRepositoriesSettings()
public PagedCallSettings<ListRepositoriesRequest,ListRepositoriesResponse,ArtifactRegistryClient.ListRepositoriesPagedResponse> listRepositoriesSettings()
Returns the object with the settings used for calls to listRepositories.
Type | Description |
PagedCallSettings<ListRepositoriesRequest,ListRepositoriesResponse,ListRepositoriesPagedResponse> |
listTagsSettings()
public PagedCallSettings<ListTagsRequest,ListTagsResponse,ArtifactRegistryClient.ListTagsPagedResponse> listTagsSettings()
Returns the object with the settings used for calls to listTags.
Type | Description |
PagedCallSettings<ListTagsRequest,ListTagsResponse,ListTagsPagedResponse> |
listVersionsSettings()
public PagedCallSettings<ListVersionsRequest,ListVersionsResponse,ArtifactRegistryClient.ListVersionsPagedResponse> listVersionsSettings()
Returns the object with the settings used for calls to listVersions.
Type | Description |
PagedCallSettings<ListVersionsRequest,ListVersionsResponse,ListVersionsPagedResponse> |
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
public ArtifactRegistrySettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
ArtifactRegistrySettings.Builder |
updateProjectSettingsSettings()
public UnaryCallSettings<UpdateProjectSettingsRequest,ProjectSettings> updateProjectSettingsSettings()
Returns the object with the settings used for calls to updateProjectSettings.
Type | Description |
UnaryCallSettings<UpdateProjectSettingsRequest,ProjectSettings> |
updateRepositorySettings()
public UnaryCallSettings<UpdateRepositoryRequest,Repository> updateRepositorySettings()
Returns the object with the settings used for calls to updateRepository.
Type | Description |
UnaryCallSettings<UpdateRepositoryRequest,Repository> |
updateTagSettings()
public UnaryCallSettings<UpdateTagRequest,Tag> updateTagSettings()
Returns the object with the settings used for calls to updateTag.
Type | Description |
UnaryCallSettings<UpdateTagRequest,Tag> |