@Generated(value="by gapic-generator-java") public class NotebookServiceStubSettings extends com.google.api.gax.rpc.StubSettings<NotebookServiceStubSettings>
NotebookServiceStub.
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 getInstance 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
NotebookServiceStubSettings.Builder notebookServiceSettingsBuilder =
NotebookServiceStubSettings.newBuilder();
notebookServiceSettingsBuilder
.getInstanceSettings()
.setRetrySettings(
notebookServiceSettingsBuilder
.getInstanceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
NotebookServiceStubSettings notebookServiceSettings = notebookServiceSettingsBuilder.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookServiceStubSettings.Builder
Builder for NotebookServiceStubSettings.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotebookServiceStubSettings(NotebookServiceStubSettings.Builder settingsBuilder) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> |
createEnvironmentOperationSettings()
Returns the object with the settings used for calls to createEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> |
createEnvironmentSettings()
Returns the object with the settings used for calls to createEnvironment.
|
com.google.api.gax.rpc.OperationCallSettings<CreateExecutionRequest,Execution,OperationMetadata> |
createExecutionOperationSettings()
Returns the object with the settings used for calls to createExecution.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,com.google.longrunning.Operation> |
createExecutionSettings()
Returns the object with the settings used for calls to createExecution.
|
com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> |
createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> |
createInstanceSettings()
Returns the object with the settings used for calls to createInstance.
|
com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata> |
createScheduleOperationSettings()
Returns the object with the settings used for calls to createSchedule.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation> |
createScheduleSettings()
Returns the object with the settings used for calls to createSchedule.
|
NotebookServiceStub |
createStub() |
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.grpc.InstantiatingGrpcChannelProvider.Builder |
defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
|
static com.google.api.gax.rpc.TransportChannelProvider |
defaultTransportChannelProvider() |
com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteEnvironmentOperationSettings()
Returns the object with the settings used for calls to deleteEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> |
deleteEnvironmentSettings()
Returns the object with the settings used for calls to deleteEnvironment.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteExecutionOperationSettings()
Returns the object with the settings used for calls to deleteExecution.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation> |
deleteExecutionSettings()
Returns the object with the settings used for calls to deleteExecution.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> |
deleteInstanceSettings()
Returns the object with the settings used for calls to deleteInstance.
|
com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata> |
deleteScheduleOperationSettings()
Returns the object with the settings used for calls to deleteSchedule.
|
com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation> |
deleteScheduleSettings()
Returns the object with the settings used for calls to deleteSchedule.
|
com.google.api.gax.rpc.OperationCallSettings<DiagnoseInstanceRequest,Instance,OperationMetadata> |
diagnoseInstanceOperationSettings()
Returns the object with the settings used for calls to diagnoseInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<DiagnoseInstanceRequest,com.google.longrunning.Operation> |
diagnoseInstanceSettings()
Returns the object with the settings used for calls to diagnoseInstance.
|
static String |
getDefaultEndpoint()
Returns the default service endpoint.
|
static String |
getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
|
static List<String> |
getDefaultServiceScopes()
Returns the default service scopes.
|
com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> |
getEnvironmentSettings()
Returns the object with the settings used for calls to getEnvironment.
|
com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution> |
getExecutionSettings()
Returns the object with the settings used for calls to getExecution.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
|
com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse> |
getInstanceHealthSettings()
Returns the object with the settings used for calls to getInstanceHealth.
|
com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> |
getInstanceSettings()
Returns the object with the settings used for calls to getInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getLocationSettings()
Returns the object with the settings used for calls to getLocation.
|
com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule> |
getScheduleSettings()
Returns the object with the settings used for calls to getSchedule.
|
com.google.api.gax.rpc.UnaryCallSettings<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> |
isInstanceUpgradeableSettings()
Returns the object with the settings used for calls to isInstanceUpgradeable.
|
com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse> |
listEnvironmentsSettings()
Returns the object with the settings used for calls to listEnvironments.
|
com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse> |
listExecutionsSettings()
Returns the object with the settings used for calls to listExecutions.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse> |
listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
|
com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse> |
listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
|
com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse> |
listSchedulesSettings()
Returns the object with the settings used for calls to listSchedules.
|
static NotebookServiceStubSettings.Builder |
newBuilder()
Returns a new builder for this class.
|
static NotebookServiceStubSettings.Builder |
newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
Returns a new builder for this class.
|
com.google.api.gax.rpc.OperationCallSettings<RegisterInstanceRequest,Instance,OperationMetadata> |
registerInstanceOperationSettings()
Returns the object with the settings used for calls to registerInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<RegisterInstanceRequest,com.google.longrunning.Operation> |
registerInstanceSettings()
Returns the object with the settings used for calls to registerInstance.
|
com.google.api.gax.rpc.OperationCallSettings<ReportInstanceInfoRequest,Instance,OperationMetadata> |
reportInstanceInfoOperationSettings()
Returns the object with the settings used for calls to reportInstanceInfo.
|
com.google.api.gax.rpc.UnaryCallSettings<ReportInstanceInfoRequest,com.google.longrunning.Operation> |
reportInstanceInfoSettings()
Returns the object with the settings used for calls to reportInstanceInfo.
|
com.google.api.gax.rpc.OperationCallSettings<ResetInstanceRequest,Instance,OperationMetadata> |
resetInstanceOperationSettings()
Returns the object with the settings used for calls to resetInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<ResetInstanceRequest,com.google.longrunning.Operation> |
resetInstanceSettings()
Returns the object with the settings used for calls to resetInstance.
|
com.google.api.gax.rpc.OperationCallSettings<RollbackInstanceRequest,Instance,OperationMetadata> |
rollbackInstanceOperationSettings()
Returns the object with the settings used for calls to rollbackInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<RollbackInstanceRequest,com.google.longrunning.Operation> |
rollbackInstanceSettings()
Returns the object with the settings used for calls to rollbackInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
|
com.google.api.gax.rpc.OperationCallSettings<SetInstanceAcceleratorRequest,Instance,OperationMetadata> |
setInstanceAcceleratorOperationSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.
|
com.google.api.gax.rpc.UnaryCallSettings<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> |
setInstanceAcceleratorSettings()
Returns the object with the settings used for calls to setInstanceAccelerator.
|
com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata> |
setInstanceLabelsOperationSettings()
Returns the object with the settings used for calls to setInstanceLabels.
|
com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation> |
setInstanceLabelsSettings()
Returns the object with the settings used for calls to setInstanceLabels.
|
com.google.api.gax.rpc.OperationCallSettings<SetInstanceMachineTypeRequest,Instance,OperationMetadata> |
setInstanceMachineTypeOperationSettings()
Returns the object with the settings used for calls to setInstanceMachineType.
|
com.google.api.gax.rpc.UnaryCallSettings<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> |
setInstanceMachineTypeSettings()
Returns the object with the settings used for calls to setInstanceMachineType.
|
com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata> |
startInstanceOperationSettings()
Returns the object with the settings used for calls to startInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation> |
startInstanceSettings()
Returns the object with the settings used for calls to startInstance.
|
com.google.api.gax.rpc.OperationCallSettings<StopInstanceRequest,Instance,OperationMetadata> |
stopInstanceOperationSettings()
Returns the object with the settings used for calls to stopInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<StopInstanceRequest,com.google.longrunning.Operation> |
stopInstanceSettings()
Returns the object with the settings used for calls to stopInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
|
NotebookServiceStubSettings.Builder |
toBuilder()
Returns a builder containing all the values of this settings class.
|
com.google.api.gax.rpc.OperationCallSettings<TriggerScheduleRequest,Schedule,OperationMetadata> |
triggerScheduleOperationSettings()
Returns the object with the settings used for calls to triggerSchedule.
|
com.google.api.gax.rpc.UnaryCallSettings<TriggerScheduleRequest,com.google.longrunning.Operation> |
triggerScheduleSettings()
Returns the object with the settings used for calls to triggerSchedule.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceConfigRequest,Instance,OperationMetadata> |
updateInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateInstanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceConfigRequest,com.google.longrunning.Operation> |
updateInstanceConfigSettings()
Returns the object with the settings used for calls to updateInstanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> |
updateInstanceMetadataItemsSettings()
Returns the object with the settings used for calls to updateInstanceMetadataItems.
|
com.google.api.gax.rpc.OperationCallSettings<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata> |
updateShieldedInstanceConfigOperationSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> |
updateShieldedInstanceConfigSettings()
Returns the object with the settings used for calls to updateShieldedInstanceConfig.
|
com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceInternalRequest,Instance,OperationMetadata> |
upgradeInstanceInternalOperationSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.
|
com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> |
upgradeInstanceInternalSettings()
Returns the object with the settings used for calls to upgradeInstanceInternal.
|
com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceRequest,Instance,OperationMetadata> |
upgradeInstanceOperationSettings()
Returns the object with the settings used for calls to upgradeInstance.
|
com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceRequest,com.google.longrunning.Operation> |
upgradeInstanceSettings()
Returns the object with the settings used for calls to upgradeInstance.
|
getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, toStringprotected NotebookServiceStubSettings(NotebookServiceStubSettings.Builder settingsBuilder) throws IOException
IOExceptionpublic com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,NotebookServiceClient.ListInstancesPagedResponse> listInstancesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance> getInstanceSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateInstanceRequest,com.google.longrunning.Operation> createInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata> createInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RegisterInstanceRequest,com.google.longrunning.Operation> registerInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RegisterInstanceRequest,Instance,OperationMetadata> registerInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceAcceleratorRequest,com.google.longrunning.Operation> setInstanceAcceleratorSettings()
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceAcceleratorRequest,Instance,OperationMetadata> setInstanceAcceleratorOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceMachineTypeRequest,com.google.longrunning.Operation> setInstanceMachineTypeSettings()
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceMachineTypeRequest,Instance,OperationMetadata> setInstanceMachineTypeOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceConfigRequest,com.google.longrunning.Operation> updateInstanceConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceConfigRequest,Instance,OperationMetadata> updateInstanceConfigOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateShieldedInstanceConfigRequest,com.google.longrunning.Operation> updateShieldedInstanceConfigSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpdateShieldedInstanceConfigRequest,Instance,OperationMetadata> updateShieldedInstanceConfigOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<SetInstanceLabelsRequest,com.google.longrunning.Operation> setInstanceLabelsSettings()
public com.google.api.gax.rpc.OperationCallSettings<SetInstanceLabelsRequest,Instance,OperationMetadata> setInstanceLabelsOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpdateInstanceMetadataItemsRequest,UpdateInstanceMetadataItemsResponse> updateInstanceMetadataItemsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteInstanceRequest,com.google.longrunning.Operation> deleteInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata> deleteInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StartInstanceRequest,com.google.longrunning.Operation> startInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<StartInstanceRequest,Instance,OperationMetadata> startInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<StopInstanceRequest,com.google.longrunning.Operation> stopInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<StopInstanceRequest,Instance,OperationMetadata> stopInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ResetInstanceRequest,com.google.longrunning.Operation> resetInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<ResetInstanceRequest,Instance,OperationMetadata> resetInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<ReportInstanceInfoRequest,com.google.longrunning.Operation> reportInstanceInfoSettings()
public com.google.api.gax.rpc.OperationCallSettings<ReportInstanceInfoRequest,Instance,OperationMetadata> reportInstanceInfoOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<IsInstanceUpgradeableRequest,IsInstanceUpgradeableResponse> isInstanceUpgradeableSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetInstanceHealthRequest,GetInstanceHealthResponse> getInstanceHealthSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceRequest,com.google.longrunning.Operation> upgradeInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceRequest,Instance,OperationMetadata> upgradeInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<RollbackInstanceRequest,com.google.longrunning.Operation> rollbackInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<RollbackInstanceRequest,Instance,OperationMetadata> rollbackInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DiagnoseInstanceRequest,com.google.longrunning.Operation> diagnoseInstanceSettings()
public com.google.api.gax.rpc.OperationCallSettings<DiagnoseInstanceRequest,Instance,OperationMetadata> diagnoseInstanceOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<UpgradeInstanceInternalRequest,com.google.longrunning.Operation> upgradeInstanceInternalSettings()
public com.google.api.gax.rpc.OperationCallSettings<UpgradeInstanceInternalRequest,Instance,OperationMetadata> upgradeInstanceInternalOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListEnvironmentsRequest,ListEnvironmentsResponse,NotebookServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetEnvironmentRequest,Environment> getEnvironmentSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateEnvironmentRequest,com.google.longrunning.Operation> createEnvironmentSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteEnvironmentRequest,com.google.longrunning.Operation> deleteEnvironmentSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteEnvironmentRequest,com.google.protobuf.Empty,OperationMetadata> deleteEnvironmentOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListSchedulesRequest,ListSchedulesResponse,NotebookServiceClient.ListSchedulesPagedResponse> listSchedulesSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetScheduleRequest,Schedule> getScheduleSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteScheduleRequest,com.google.longrunning.Operation> deleteScheduleSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteScheduleRequest,com.google.protobuf.Empty,OperationMetadata> deleteScheduleOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateScheduleRequest,com.google.longrunning.Operation> createScheduleSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateScheduleRequest,Schedule,OperationMetadata> createScheduleOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<TriggerScheduleRequest,com.google.longrunning.Operation> triggerScheduleSettings()
public com.google.api.gax.rpc.OperationCallSettings<TriggerScheduleRequest,Schedule,OperationMetadata> triggerScheduleOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<ListExecutionsRequest,ListExecutionsResponse,NotebookServiceClient.ListExecutionsPagedResponse> listExecutionsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<GetExecutionRequest,Execution> getExecutionSettings()
public com.google.api.gax.rpc.UnaryCallSettings<DeleteExecutionRequest,com.google.longrunning.Operation> deleteExecutionSettings()
public com.google.api.gax.rpc.OperationCallSettings<DeleteExecutionRequest,com.google.protobuf.Empty,OperationMetadata> deleteExecutionOperationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<CreateExecutionRequest,com.google.longrunning.Operation> createExecutionSettings()
public com.google.api.gax.rpc.OperationCallSettings<CreateExecutionRequest,Execution,OperationMetadata> createExecutionOperationSettings()
public com.google.api.gax.rpc.PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,NotebookServiceClient.ListLocationsPagedResponse> listLocationsSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationSettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> setIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getIamPolicySettings()
public com.google.api.gax.rpc.UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> testIamPermissionsSettings()
public NotebookServiceStub createStub() throws IOException
IOExceptionpublic static com.google.api.gax.core.InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
public static String getDefaultEndpoint()
public static String getDefaultMtlsEndpoint()
public static List<String> getDefaultServiceScopes()
public static com.google.api.gax.core.GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
public static com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
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 NotebookServiceStubSettings.Builder newBuilder()
public static NotebookServiceStubSettings.Builder newBuilder(com.google.api.gax.rpc.ClientContext clientContext)
public NotebookServiceStubSettings.Builder toBuilder()
toBuilder in class com.google.api.gax.rpc.StubSettings<NotebookServiceStubSettings>Copyright © 2023 Google LLC. All rights reserved.