Class DeveloperConnectSettings (0.2.0)

public class DeveloperConnectSettings extends ClientSettings<DeveloperConnectSettings>

Settings class to configure an instance of DeveloperConnectClient.

The default instance has everything set to sensible defaults:

  • The default service address (developerconnect.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
 DeveloperConnectSettings.Builder developerConnectSettingsBuilder =
     DeveloperConnectSettings.newBuilder();
 developerConnectSettingsBuilder
     .getConnectionSettings()
     .setRetrySettings(
         developerConnectSettingsBuilder
             .getConnectionSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DeveloperConnectSettings developerConnectSettings = developerConnectSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > DeveloperConnectSettings

Static Methods

create(DeveloperConnectStubSettings stub)

public static final DeveloperConnectSettings create(DeveloperConnectStubSettings stub)
Parameter
Name Description
stub DeveloperConnectStubSettings
Returns
Type Description
DeveloperConnectSettings
Exceptions
Type Description
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
Type Description
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
Type Description
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
Type Description
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

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

Returns
Type Description
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

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

Returns
Type Description
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
Type Description
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
Type Description
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
Type Description
List<String>

newBuilder()

public static DeveloperConnectSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
DeveloperConnectSettings.Builder

newBuilder(ClientContext clientContext)

public static DeveloperConnectSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
DeveloperConnectSettings.Builder

newHttpJsonBuilder()

public static DeveloperConnectSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
DeveloperConnectSettings.Builder

Constructors

DeveloperConnectSettings(DeveloperConnectSettings.Builder settingsBuilder)

protected DeveloperConnectSettings(DeveloperConnectSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder DeveloperConnectSettings.Builder

Methods

createConnectionOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<CreateConnectionRequest,Connection,OperationMetadata>

createConnectionSettings()

public UnaryCallSettings<CreateConnectionRequest,Operation> createConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<CreateConnectionRequest,Operation>

createGitRepositoryLinkOperationSettings()

public OperationCallSettings<CreateGitRepositoryLinkRequest,GitRepositoryLink,OperationMetadata> createGitRepositoryLinkOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateGitRepositoryLinkRequest,GitRepositoryLink,OperationMetadata>

createGitRepositoryLinkSettings()

public UnaryCallSettings<CreateGitRepositoryLinkRequest,Operation> createGitRepositoryLinkSettings()

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

Returns
Type Description
UnaryCallSettings<CreateGitRepositoryLinkRequest,Operation>

deleteConnectionOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<DeleteConnectionRequest,Empty,OperationMetadata>

deleteConnectionSettings()

public UnaryCallSettings<DeleteConnectionRequest,Operation> deleteConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteConnectionRequest,Operation>

deleteGitRepositoryLinkOperationSettings()

public OperationCallSettings<DeleteGitRepositoryLinkRequest,Empty,OperationMetadata> deleteGitRepositoryLinkOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteGitRepositoryLinkRequest,Empty,OperationMetadata>

deleteGitRepositoryLinkSettings()

public UnaryCallSettings<DeleteGitRepositoryLinkRequest,Operation> deleteGitRepositoryLinkSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteGitRepositoryLinkRequest,Operation>

fetchGitHubInstallationsSettings()

public UnaryCallSettings<FetchGitHubInstallationsRequest,FetchGitHubInstallationsResponse> fetchGitHubInstallationsSettings()

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

Returns
Type Description
UnaryCallSettings<FetchGitHubInstallationsRequest,FetchGitHubInstallationsResponse>

fetchGitRefsSettings()

public PagedCallSettings<FetchGitRefsRequest,FetchGitRefsResponse,DeveloperConnectClient.FetchGitRefsPagedResponse> fetchGitRefsSettings()

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

Returns
Type Description
PagedCallSettings<FetchGitRefsRequest,FetchGitRefsResponse,FetchGitRefsPagedResponse>

fetchLinkableGitRepositoriesSettings()

public PagedCallSettings<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesResponse,DeveloperConnectClient.FetchLinkableGitRepositoriesPagedResponse> fetchLinkableGitRepositoriesSettings()

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

Returns
Type Description
PagedCallSettings<FetchLinkableGitRepositoriesRequest,FetchLinkableGitRepositoriesResponse,FetchLinkableGitRepositoriesPagedResponse>

fetchReadTokenSettings()

public UnaryCallSettings<FetchReadTokenRequest,FetchReadTokenResponse> fetchReadTokenSettings()

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

Returns
Type Description
UnaryCallSettings<FetchReadTokenRequest,FetchReadTokenResponse>

fetchReadWriteTokenSettings()

public UnaryCallSettings<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse> fetchReadWriteTokenSettings()

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

Returns
Type Description
UnaryCallSettings<FetchReadWriteTokenRequest,FetchReadWriteTokenResponse>

getConnectionSettings()

public UnaryCallSettings<GetConnectionRequest,Connection> getConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<GetConnectionRequest,Connection>

getGitRepositoryLinkSettings()

public UnaryCallSettings<GetGitRepositoryLinkRequest,GitRepositoryLink> getGitRepositoryLinkSettings()

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

Returns
Type Description
UnaryCallSettings<GetGitRepositoryLinkRequest,GitRepositoryLink>

getLocationSettings()

public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()

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

Returns
Type Description
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listConnectionsSettings()

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

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

Returns
Type Description
PagedCallSettings<ListConnectionsRequest,ListConnectionsResponse,ListConnectionsPagedResponse>

listGitRepositoryLinksSettings()

public PagedCallSettings<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,DeveloperConnectClient.ListGitRepositoryLinksPagedResponse> listGitRepositoryLinksSettings()

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

Returns
Type Description
PagedCallSettings<ListGitRepositoryLinksRequest,ListGitRepositoryLinksResponse,ListGitRepositoryLinksPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DeveloperConnectClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
Type Description
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse>

toBuilder()

public DeveloperConnectSettings.Builder toBuilder()

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

Returns
Type Description
DeveloperConnectSettings.Builder
Overrides

updateConnectionOperationSettings()

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

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

Returns
Type Description
OperationCallSettings<UpdateConnectionRequest,Connection,OperationMetadata>

updateConnectionSettings()

public UnaryCallSettings<UpdateConnectionRequest,Operation> updateConnectionSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateConnectionRequest,Operation>