Class NotebookServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

        protected Builder​(com.google.api.gax.rpc.ClientContext clientContext)
    • Method Detail

      • applyToAllUnaryMethods

        public NotebookServiceStubSettings.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.

      • unaryMethodSettingsBuilders

        public com.google.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,​?>> unaryMethodSettingsBuilders()
      • getInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,​Instance> getInstanceSettings()
        Returns the builder for the settings used for calls to getInstance.
      • createInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateInstanceRequest,​com.google.longrunning.Operation> createInstanceSettings()
        Returns the builder for the settings used for calls to createInstance.
      • createInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,​Instance,​OperationMetadata> createInstanceOperationSettings()
        Returns the builder for the settings used for calls to createInstance.
      • registerInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RegisterInstanceRequest,​com.google.longrunning.Operation> registerInstanceSettings()
        Returns the builder for the settings used for calls to registerInstance.
      • registerInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<RegisterInstanceRequest,​Instance,​OperationMetadata> registerInstanceOperationSettings()
        Returns the builder for the settings used for calls to registerInstance.
      • setInstanceAcceleratorSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceAcceleratorRequest,​com.google.longrunning.Operation> setInstanceAcceleratorSettings()
        Returns the builder for the settings used for calls to setInstanceAccelerator.
      • setInstanceAcceleratorOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceAcceleratorRequest,​Instance,​OperationMetadata> setInstanceAcceleratorOperationSettings()
        Returns the builder for the settings used for calls to setInstanceAccelerator.
      • setInstanceMachineTypeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceMachineTypeRequest,​com.google.longrunning.Operation> setInstanceMachineTypeSettings()
        Returns the builder for the settings used for calls to setInstanceMachineType.
      • setInstanceMachineTypeOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceMachineTypeRequest,​Instance,​OperationMetadata> setInstanceMachineTypeOperationSettings()
        Returns the builder for the settings used for calls to setInstanceMachineType.
      • updateInstanceConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateInstanceConfigRequest,​com.google.longrunning.Operation> updateInstanceConfigSettings()
        Returns the builder for the settings used for calls to updateInstanceConfig.
      • updateInstanceConfigOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceConfigRequest,​Instance,​OperationMetadata> updateInstanceConfigOperationSettings()
        Returns the builder for the settings used for calls to updateInstanceConfig.
      • updateShieldedInstanceConfigSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateShieldedInstanceConfigRequest,​com.google.longrunning.Operation> updateShieldedInstanceConfigSettings()
        Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
      • updateShieldedInstanceConfigOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateShieldedInstanceConfigRequest,​Instance,​OperationMetadata> updateShieldedInstanceConfigOperationSettings()
        Returns the builder for the settings used for calls to updateShieldedInstanceConfig.
      • setInstanceLabelsSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SetInstanceLabelsRequest,​com.google.longrunning.Operation> setInstanceLabelsSettings()
        Returns the builder for the settings used for calls to setInstanceLabels.
      • setInstanceLabelsOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<SetInstanceLabelsRequest,​Instance,​OperationMetadata> setInstanceLabelsOperationSettings()
        Returns the builder for the settings used for calls to setInstanceLabels.
      • deleteInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteInstanceRequest,​com.google.longrunning.Operation> deleteInstanceSettings()
        Returns the builder for the settings used for calls to deleteInstance.
      • deleteInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteInstanceOperationSettings()
        Returns the builder for the settings used for calls to deleteInstance.
      • startInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartInstanceRequest,​com.google.longrunning.Operation> startInstanceSettings()
        Returns the builder for the settings used for calls to startInstance.
      • startInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<StartInstanceRequest,​Instance,​OperationMetadata> startInstanceOperationSettings()
        Returns the builder for the settings used for calls to startInstance.
      • stopInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopInstanceRequest,​com.google.longrunning.Operation> stopInstanceSettings()
        Returns the builder for the settings used for calls to stopInstance.
      • stopInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<StopInstanceRequest,​Instance,​OperationMetadata> stopInstanceOperationSettings()
        Returns the builder for the settings used for calls to stopInstance.
      • resetInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetInstanceRequest,​com.google.longrunning.Operation> resetInstanceSettings()
        Returns the builder for the settings used for calls to resetInstance.
      • resetInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<ResetInstanceRequest,​Instance,​OperationMetadata> resetInstanceOperationSettings()
        Returns the builder for the settings used for calls to resetInstance.
      • reportInstanceInfoSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportInstanceInfoRequest,​com.google.longrunning.Operation> reportInstanceInfoSettings()
        Returns the builder for the settings used for calls to reportInstanceInfo.
      • reportInstanceInfoOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<ReportInstanceInfoRequest,​Instance,​OperationMetadata> reportInstanceInfoOperationSettings()
        Returns the builder for the settings used for calls to reportInstanceInfo.
      • upgradeInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceRequest,​com.google.longrunning.Operation> upgradeInstanceSettings()
        Returns the builder for the settings used for calls to upgradeInstance.
      • upgradeInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceRequest,​Instance,​OperationMetadata> upgradeInstanceOperationSettings()
        Returns the builder for the settings used for calls to upgradeInstance.
      • rollbackInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackInstanceRequest,​com.google.longrunning.Operation> rollbackInstanceSettings()
        Returns the builder for the settings used for calls to rollbackInstance.
      • rollbackInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<RollbackInstanceRequest,​Instance,​OperationMetadata> rollbackInstanceOperationSettings()
        Returns the builder for the settings used for calls to rollbackInstance.
      • diagnoseInstanceSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseInstanceRequest,​com.google.longrunning.Operation> diagnoseInstanceSettings()
        Returns the builder for the settings used for calls to diagnoseInstance.
      • diagnoseInstanceOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DiagnoseInstanceRequest,​Instance,​OperationMetadata> diagnoseInstanceOperationSettings()
        Returns the builder for the settings used for calls to diagnoseInstance.
      • upgradeInstanceInternalSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeInstanceInternalRequest,​com.google.longrunning.Operation> upgradeInstanceInternalSettings()
        Returns the builder for the settings used for calls to upgradeInstanceInternal.
      • upgradeInstanceInternalOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpgradeInstanceInternalRequest,​Instance,​OperationMetadata> upgradeInstanceInternalOperationSettings()
        Returns the builder for the settings used for calls to upgradeInstanceInternal.
      • getEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetEnvironmentRequest,​Environment> getEnvironmentSettings()
        Returns the builder for the settings used for calls to getEnvironment.
      • createEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateEnvironmentRequest,​com.google.longrunning.Operation> createEnvironmentSettings()
        Returns the builder for the settings used for calls to createEnvironment.
      • createEnvironmentOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateEnvironmentRequest,​Environment,​OperationMetadata> createEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to createEnvironment.
      • deleteEnvironmentSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteEnvironmentRequest,​com.google.longrunning.Operation> deleteEnvironmentSettings()
        Returns the builder for the settings used for calls to deleteEnvironment.
      • deleteEnvironmentOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteEnvironmentRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteEnvironmentOperationSettings()
        Returns the builder for the settings used for calls to deleteEnvironment.
      • getScheduleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetScheduleRequest,​Schedule> getScheduleSettings()
        Returns the builder for the settings used for calls to getSchedule.
      • deleteScheduleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteScheduleRequest,​com.google.longrunning.Operation> deleteScheduleSettings()
        Returns the builder for the settings used for calls to deleteSchedule.
      • deleteScheduleOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteScheduleRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteScheduleOperationSettings()
        Returns the builder for the settings used for calls to deleteSchedule.
      • createScheduleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateScheduleRequest,​com.google.longrunning.Operation> createScheduleSettings()
        Returns the builder for the settings used for calls to createSchedule.
      • createScheduleOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateScheduleRequest,​Schedule,​OperationMetadata> createScheduleOperationSettings()
        Returns the builder for the settings used for calls to createSchedule.
      • triggerScheduleSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<TriggerScheduleRequest,​com.google.longrunning.Operation> triggerScheduleSettings()
        Returns the builder for the settings used for calls to triggerSchedule.
      • triggerScheduleOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<TriggerScheduleRequest,​Schedule,​OperationMetadata> triggerScheduleOperationSettings()
        Returns the builder for the settings used for calls to triggerSchedule.
      • getExecutionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetExecutionRequest,​Execution> getExecutionSettings()
        Returns the builder for the settings used for calls to getExecution.
      • deleteExecutionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteExecutionRequest,​com.google.longrunning.Operation> deleteExecutionSettings()
        Returns the builder for the settings used for calls to deleteExecution.
      • deleteExecutionOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteExecutionRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteExecutionOperationSettings()
        Returns the builder for the settings used for calls to deleteExecution.
      • createExecutionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateExecutionRequest,​com.google.longrunning.Operation> createExecutionSettings()
        Returns the builder for the settings used for calls to createExecution.
      • createExecutionOperationSettings

        @BetaApi("The surface for use by generated code is not stable yet and may change in the future.")
        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateExecutionRequest,​Execution,​OperationMetadata> createExecutionOperationSettings()
        Returns the builder for the settings used for calls to createExecution.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​NotebookServiceClient.ListLocationsPagedResponse> listLocationsSettings()
        Returns the builder for the settings used for calls to listLocations.
      • getLocationSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<com.google.cloud.location.GetLocationRequest,​com.google.cloud.location.Location> getLocationSettings()
        Returns the builder for the settings used for calls to getLocation.
      • 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.