Class RepositoryManagerSettings (3.19.0)

public class RepositoryManagerSettings extends ClientSettings<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.Builder repositoryManagerSettingsBuilder =
     RepositoryManagerSettings.newBuilder();
 repositoryManagerSettingsBuilder
     .getConnectionSettings()
     .setRetrySettings(
         repositoryManagerSettingsBuilder
             .getConnectionSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 RepositoryManagerSettings repositoryManagerSettings = repositoryManagerSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > RepositoryManagerSettings

Static Methods

create(RepositoryManagerStubSettings stub)

public static final RepositoryManagerSettings create(RepositoryManagerStubSettings stub)
Parameter
NameDescription
stubRepositoryManagerStubSettings
Returns
TypeDescription
RepositoryManagerSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static RepositoryManagerSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
RepositoryManagerSettings.Builder

newBuilder(ClientContext clientContext)

public static RepositoryManagerSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
RepositoryManagerSettings.Builder

newHttpJsonBuilder()

public static RepositoryManagerSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
RepositoryManagerSettings.Builder

Constructors

RepositoryManagerSettings(RepositoryManagerSettings.Builder settingsBuilder)

protected RepositoryManagerSettings(RepositoryManagerSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderRepositoryManagerSettings.Builder

Methods

batchCreateRepositoriesOperationSettings()

public OperationCallSettings<BatchCreateRepositoriesRequest,BatchCreateRepositoriesResponse,OperationMetadata> batchCreateRepositoriesOperationSettings()

Returns the object with the settings used for calls to batchCreateRepositories.

Returns
TypeDescription
OperationCallSettings<BatchCreateRepositoriesRequest,BatchCreateRepositoriesResponse,OperationMetadata>

batchCreateRepositoriesSettings()

public UnaryCallSettings<BatchCreateRepositoriesRequest,Operation> batchCreateRepositoriesSettings()

Returns the object with the settings used for calls to batchCreateRepositories.

Returns
TypeDescription
UnaryCallSettings<BatchCreateRepositoriesRequest,Operation>

createConnectionOperationSettings()

public OperationCallSettings<CreateConnectionRequest,Connection,OperationMetadata> createConnectionOperationSettings()

Returns the object with the settings used for calls to createConnection.

Returns
TypeDescription
OperationCallSettings<CreateConnectionRequest,Connection,OperationMetadata>

createConnectionSettings()

public UnaryCallSettings<CreateConnectionRequest,Operation> createConnectionSettings()

Returns the object with the settings used for calls to createConnection.

Returns
TypeDescription
UnaryCallSettings<CreateConnectionRequest,Operation>

createRepositoryOperationSettings()

public OperationCallSettings<CreateRepositoryRequest,Repository,OperationMetadata> createRepositoryOperationSettings()

Returns the object with the settings used for calls to createRepository.

Returns
TypeDescription
OperationCallSettings<CreateRepositoryRequest,Repository,OperationMetadata>

createRepositorySettings()

public UnaryCallSettings<CreateRepositoryRequest,Operation> createRepositorySettings()

Returns the object with the settings used for calls to createRepository.

Returns
TypeDescription
UnaryCallSettings<CreateRepositoryRequest,Operation>

deleteConnectionOperationSettings()

public OperationCallSettings<DeleteConnectionRequest,Empty,OperationMetadata> deleteConnectionOperationSettings()

Returns the object with the settings used for calls to deleteConnection.

Returns
TypeDescription
OperationCallSettings<DeleteConnectionRequest,Empty,OperationMetadata>

deleteConnectionSettings()

public UnaryCallSettings<DeleteConnectionRequest,Operation> deleteConnectionSettings()

Returns the object with the settings used for calls to deleteConnection.

Returns
TypeDescription
UnaryCallSettings<DeleteConnectionRequest,Operation>

deleteRepositoryOperationSettings()

public OperationCallSettings<DeleteRepositoryRequest,Empty,OperationMetadata> deleteRepositoryOperationSettings()

Returns the object with the settings used for calls to deleteRepository.

Returns
TypeDescription
OperationCallSettings<DeleteRepositoryRequest,Empty,OperationMetadata>

deleteRepositorySettings()

public UnaryCallSettings<DeleteRepositoryRequest,Operation> deleteRepositorySettings()

Returns the object with the settings used for calls to deleteRepository.

Returns
TypeDescription
UnaryCallSettings<DeleteRepositoryRequest,Operation>

fetchLinkableRepositoriesSettings()

public PagedCallSettings<FetchLinkableRepositoriesRequest,FetchLinkableRepositoriesResponse,RepositoryManagerClient.FetchLinkableRepositoriesPagedResponse> fetchLinkableRepositoriesSettings()

Returns the object with the settings used for calls to fetchLinkableRepositories.

Returns
TypeDescription
PagedCallSettings<FetchLinkableRepositoriesRequest,FetchLinkableRepositoriesResponse,FetchLinkableRepositoriesPagedResponse>

fetchReadTokenSettings()

public UnaryCallSettings<FetchReadTokenRequest,FetchReadTokenResponse> fetchReadTokenSettings()

Returns the object with the settings used for calls to fetchReadToken.

Returns
TypeDescription
UnaryCallSettings<FetchReadTokenRequest,FetchReadTokenResponse>

fetchReadWriteTokenSettings()

public UnaryCallSettings<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse> fetchReadWriteTokenSettings()

Returns the object with the settings used for calls to fetchReadWriteToken.

Returns
TypeDescription
UnaryCallSettings<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse>

getConnectionSettings()

public UnaryCallSettings<GetConnectionRequest,Connection> getConnectionSettings()

Returns the object with the settings used for calls to getConnection.

Returns
TypeDescription
UnaryCallSettings<GetConnectionRequest,Connection>

getIamPolicySettings()

public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()

Returns the object with the settings used for calls to getIamPolicy.

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getRepositorySettings()

public UnaryCallSettings<GetRepositoryRequest,Repository> getRepositorySettings()

Returns the object with the settings used for calls to getRepository.

Returns
TypeDescription
UnaryCallSettings<GetRepositoryRequest,Repository>

listConnectionsSettings()

public PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,RepositoryManagerClient.ListConnectionsPagedResponse> listConnectionsSettings()

Returns the object with the settings used for calls to listConnections.

Returns
TypeDescription
PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ListConnectionsPagedResponse>

listRepositoriesSettings()

public PagedCallSettings<ListRepositoriesRequest,ListRepositoriesResponse,RepositoryManagerClient.ListRepositoriesPagedResponse> listRepositoriesSettings()

Returns the object with the settings used for calls to listRepositories.

Returns
TypeDescription
PagedCallSettings<ListRepositoriesRequest,ListRepositoriesResponse,ListRepositoriesPagedResponse>

setIamPolicySettings()

public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()

Returns the object with the settings used for calls to setIamPolicy.

Returns
TypeDescription
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.

Returns
TypeDescription
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

toBuilder()

public RepositoryManagerSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
RepositoryManagerSettings.Builder
Overrides

updateConnectionOperationSettings()

public OperationCallSettings<UpdateConnectionRequest,Connection,OperationMetadata> updateConnectionOperationSettings()

Returns the object with the settings used for calls to updateConnection.

Returns
TypeDescription
OperationCallSettings<UpdateConnectionRequest,Connection,OperationMetadata>

updateConnectionSettings()

public UnaryCallSettings<UpdateConnectionRequest,Operation> updateConnectionSettings()

Returns the object with the settings used for calls to updateConnection.

Returns
TypeDescription
UnaryCallSettings<UpdateConnectionRequest,Operation>