Send feedback
Class ArtifactRegistrySettings
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
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();
Constructors
protected ArtifactRegistrySettings ( ArtifactRegistrySettings . Builder settingsBuilder )
Parameter
Methods
public static final ArtifactRegistrySettings create ( ArtifactRegistryStubSettings stub )
Parameter
Returns
Exceptions
public OperationCallSettings<CreateRepositoryRequest , Repository , OperationMetadata > createRepositoryOperationSettings ()
Returns the object with the settings used for calls to createRepository.
Returns
public UnaryCallSettings<CreateRepositoryRequest , Operation > createRepositorySettings ()
Returns the object with the settings used for calls to createRepository.
Returns
public UnaryCallSettings<CreateTagRequest , Tag > createTagSettings ()
Returns the object with the settings used for calls to createTag.
Returns
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
Returns
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
Returns
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default ChannelProvider for this service.
Returns
public static TransportChannelProvider defaultTransportChannelProvider ()
Returns
public OperationCallSettings<DeletePackageRequest , Empty , OperationMetadata > deletePackageOperationSettings ()
Returns the object with the settings used for calls to deletePackage.
Returns
public UnaryCallSettings<DeletePackageRequest , Operation > deletePackageSettings ()
Returns the object with the settings used for calls to deletePackage.
Returns
public OperationCallSettings<DeleteRepositoryRequest , Empty , OperationMetadata > deleteRepositoryOperationSettings ()
Returns the object with the settings used for calls to deleteRepository.
Returns
public UnaryCallSettings<DeleteRepositoryRequest , Operation > deleteRepositorySettings ()
Returns the object with the settings used for calls to deleteRepository.
Returns
public UnaryCallSettings<DeleteTagRequest , Empty > deleteTagSettings ()
Returns the object with the settings used for calls to deleteTag.
Returns
public OperationCallSettings<DeleteVersionRequest , Empty , OperationMetadata > deleteVersionOperationSettings ()
Returns the object with the settings used for calls to deleteVersion.
Returns
public UnaryCallSettings<DeleteVersionRequest , Operation > deleteVersionSettings ()
Returns the object with the settings used for calls to deleteVersion.
Returns
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
Returns
public UnaryCallSettings<GetFileRequest , File > getFileSettings ()
Returns the object with the settings used for calls to getFile.
Returns
public UnaryCallSettings<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the object with the settings used for calls to getIamPolicy.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallSettings<GetPackageRequest , Package > getPackageSettings ()
Returns the object with the settings used for calls to getPackage.
Returns
public UnaryCallSettings<GetRepositoryRequest , Repository > getRepositorySettings ()
Returns the object with the settings used for calls to getRepository.
Returns
public UnaryCallSettings<GetTagRequest , Tag > getTagSettings ()
Returns the object with the settings used for calls to getTag.
Returns
public UnaryCallSettings<GetVersionRequest , Version > getVersionSettings ()
Returns the object with the settings used for calls to getVersion.
Returns
public PagedCallSettings<ListFilesRequest , ListFilesResponse , ArtifactRegistryClient . ListFilesPagedResponse > listFilesSettings ()
Returns the object with the settings used for calls to listFiles.
Returns
public PagedCallSettings<ListPackagesRequest , ListPackagesResponse , ArtifactRegistryClient . ListPackagesPagedResponse > listPackagesSettings ()
Returns the object with the settings used for calls to listPackages.
Returns
public PagedCallSettings<ListRepositoriesRequest , ListRepositoriesResponse , ArtifactRegistryClient . ListRepositoriesPagedResponse > listRepositoriesSettings ()
Returns the object with the settings used for calls to listRepositories.
Returns
public PagedCallSettings<ListTagsRequest , ListTagsResponse , ArtifactRegistryClient . ListTagsPagedResponse > listTagsSettings ()
Returns the object with the settings used for calls to listTags.
Returns
public PagedCallSettings<ListVersionsRequest , ListVersionsResponse , ArtifactRegistryClient . ListVersionsPagedResponse > listVersionsSettings ()
Returns the object with the settings used for calls to listVersions.
Returns
public static ArtifactRegistrySettings . Builder newBuilder ()
Returns a new builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static ArtifactRegistrySettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
Parameter
Returns
public UnaryCallSettings<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the object with the settings used for calls to setIamPolicy.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
public UnaryCallSettings<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the object with the settings used for calls to testIamPermissions.
Returns
Type Description UnaryCallSettings <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
public ArtifactRegistrySettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Returns
Overrides
public UnaryCallSettings<UpdateRepositoryRequest , Repository > updateRepositorySettings ()
Returns the object with the settings used for calls to updateRepository.
Returns
public UnaryCallSettings<UpdateTagRequest , Tag > updateTagSettings ()
Returns the object with the settings used for calls to updateTag.
Returns
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-03 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-03 UTC."],[],[]]