Class TagValuesSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

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

      • getTagValueSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagValueRequest,​TagValue> getTagValueSettings()
        Returns the builder for the settings used for calls to getTagValue.
      • getNamespacedTagValueSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNamespacedTagValueRequest,​TagValue> getNamespacedTagValueSettings()
        Returns the builder for the settings used for calls to getNamespacedTagValue.
      • createTagValueSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagValueRequest,​com.google.longrunning.Operation> createTagValueSettings()
        Returns the builder for the settings used for calls to createTagValue.
      • createTagValueOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagValueRequest,​TagValue,​CreateTagValueMetadata> createTagValueOperationSettings()
        Returns the builder for the settings used for calls to createTagValue.
      • updateTagValueSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagValueRequest,​com.google.longrunning.Operation> updateTagValueSettings()
        Returns the builder for the settings used for calls to updateTagValue.
      • updateTagValueOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTagValueRequest,​TagValue,​UpdateTagValueMetadata> updateTagValueOperationSettings()
        Returns the builder for the settings used for calls to updateTagValue.
      • deleteTagValueSettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagValueRequest,​com.google.longrunning.Operation> deleteTagValueSettings()
        Returns the builder for the settings used for calls to deleteTagValue.
      • deleteTagValueOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagValueRequest,​TagValue,​DeleteTagValueMetadata> deleteTagValueOperationSettings()
        Returns the builder for the settings used for calls to deleteTagValue.
      • 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.
      • 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.
      • 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.