@Generated(value="by gapic-generator") @BetaApi public class ProjectSettings extends com.google.api.gax.rpc.ClientSettings<ProjectSettings>
ProjectClient
.
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 disableXpnHostProject to 30 seconds:
ProjectSettings.Builder projectSettingsBuilder =
ProjectSettings.newBuilder();
projectSettingsBuilder.disableXpnHostProjectSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30));
ProjectSettings projectSettings = projectSettingsBuilder.build();
Modifier and Type | Class and Description |
---|---|
static class |
ProjectSettings.Builder
Builder for ProjectSettings.
|
Modifier | Constructor and Description |
---|---|
protected |
ProjectSettings(ProjectSettings.Builder settingsBuilder) |
Modifier and Type | Method and Description |
---|---|
static ProjectSettings |
create(ProjectStubSettings stub) |
static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder |
defaultApiClientHeaderProviderBuilder() |
static com.google.api.gax.core.GoogleCredentialsProvider.Builder |
defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
|
static com.google.api.gax.core.InstantiatingExecutorProvider.Builder |
defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
|
static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder |
defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.UnaryCallSettings<DisableXpnHostProjectHttpRequest,Operation> |
disableXpnHostProjectSettings()
Returns the object with the settings used for calls to disableXpnHostProject.
|
com.google.api.gax.rpc.UnaryCallSettings<DisableXpnResourceProjectHttpRequest,Operation> |
disableXpnResourceProjectSettings()
Returns the object with the settings used for calls to disableXpnResourceProject.
|
com.google.api.gax.rpc.UnaryCallSettings<EnableXpnHostProjectHttpRequest,Operation> |
enableXpnHostProjectSettings()
Returns the object with the settings used for calls to enableXpnHostProject.
|
com.google.api.gax.rpc.UnaryCallSettings<EnableXpnResourceProjectHttpRequest,Operation> |
enableXpnResourceProjectSettings()
Returns the object with the settings used for calls to enableXpnResourceProject.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static int |
getDefaultServicePort()
Returns the default service port.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetProjectHttpRequest,Project> |
getProjectSettings()
Returns the object with the settings used for calls to getProject.
|
com.google.api.gax.rpc.UnaryCallSettings<GetXpnHostProjectHttpRequest,Project> |
getXpnHostProjectSettings()
Returns the object with the settings used for calls to getXpnHostProject.
|
com.google.api.gax.rpc.PagedCallSettings<GetXpnResourcesProjectsHttpRequest,ProjectsGetXpnResources,ProjectClient.GetXpnResourcesProjectsPagedResponse> |
getXpnResourcesProjectsSettings()
Returns the object with the settings used for calls to getXpnResourcesProjects.
|
com.google.api.gax.rpc.PagedCallSettings<ListXpnHostsProjectsHttpRequest,XpnHostList,ProjectClient.ListXpnHostsProjectsPagedResponse> |
listXpnHostsProjectsSettings()
Returns the object with the settings used for calls to listXpnHostsProjects.
|
com.google.api.gax.rpc.UnaryCallSettings<MoveDiskProjectHttpRequest,Operation> |
moveDiskProjectSettings()
Returns the object with the settings used for calls to moveDiskProject.
|
com.google.api.gax.rpc.UnaryCallSettings<MoveInstanceProjectHttpRequest,Operation> |
moveInstanceProjectSettings()
Returns the object with the settings used for calls to moveInstanceProject.
|
static ProjectSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static ProjectSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.UnaryCallSettings<SetCommonInstanceMetadataProjectHttpRequest,Operation> |
setCommonInstanceMetadataProjectSettings()
Returns the object with the settings used for calls to setCommonInstanceMetadataProject.
|
com.google.api.gax.rpc.UnaryCallSettings<SetDefaultNetworkTierProjectHttpRequest,Operation> |
setDefaultNetworkTierProjectSettings()
Returns the object with the settings used for calls to setDefaultNetworkTierProject.
|
com.google.api.gax.rpc.UnaryCallSettings<SetUsageExportBucketProjectHttpRequest,Operation> |
setUsageExportBucketProjectSettings()
Returns the object with the settings used for calls to setUsageExportBucketProject.
|
ProjectSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
protected ProjectSettings(ProjectSettings.Builder settingsBuilder) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallSettings<DisableXpnHostProjectHttpRequest,Operation> disableXpnHostProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DisableXpnResourceProjectHttpRequest,Operation> disableXpnResourceProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<EnableXpnHostProjectHttpRequest,Operation> enableXpnHostProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<EnableXpnResourceProjectHttpRequest,Operation> enableXpnResourceProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetProjectHttpRequest,Project> getProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetXpnHostProjectHttpRequest,Project> getXpnHostProjectSettings()
public com.google.api.gax.rpc.PagedCallSettings<GetXpnResourcesProjectsHttpRequest,ProjectsGetXpnResources,ProjectClient.GetXpnResourcesProjectsPagedResponse> getXpnResourcesProjectsSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListXpnHostsProjectsHttpRequest,XpnHostList,ProjectClient.ListXpnHostsProjectsPagedResponse> listXpnHostsProjectsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<MoveDiskProjectHttpRequest,Operation> moveDiskProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<MoveInstanceProjectHttpRequest,Operation> moveInstanceProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetCommonInstanceMetadataProjectHttpRequest,Operation> setCommonInstanceMetadataProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetDefaultNetworkTierProjectHttpRequest,Operation> setDefaultNetworkTierProjectSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetUsageExportBucketProjectHttpRequest,Operation> setUsageExportBucketProjectSettings()
public static final ProjectSettings create(ProjectStubSettings stub) throws IOException
IOException
public static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static int getDefaultServicePort()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.httpjson.InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
public static com.google.api.gax.rpc.TransportChannelProvider defaultTransportChannelProvider()
@BetaApi(value="The surface for customizing headers is not stable yet and may change in the future.") public static com.google.api.gax.rpc.ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
public static ProjectSettings.Builder newBuilder()
public static ProjectSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public ProjectSettings.Builder toBuilder()
toBuilder
in class com.google.api.gax.rpc.ClientSettings<ProjectSettings>
Copyright © 2019 Google LLC. All rights reserved.