@Generated(value="by GAPIC v0.0.5") @ExperimentalApi public class ErrorGroupServiceSettings extends com.google.api.gax.grpc.ClientSettings
ErrorGroupServiceClient.
The default instance has everything set to sensible defaults:
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 getGroup to 30 seconds:
ErrorGroupServiceSettings.Builder errorGroupServiceSettingsBuilder =
ErrorGroupServiceSettings.defaultBuilder();
errorGroupServiceSettingsBuilder.getGroupSettings().getRetrySettingsBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
ErrorGroupServiceSettings errorGroupServiceSettings = errorGroupServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorGroupServiceSettings.Builder
Builder for ErrorGroupServiceSettings.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorGroupServiceSettings.Builder |
defaultBuilder()
Returns a builder for this class with recommended defaults.
|
static com.google.api.gax.grpc.InstantiatingChannelProvider.Builder |
defaultChannelProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.grpc.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.grpc.SimpleCallSettings<com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
getGroupSettings()
Returns the object with the settings used for calls to getGroup.
|
static ErrorGroupServiceSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
ErrorGroupServiceSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.grpc.SimpleCallSettings<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> |
updateGroupSettings()
Returns the object with the settings used for calls to updateGroup.
|
public com.google.api.gax.grpc.SimpleCallSettings<com.google.devtools.clouderrorreporting.v1beta1.GetGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> getGroupSettings()
public com.google.api.gax.grpc.SimpleCallSettings<com.google.devtools.clouderrorreporting.v1beta1.UpdateGroupRequest,com.google.devtools.clouderrorreporting.v1beta1.ErrorGroup> updateGroupSettings()
public static com.google.api.gax.grpc.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingChannelProvider.Builder defaultChannelProviderBuilder()
public static ErrorGroupServiceSettings.Builder defaultBuilder()
public static ErrorGroupServiceSettings.Builder newBuilder()
public ErrorGroupServiceSettings.Builder toBuilder()
Copyright © 2017 Google. All rights reserved.