publicclass RepositoryManagerSettingsextendsClientSettings<RepositoryManagerSettings>
Settings class to configure an instance of RepositoryManagerClient.
The default instance has everything set to sensible defaults:
- The default service address (cloudbuild.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 getConnection to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
RepositoryManagerSettings.BuilderrepositoryManagerSettingsBuilder=
RepositoryManagerSettings.newBuilder();
repositoryManagerSettingsBuilder
.getConnectionSettings()
.setRetrySettings(
repositoryManagerSettingsBuilder
.getConnectionSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
RepositoryManagerSettingsrepositoryManagerSettings=repositoryManagerSettingsBuilder.build();
Static Methods
publicstaticfinalRepositoryManagerSettingscreate(RepositoryManagerStubSettingsstub)
publicstaticApiClientHeaderProvider.BuilderdefaultApiClientHeaderProviderBuilder()
publicstaticGoogleCredentialsProvider.BuilderdefaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
publicstaticInstantiatingExecutorProvider.BuilderdefaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
publicstaticInstantiatingGrpcChannelProvider.BuilderdefaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
publicstaticInstantiatingHttpJsonChannelProvider.BuilderdefaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
publicstaticTransportChannelProviderdefaultTransportChannelProvider()
publicstaticStringgetDefaultEndpoint()
Returns the default service endpoint.
| Returns |
| Type |
Description |
String |
publicstaticList<String>getDefaultServiceScopes()
Returns the default service scopes.
publicstaticRepositoryManagerSettings.BuildernewBuilder()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
publicstaticRepositoryManagerSettings.BuildernewBuilder(ClientContextclientContext)
Returns a new builder for this class.
publicstaticRepositoryManagerSettings.BuildernewHttpJsonBuilder()
Returns a new REST builder for this class.
Constructors
protectedRepositoryManagerSettings(RepositoryManagerSettings.BuildersettingsBuilder)
Methods
publicOperationCallSettings<BatchCreateRepositoriesRequest,BatchCreateRepositoriesResponse,OperationMetadata>batchCreateRepositoriesOperationSettings()
Returns the object with the settings used for calls to batchCreateRepositories.
publicUnaryCallSettings<BatchCreateRepositoriesRequest,Operation>batchCreateRepositoriesSettings()
Returns the object with the settings used for calls to batchCreateRepositories.
publicOperationCallSettings<CreateConnectionRequest,Connection,OperationMetadata>createConnectionOperationSettings()
Returns the object with the settings used for calls to createConnection.
publicUnaryCallSettings<CreateConnectionRequest,Operation>createConnectionSettings()
Returns the object with the settings used for calls to createConnection.
publicOperationCallSettings<CreateRepositoryRequest,Repository,OperationMetadata>createRepositoryOperationSettings()
Returns the object with the settings used for calls to createRepository.
publicUnaryCallSettings<CreateRepositoryRequest,Operation>createRepositorySettings()
Returns the object with the settings used for calls to createRepository.
publicOperationCallSettings<DeleteConnectionRequest,Empty,OperationMetadata>deleteConnectionOperationSettings()
Returns the object with the settings used for calls to deleteConnection.
publicUnaryCallSettings<DeleteConnectionRequest,Operation>deleteConnectionSettings()
Returns the object with the settings used for calls to deleteConnection.
publicOperationCallSettings<DeleteRepositoryRequest,Empty,OperationMetadata>deleteRepositoryOperationSettings()
Returns the object with the settings used for calls to deleteRepository.
publicUnaryCallSettings<DeleteRepositoryRequest,Operation>deleteRepositorySettings()
Returns the object with the settings used for calls to deleteRepository.
publicPagedCallSettings<FetchLinkableRepositoriesRequest,FetchLinkableRepositoriesResponse,RepositoryManagerClient.FetchLinkableRepositoriesPagedResponse>fetchLinkableRepositoriesSettings()
Returns the object with the settings used for calls to fetchLinkableRepositories.
publicUnaryCallSettings<FetchReadTokenRequest,FetchReadTokenResponse>fetchReadTokenSettings()
Returns the object with the settings used for calls to fetchReadToken.
publicUnaryCallSettings<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse>fetchReadWriteTokenSettings()
Returns the object with the settings used for calls to fetchReadWriteToken.
publicUnaryCallSettings<GetConnectionRequest,Connection>getConnectionSettings()
Returns the object with the settings used for calls to getConnection.
publicUnaryCallSettings<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> |
publicUnaryCallSettings<GetRepositoryRequest,Repository>getRepositorySettings()
Returns the object with the settings used for calls to getRepository.
publicPagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,RepositoryManagerClient.ListConnectionsPagedResponse>listConnectionsSettings()
Returns the object with the settings used for calls to listConnections.
publicPagedCallSettings<ListRepositoriesRequest,ListRepositoriesResponse,RepositoryManagerClient.ListRepositoriesPagedResponse>listRepositoriesSettings()
Returns the object with the settings used for calls to listRepositories.
publicUnaryCallSettings<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> |
publicUnaryCallSettings<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> |
publicRepositoryManagerSettings.BuildertoBuilder()
Returns a builder containing all the values of this settings class.
Overrides
publicOperationCallSettings<UpdateConnectionRequest,Connection,OperationMetadata>updateConnectionOperationSettings()
Returns the object with the settings used for calls to updateConnection.
publicUnaryCallSettings<UpdateConnectionRequest,Operation>updateConnectionSettings()
Returns the object with the settings used for calls to updateConnection.