Class ManagedNotebookServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public ManagedNotebookServiceStubSettings.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()
      • getRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRuntimeRequest,​Runtime> getRuntimeSettings()
        Returns the builder for the settings used for calls to getRuntime.
      • createRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateRuntimeRequest,​com.google.longrunning.Operation> createRuntimeSettings()
        Returns the builder for the settings used for calls to createRuntime.
      • createRuntimeOperationSettings

        @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<CreateRuntimeRequest,​Runtime,​OperationMetadata> createRuntimeOperationSettings()
        Returns the builder for the settings used for calls to createRuntime.
      • updateRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateRuntimeRequest,​com.google.longrunning.Operation> updateRuntimeSettings()
        Returns the builder for the settings used for calls to updateRuntime.
      • updateRuntimeOperationSettings

        @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<UpdateRuntimeRequest,​Runtime,​OperationMetadata> updateRuntimeOperationSettings()
        Returns the builder for the settings used for calls to updateRuntime.
      • deleteRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteRuntimeRequest,​com.google.longrunning.Operation> deleteRuntimeSettings()
        Returns the builder for the settings used for calls to deleteRuntime.
      • deleteRuntimeOperationSettings

        @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<DeleteRuntimeRequest,​com.google.protobuf.Empty,​OperationMetadata> deleteRuntimeOperationSettings()
        Returns the builder for the settings used for calls to deleteRuntime.
      • startRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StartRuntimeRequest,​com.google.longrunning.Operation> startRuntimeSettings()
        Returns the builder for the settings used for calls to startRuntime.
      • startRuntimeOperationSettings

        @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<StartRuntimeRequest,​Runtime,​OperationMetadata> startRuntimeOperationSettings()
        Returns the builder for the settings used for calls to startRuntime.
      • stopRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<StopRuntimeRequest,​com.google.longrunning.Operation> stopRuntimeSettings()
        Returns the builder for the settings used for calls to stopRuntime.
      • stopRuntimeOperationSettings

        @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<StopRuntimeRequest,​Runtime,​OperationMetadata> stopRuntimeOperationSettings()
        Returns the builder for the settings used for calls to stopRuntime.
      • switchRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<SwitchRuntimeRequest,​com.google.longrunning.Operation> switchRuntimeSettings()
        Returns the builder for the settings used for calls to switchRuntime.
      • switchRuntimeOperationSettings

        @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<SwitchRuntimeRequest,​Runtime,​OperationMetadata> switchRuntimeOperationSettings()
        Returns the builder for the settings used for calls to switchRuntime.
      • resetRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ResetRuntimeRequest,​com.google.longrunning.Operation> resetRuntimeSettings()
        Returns the builder for the settings used for calls to resetRuntime.
      • resetRuntimeOperationSettings

        @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<ResetRuntimeRequest,​Runtime,​OperationMetadata> resetRuntimeOperationSettings()
        Returns the builder for the settings used for calls to resetRuntime.
      • upgradeRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpgradeRuntimeRequest,​com.google.longrunning.Operation> upgradeRuntimeSettings()
        Returns the builder for the settings used for calls to upgradeRuntime.
      • upgradeRuntimeOperationSettings

        @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<UpgradeRuntimeRequest,​Runtime,​OperationMetadata> upgradeRuntimeOperationSettings()
        Returns the builder for the settings used for calls to upgradeRuntime.
      • reportRuntimeEventSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ReportRuntimeEventRequest,​com.google.longrunning.Operation> reportRuntimeEventSettings()
        Returns the builder for the settings used for calls to reportRuntimeEvent.
      • reportRuntimeEventOperationSettings

        @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<ReportRuntimeEventRequest,​Runtime,​OperationMetadata> reportRuntimeEventOperationSettings()
        Returns the builder for the settings used for calls to reportRuntimeEvent.
      • diagnoseRuntimeSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DiagnoseRuntimeRequest,​com.google.longrunning.Operation> diagnoseRuntimeSettings()
        Returns the builder for the settings used for calls to diagnoseRuntime.
      • diagnoseRuntimeOperationSettings

        @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<DiagnoseRuntimeRequest,​Runtime,​OperationMetadata> diagnoseRuntimeOperationSettings()
        Returns the builder for the settings used for calls to diagnoseRuntime.
      • listLocationsSettings

        public com.google.api.gax.rpc.PagedCallSettings.Builder<com.google.cloud.location.ListLocationsRequest,​com.google.cloud.location.ListLocationsResponse,​ManagedNotebookServiceClient.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.