Class AgentRegistryStubSettings (0.2.0)

public class AgentRegistryStubSettings extends StubSettings<AgentRegistryStubSettings>

Settings class to configure an instance of AgentRegistryStub.

The default instance has everything set to sensible defaults:

  • The default service address (agentregistry.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 RetrySettings of getAgent:


 // 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
 AgentRegistryStubSettings.Builder agentRegistrySettingsBuilder =
     AgentRegistryStubSettings.newBuilder();
 agentRegistrySettingsBuilder
     .getAgentSettings()
     .setRetrySettings(
         agentRegistrySettingsBuilder
             .getAgentSettings()
             .getRetrySettings()
             .toBuilder()
             .setInitialRetryDelayDuration(Duration.ofSeconds(1))
             .setInitialRpcTimeoutDuration(Duration.ofSeconds(5))
             .setMaxAttempts(5)
             .setMaxRetryDelayDuration(Duration.ofSeconds(30))
             .setMaxRpcTimeoutDuration(Duration.ofSeconds(60))
             .setRetryDelayMultiplier(1.3)
             .setRpcTimeoutMultiplier(1.5)
             .setTotalTimeoutDuration(Duration.ofSeconds(300))
             .build());
 AgentRegistryStubSettings agentRegistrySettings = agentRegistrySettingsBuilder.build();
 

Please refer to the Client Side Retry Guide for additional support in setting retries.

To configure the RetrySettings of a Long Running Operation method, create an OperationTimedPollAlgorithm object and update the RPC's polling algorithm. For example, to configure the RetrySettings for createService:


 // 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
 AgentRegistryStubSettings.Builder agentRegistrySettingsBuilder =
     AgentRegistryStubSettings.newBuilder();
 TimedRetryAlgorithm timedRetryAlgorithm =
     OperationalTimedPollAlgorithm.create(
         RetrySettings.newBuilder()
             .setInitialRetryDelayDuration(Duration.ofMillis(500))
             .setRetryDelayMultiplier(1.5)
             .setMaxRetryDelayDuration(Duration.ofMillis(5000))
             .setTotalTimeoutDuration(Duration.ofHours(24))
             .build());
 agentRegistrySettingsBuilder
     .createClusterOperationSettings()
     .setPollingAlgorithm(timedRetryAlgorithm)
     .build();
 

Inheritance

java.lang.Object > StubSettings > AgentRegistryStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
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

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS 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 AgentRegistryStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
AgentRegistryStubSettings.Builder

newBuilder(@Nullable ClientContext clientContext)

public static AgentRegistryStubSettings.Builder newBuilder(@Nullable ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext @org.jspecify.annotations.Nullable com.google.api.gax.rpc.ClientContext
Returns
Type Description
AgentRegistryStubSettings.Builder

newHttpJsonBuilder()

public static AgentRegistryStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
AgentRegistryStubSettings.Builder

Constructors

AgentRegistryStubSettings(AgentRegistryStubSettings.Builder settingsBuilder)

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

Methods

createBindingOperationSettings()

public OperationCallSettings<CreateBindingRequest,Binding,OperationMetadata> createBindingOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateBindingRequest,Binding,OperationMetadata>

createBindingSettings()

public UnaryCallSettings<CreateBindingRequest,Operation> createBindingSettings()

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

Returns
Type Description
UnaryCallSettings<CreateBindingRequest,Operation>

createServiceOperationSettings()

public OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()

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

Returns
Type Description
OperationCallSettings<CreateServiceRequest,Service,OperationMetadata>

createServiceSettings()

public UnaryCallSettings<CreateServiceRequest,Operation> createServiceSettings()

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

Returns
Type Description
UnaryCallSettings<CreateServiceRequest,Operation>

createStub()

public AgentRegistryStub createStub()
Returns
Type Description
AgentRegistryStub
Exceptions
Type Description
IOException

deleteBindingOperationSettings()

public OperationCallSettings<DeleteBindingRequest,Empty,OperationMetadata> deleteBindingOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteBindingRequest,Empty,OperationMetadata>

deleteBindingSettings()

public UnaryCallSettings<DeleteBindingRequest,Operation> deleteBindingSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteBindingRequest,Operation>

deleteServiceOperationSettings()

public OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()

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

Returns
Type Description
OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata>

deleteServiceSettings()

public UnaryCallSettings<DeleteServiceRequest,Operation> deleteServiceSettings()

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

Returns
Type Description
UnaryCallSettings<DeleteServiceRequest,Operation>

fetchAvailableBindingsSettings()

public PagedCallSettings<FetchAvailableBindingsRequest,FetchAvailableBindingsResponse,AgentRegistryClient.FetchAvailableBindingsPagedResponse> fetchAvailableBindingsSettings()

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

Returns
Type Description
PagedCallSettings<FetchAvailableBindingsRequest,FetchAvailableBindingsResponse,FetchAvailableBindingsPagedResponse>

getAgentSettings()

public UnaryCallSettings<GetAgentRequest,Agent> getAgentSettings()

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

Returns
Type Description
UnaryCallSettings<GetAgentRequest,Agent>

getBindingSettings()

public UnaryCallSettings<GetBindingRequest,Binding> getBindingSettings()

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

Returns
Type Description
UnaryCallSettings<GetBindingRequest,Binding>

getEndpointSettings()

public UnaryCallSettings<GetEndpointRequest,Endpoint> getEndpointSettings()

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

Returns
Type Description
UnaryCallSettings<GetEndpointRequest,Endpoint>

getLibraryMetadata()

protected LibraryMetadata getLibraryMetadata()
Returns
Type Description
LibraryMetadata
Overrides

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>

getMcpServerSettings()

public UnaryCallSettings<GetMcpServerRequest,McpServer> getMcpServerSettings()

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

Returns
Type Description
UnaryCallSettings<GetMcpServerRequest,McpServer>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

getServiceSettings()

public UnaryCallSettings<GetServiceRequest,Service> getServiceSettings()

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

Returns
Type Description
UnaryCallSettings<GetServiceRequest,Service>

listAgentsSettings()

public PagedCallSettings<ListAgentsRequest,ListAgentsResponse,AgentRegistryClient.ListAgentsPagedResponse> listAgentsSettings()

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

Returns
Type Description
PagedCallSettings<ListAgentsRequest,ListAgentsResponse,ListAgentsPagedResponse>

listBindingsSettings()

public PagedCallSettings<ListBindingsRequest,ListBindingsResponse,AgentRegistryClient.ListBindingsPagedResponse> listBindingsSettings()

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

Returns
Type Description
PagedCallSettings<ListBindingsRequest,ListBindingsResponse,ListBindingsPagedResponse>

listEndpointsSettings()

public PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse,AgentRegistryClient.ListEndpointsPagedResponse> listEndpointsSettings()

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

Returns
Type Description
PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse,ListEndpointsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,AgentRegistryClient.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>

listMcpServersSettings()

public PagedCallSettings<ListMcpServersRequest,ListMcpServersResponse,AgentRegistryClient.ListMcpServersPagedResponse> listMcpServersSettings()

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

Returns
Type Description
PagedCallSettings<ListMcpServersRequest,ListMcpServersResponse,ListMcpServersPagedResponse>

listServicesSettings()

public PagedCallSettings<ListServicesRequest,ListServicesResponse,AgentRegistryClient.ListServicesPagedResponse> listServicesSettings()

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

Returns
Type Description
PagedCallSettings<ListServicesRequest,ListServicesResponse,ListServicesPagedResponse>

searchAgentsSettings()

public PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,AgentRegistryClient.SearchAgentsPagedResponse> searchAgentsSettings()

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

Returns
Type Description
PagedCallSettings<SearchAgentsRequest,SearchAgentsResponse,SearchAgentsPagedResponse>

searchMcpServersSettings()

public PagedCallSettings<SearchMcpServersRequest,SearchMcpServersResponse,AgentRegistryClient.SearchMcpServersPagedResponse> searchMcpServersSettings()

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

Returns
Type Description
PagedCallSettings<SearchMcpServersRequest,SearchMcpServersResponse,SearchMcpServersPagedResponse>

toBuilder()

public AgentRegistryStubSettings.Builder toBuilder()

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

Returns
Type Description
AgentRegistryStubSettings.Builder
Overrides

updateBindingOperationSettings()

public OperationCallSettings<UpdateBindingRequest,Binding,OperationMetadata> updateBindingOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateBindingRequest,Binding,OperationMetadata>

updateBindingSettings()

public UnaryCallSettings<UpdateBindingRequest,Operation> updateBindingSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateBindingRequest,Operation>

updateServiceOperationSettings()

public OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()

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

Returns
Type Description
OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>

updateServiceSettings()

public UnaryCallSettings<UpdateServiceRequest,Operation> updateServiceSettings()

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

Returns
Type Description
UnaryCallSettings<UpdateServiceRequest,Operation>