public class RepositoryManagerStubSettings extends StubSettings<RepositoryManagerStubSettings>
Settings class to configure an instance of RepositoryManagerStub .
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
RepositoryManagerStubSettings . Builder repositoryManagerSettingsBuilder =
RepositoryManagerStubSettings . newBuilder ();
repositoryManagerSettingsBuilder
. getConnectionSettings ()
. setRetrySettings (
repositoryManagerSettingsBuilder
. getConnectionSettings ()
. getRetrySettings ()
. toBuilder ()
. setTotalTimeout ( Duration . ofSeconds ( 30 ))
. build ());
RepositoryManagerStubSettings repositoryManagerSettings =
repositoryManagerSettingsBuilder . build ();
Static Methods
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
public static ApiClientHeaderProvider . Builder defaultGrpcApiClientHeaderProviderBuilder ()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
public static InstantiatingHttpJsonChannelProvider . Builder defaultHttpJsonTransportProviderBuilder ()
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns a builder for the default REST ChannelProvider for this service.
public static TransportChannelProvider defaultTransportChannelProvider ()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
Returns
Type
Description
String
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
Returns
Type
Description
String
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
public static RepositoryManagerStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static RepositoryManagerStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
public static RepositoryManagerStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Constructors
protected RepositoryManagerStubSettings ( RepositoryManagerStubSettings . Builder settingsBuilder )
Methods
public OperationCallSettings<BatchCreateRepositoriesRequest , BatchCreateRepositoriesResponse , OperationMetadata > batchCreateRepositoriesOperationSettings ()
Returns the object with the settings used for calls to batchCreateRepositories.
public UnaryCallSettings<BatchCreateRepositoriesRequest , Operation > batchCreateRepositoriesSettings ()
Returns the object with the settings used for calls to batchCreateRepositories.
public OperationCallSettings<CreateConnectionRequest , Connection , OperationMetadata > createConnectionOperationSettings ()
Returns the object with the settings used for calls to createConnection.
public UnaryCallSettings<CreateConnectionRequest , Operation > createConnectionSettings ()
Returns the object with the settings used for calls to createConnection.
public OperationCallSettings<CreateRepositoryRequest , Repository , OperationMetadata > createRepositoryOperationSettings ()
Returns the object with the settings used for calls to createRepository.
public UnaryCallSettings<CreateRepositoryRequest , Operation > createRepositorySettings ()
Returns the object with the settings used for calls to createRepository.
public RepositoryManagerStub createStub ()
public OperationCallSettings<DeleteConnectionRequest , Empty , OperationMetadata > deleteConnectionOperationSettings ()
Returns the object with the settings used for calls to deleteConnection.
public UnaryCallSettings<DeleteConnectionRequest , Operation > deleteConnectionSettings ()
Returns the object with the settings used for calls to deleteConnection.
public OperationCallSettings<DeleteRepositoryRequest , Empty , OperationMetadata > deleteRepositoryOperationSettings ()
Returns the object with the settings used for calls to deleteRepository.
public UnaryCallSettings<DeleteRepositoryRequest , Operation > deleteRepositorySettings ()
Returns the object with the settings used for calls to deleteRepository.
public UnaryCallSettings<FetchGitRefsRequest , FetchGitRefsResponse > fetchGitRefsSettings ()
Returns the object with the settings used for calls to fetchGitRefs.
public PagedCallSettings<FetchLinkableRepositoriesRequest , FetchLinkableRepositoriesResponse , RepositoryManagerClient . FetchLinkableRepositoriesPagedResponse > fetchLinkableRepositoriesSettings ()
Returns the object with the settings used for calls to fetchLinkableRepositories.
public UnaryCallSettings<FetchReadTokenRequest , FetchReadTokenResponse > fetchReadTokenSettings ()
Returns the object with the settings used for calls to fetchReadToken.
public UnaryCallSettings<FetchReadWriteTokenRequest , FetchReadWriteTokenResponse > fetchReadWriteTokenSettings ()
Returns the object with the settings used for calls to fetchReadWriteToken.
public UnaryCallSettings<GetConnectionRequest , Connection > getConnectionSettings ()
Returns the object with the settings used for calls to getConnection.
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<GetRepositoryRequest , Repository > getRepositorySettings ()
Returns the object with the settings used for calls to getRepository.
public String getServiceName ()
Returns the default service name.
Returns
Type
Description
String
Overrides
public PagedCallSettings<ListConnectionsRequest , ListConnectionsResponse , RepositoryManagerClient . ListConnectionsPagedResponse > listConnectionsSettings ()
Returns the object with the settings used for calls to listConnections.
public PagedCallSettings<ListRepositoriesRequest , ListRepositoriesResponse , RepositoryManagerClient . ListRepositoriesPagedResponse > listRepositoriesSettings ()
Returns the object with the settings used for calls to listRepositories.
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 RepositoryManagerStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides
public OperationCallSettings<UpdateConnectionRequest , Connection , OperationMetadata > updateConnectionOperationSettings ()
Returns the object with the settings used for calls to updateConnection.
public UnaryCallSettings<UpdateConnectionRequest , Operation > updateConnectionSettings ()
Returns the object with the settings used for calls to updateConnection.