public static class NotebookServiceStubSettings . Builder extends StubSettings . Builder<NotebookServiceStubSettings , NotebookServiceStubSettings . Builder >
Builder for NotebookServiceStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(NotebookServiceStubSettings settings)
protected Builder ( NotebookServiceStubSettings settings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public NotebookServiceStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<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.
build()
public NotebookServiceStubSettings build ()
Overrides
checkInstanceUpgradabilitySettings()
public UnaryCallSettings . Builder<CheckInstanceUpgradabilityRequest , CheckInstanceUpgradabilityResponse > checkInstanceUpgradabilitySettings ()
Returns the builder for the settings used for calls to checkInstanceUpgradability.
createInstanceOperationSettings()
public OperationCallSettings . Builder<CreateInstanceRequest , Instance , OperationMetadata > createInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to createInstance.
createInstanceSettings()
public UnaryCallSettings . Builder<CreateInstanceRequest , Operation > createInstanceSettings ()
Returns the builder for the settings used for calls to createInstance.
deleteInstanceOperationSettings()
public OperationCallSettings . Builder<DeleteInstanceRequest , Empty , OperationMetadata > deleteInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to deleteInstance.
deleteInstanceSettings()
public UnaryCallSettings . Builder<DeleteInstanceRequest , Operation > deleteInstanceSettings ()
Returns the builder for the settings used for calls to deleteInstance.
diagnoseInstanceOperationSettings()
public OperationCallSettings . Builder<DiagnoseInstanceRequest , Instance , OperationMetadata > diagnoseInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to diagnoseInstance.
diagnoseInstanceSettings()
public UnaryCallSettings . Builder<DiagnoseInstanceRequest , Operation > diagnoseInstanceSettings ()
Returns the builder for the settings used for calls to diagnoseInstance.
getIamPolicySettings()
public UnaryCallSettings . Builder<GetIamPolicyRequest , Policy > getIamPolicySettings ()
Returns the builder for the settings used for calls to getIamPolicy.
Returns Type Description Builder <com.google.iam.v1.GetIamPolicyRequest ,com.google.iam.v1.Policy >
getInstanceSettings()
public UnaryCallSettings . Builder<GetInstanceRequest , Instance > getInstanceSettings ()
Returns the builder for the settings used for calls to getInstance.
getLocationSettings()
public UnaryCallSettings . Builder<GetLocationRequest , Location > getLocationSettings ()
Returns the builder for the settings used for calls to getLocation.
Returns Type Description Builder <com.google.cloud.location.GetLocationRequest ,com.google.cloud.location.Location >
listInstancesSettings()
public PagedCallSettings . Builder<ListInstancesRequest , ListInstancesResponse , NotebookServiceClient . ListInstancesPagedResponse > listInstancesSettings ()
Returns the builder for the settings used for calls to listInstances.
listLocationsSettings()
public PagedCallSettings . Builder<ListLocationsRequest , ListLocationsResponse , NotebookServiceClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the builder for the settings used for calls to listLocations.
resetInstanceOperationSettings()
public OperationCallSettings . Builder<ResetInstanceRequest , Instance , OperationMetadata > resetInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to resetInstance.
resetInstanceSettings()
public UnaryCallSettings . Builder<ResetInstanceRequest , Operation > resetInstanceSettings ()
Returns the builder for the settings used for calls to resetInstance.
rollbackInstanceOperationSettings()
public OperationCallSettings . Builder<RollbackInstanceRequest , Instance , OperationMetadata > rollbackInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to rollbackInstance.
rollbackInstanceSettings()
public UnaryCallSettings . Builder<RollbackInstanceRequest , Operation > rollbackInstanceSettings ()
Returns the builder for the settings used for calls to rollbackInstance.
setIamPolicySettings()
public UnaryCallSettings . Builder<SetIamPolicyRequest , Policy > setIamPolicySettings ()
Returns the builder for the settings used for calls to setIamPolicy.
Returns Type Description Builder <com.google.iam.v1.SetIamPolicyRequest ,com.google.iam.v1.Policy >
startInstanceOperationSettings()
public OperationCallSettings . Builder<StartInstanceRequest , Instance , OperationMetadata > startInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to startInstance.
startInstanceSettings()
public UnaryCallSettings . Builder<StartInstanceRequest , Operation > startInstanceSettings ()
Returns the builder for the settings used for calls to startInstance.
stopInstanceOperationSettings()
public OperationCallSettings . Builder<StopInstanceRequest , Instance , OperationMetadata > stopInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to stopInstance.
stopInstanceSettings()
public UnaryCallSettings . Builder<StopInstanceRequest , Operation > stopInstanceSettings ()
Returns the builder for the settings used for calls to stopInstance.
testIamPermissionsSettings()
public UnaryCallSettings . Builder<TestIamPermissionsRequest , TestIamPermissionsResponse > testIamPermissionsSettings ()
Returns the builder for the settings used for calls to testIamPermissions.
Returns Type Description Builder <com.google.iam.v1.TestIamPermissionsRequest ,com.google.iam.v1.TestIamPermissionsResponse >
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateInstanceOperationSettings()
public OperationCallSettings . Builder<UpdateInstanceRequest , Instance , OperationMetadata > updateInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to updateInstance.
updateInstanceSettings()
public UnaryCallSettings . Builder<UpdateInstanceRequest , Operation > updateInstanceSettings ()
Returns the builder for the settings used for calls to updateInstance.
upgradeInstanceOperationSettings()
public OperationCallSettings . Builder<UpgradeInstanceRequest , Instance , OperationMetadata > upgradeInstanceOperationSettings ()
Beta
The surface for use by generated code is not stable yet and may change in the future.
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns the builder for the settings used for calls to upgradeInstance.
upgradeInstanceSettings()
public UnaryCallSettings . Builder<UpgradeInstanceRequest , Operation > upgradeInstanceSettings ()
Returns the builder for the settings used for calls to upgradeInstance.