Package com.google.cloud.dataproc.v1
Class NodeGroupControllerSettings.Builder
- java.lang.Object
-
- com.google.api.gax.rpc.ClientSettings.Builder<NodeGroupControllerSettings,NodeGroupControllerSettings.Builder>
-
- com.google.cloud.dataproc.v1.NodeGroupControllerSettings.Builder
-
- Enclosing class:
- NodeGroupControllerSettings
public static class NodeGroupControllerSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<NodeGroupControllerSettings,NodeGroupControllerSettings.Builder>
Builder for NodeGroupControllerSettings.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
protected
Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected
Builder(NodeGroupControllerSettings settings)
protected
Builder(NodeGroupControllerStubSettings.Builder stubSettings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeGroupControllerSettings.Builder
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.NodeGroupControllerSettings
build()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateNodeGroupRequest,NodeGroup,NodeGroupOperationMetadata>
createNodeGroupOperationSettings()
Returns the builder for the settings used for calls to createNodeGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeGroupRequest,com.google.longrunning.Operation>
createNodeGroupSettings()
Returns the builder for the settings used for calls to createNodeGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup>
getNodeGroupSettings()
Returns the builder for the settings used for calls to getNodeGroup.NodeGroupControllerStubSettings.Builder
getStubSettingsBuilder()
com.google.api.gax.rpc.OperationCallSettings.Builder<ResizeNodeGroupRequest,NodeGroup,NodeGroupOperationMetadata>
resizeNodeGroupOperationSettings()
Returns the builder for the settings used for calls to resizeNodeGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<ResizeNodeGroupRequest,com.google.longrunning.Operation>
resizeNodeGroupSettings()
Returns the builder for the settings used for calls to resizeNodeGroup.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.-
Methods inherited from class com.google.api.gax.rpc.ClientSettings.Builder
applyToAllUnaryMethods, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogProvider, self, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setWatchdogCheckInterval, setWatchdogProvider, toString
-
-
-
-
Constructor Detail
-
Builder
protected Builder() throws IOException
- Throws:
IOException
-
Builder
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
-
Builder
protected Builder(NodeGroupControllerSettings settings)
-
Builder
protected Builder(NodeGroupControllerStubSettings.Builder stubSettings)
-
-
Method Detail
-
getStubSettingsBuilder
public NodeGroupControllerStubSettings.Builder getStubSettingsBuilder()
-
applyToAllUnaryMethods
public NodeGroupControllerSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.Note: This method does not support applying settings to streaming methods.
-
createNodeGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateNodeGroupRequest,com.google.longrunning.Operation> createNodeGroupSettings()
Returns the builder for the settings used for calls to createNodeGroup.
-
createNodeGroupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateNodeGroupRequest,NodeGroup,NodeGroupOperationMetadata> createNodeGroupOperationSettings()
Returns the builder for the settings used for calls to createNodeGroup.
-
resizeNodeGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResizeNodeGroupRequest,com.google.longrunning.Operation> resizeNodeGroupSettings()
Returns the builder for the settings used for calls to resizeNodeGroup.
-
resizeNodeGroupOperationSettings
public com.google.api.gax.rpc.OperationCallSettings.Builder<ResizeNodeGroupRequest,NodeGroup,NodeGroupOperationMetadata> resizeNodeGroupOperationSettings()
Returns the builder for the settings used for calls to resizeNodeGroup.
-
getNodeGroupSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNodeGroupRequest,NodeGroup> getNodeGroupSettings()
Returns the builder for the settings used for calls to getNodeGroup.
-
setIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
Returns the builder for the settings used for calls to setIamPolicy.
-
getIamPolicySettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
Returns the builder for the settings used for calls to getIamPolicy.
-
testIamPermissionsSettings
public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the builder for the settings used for calls to testIamPermissions.
-
build
public NodeGroupControllerSettings build() throws IOException
- Specified by:
build
in classcom.google.api.gax.rpc.ClientSettings.Builder<NodeGroupControllerSettings,NodeGroupControllerSettings.Builder>
- Throws:
IOException
-
-