Class TagKeysSettings.Builder

    • Method Detail

      • applyToAllUnaryMethods

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

      • getTagKeySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTagKeyRequest,​TagKey> getTagKeySettings()
        Returns the builder for the settings used for calls to getTagKey.
      • getNamespacedTagKeySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNamespacedTagKeyRequest,​TagKey> getNamespacedTagKeySettings()
        Returns the builder for the settings used for calls to getNamespacedTagKey.
      • createTagKeySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTagKeyRequest,​com.google.longrunning.Operation> createTagKeySettings()
        Returns the builder for the settings used for calls to createTagKey.
      • createTagKeyOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<CreateTagKeyRequest,​TagKey,​CreateTagKeyMetadata> createTagKeyOperationSettings()
        Returns the builder for the settings used for calls to createTagKey.
      • updateTagKeySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTagKeyRequest,​com.google.longrunning.Operation> updateTagKeySettings()
        Returns the builder for the settings used for calls to updateTagKey.
      • updateTagKeyOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateTagKeyRequest,​TagKey,​UpdateTagKeyMetadata> updateTagKeyOperationSettings()
        Returns the builder for the settings used for calls to updateTagKey.
      • deleteTagKeySettings

        public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTagKeyRequest,​com.google.longrunning.Operation> deleteTagKeySettings()
        Returns the builder for the settings used for calls to deleteTagKey.
      • deleteTagKeyOperationSettings

        public com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteTagKeyRequest,​TagKey,​DeleteTagKeyMetadata> deleteTagKeyOperationSettings()
        Returns the builder for the settings used for calls to deleteTagKey.
      • 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.