Class SchemaServiceStubSettings.Builder

    • Constructor Detail

      • Builder

        protected Builder()
      • Builder

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

      • applyToAllUnaryMethods

        public SchemaServiceStubSettings.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()
      • createSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSchemaRequest,​Schema> createSchemaSettings()
        Returns the builder for the settings used for calls to createSchema.
      • getSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSchemaRequest,​Schema> getSchemaSettings()
        Returns the builder for the settings used for calls to getSchema.
      • commitSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,​Schema> commitSchemaSettings()
        Returns the builder for the settings used for calls to commitSchema.
      • rollbackSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,​Schema> rollbackSchemaSettings()
        Returns the builder for the settings used for calls to rollbackSchema.
      • deleteSchemaRevisionSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSchemaRevisionRequest,​Schema> deleteSchemaRevisionSettings()
        Returns the builder for the settings used for calls to deleteSchemaRevision.
      • deleteSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSchemaRequest,​com.google.protobuf.Empty> deleteSchemaSettings()
        Returns the builder for the settings used for calls to deleteSchema.
      • validateSchemaSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateSchemaRequest,​ValidateSchemaResponse> validateSchemaSettings()
        Returns the builder for the settings used for calls to validateSchema.
      • validateMessageSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<ValidateMessageRequest,​ValidateMessageResponse> validateMessageSettings()
        Returns the builder for the settings used for calls to validateMessage.
      • 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.