Package com.google.cloud.debugger.v2.stub (1.22.0)

Classes

Controller2Stub

Base stub class for the Controller2 service API.

This class is for advanced usage and reflects the underlying API directly.

Controller2StubSettings

Settings class to configure an instance of Controller2Stub.

The default instance has everything set to sensible defaults:

  • The default service address (clouddebugger.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 registerDebuggee 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
 Controller2StubSettings.Builder controller2SettingsBuilder =
     Controller2StubSettings.newBuilder();
 controller2SettingsBuilder
     .registerDebuggeeSettings()
     .setRetrySettings(
         controller2SettingsBuilder
             .registerDebuggeeSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 Controller2StubSettings controller2Settings = controller2SettingsBuilder.build();
 

Controller2StubSettings.Builder

Builder for Controller2StubSettings.

Debugger2Stub

Base stub class for the Debugger2 service API.

This class is for advanced usage and reflects the underlying API directly.

Debugger2StubSettings

Settings class to configure an instance of Debugger2Stub.

The default instance has everything set to sensible defaults:

  • The default service address (clouddebugger.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 setBreakpoint 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
 Debugger2StubSettings.Builder debugger2SettingsBuilder = Debugger2StubSettings.newBuilder();
 debugger2SettingsBuilder
     .setBreakpointSettings()
     .setRetrySettings(
         debugger2SettingsBuilder
             .setBreakpointSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 Debugger2StubSettings debugger2Settings = debugger2SettingsBuilder.build();
 

Debugger2StubSettings.Builder

Builder for Debugger2StubSettings.

GrpcController2CallableFactory

gRPC callable factory implementation for the Controller2 service API.

This class is for advanced usage.

GrpcController2Stub

gRPC stub implementation for the Controller2 service API.

This class is for advanced usage and reflects the underlying API directly.

GrpcDebugger2CallableFactory

gRPC callable factory implementation for the Debugger2 service API.

This class is for advanced usage.

GrpcDebugger2Stub

gRPC stub implementation for the Debugger2 service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonController2CallableFactory

REST callable factory implementation for the Controller2 service API.

This class is for advanced usage.

HttpJsonController2Stub

REST stub implementation for the Controller2 service API.

This class is for advanced usage and reflects the underlying API directly.

HttpJsonDebugger2CallableFactory

REST callable factory implementation for the Debugger2 service API.

This class is for advanced usage.

HttpJsonDebugger2Stub

REST stub implementation for the Debugger2 service API.

This class is for advanced usage and reflects the underlying API directly.