Interface IdentityProviderConfigServiceOuterClass.UpdateIdentityProviderConfigRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IdentityProviderConfigServiceOuterClass.UpdateIdentityProviderConfigRequest, IdentityProviderConfigServiceOuterClass.UpdateIdentityProviderConfigRequest.Builder
Enclosing class:
IdentityProviderConfigServiceOuterClass

public static interface IdentityProviderConfigServiceOuterClass.UpdateIdentityProviderConfigRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasIdentityProviderConfig

      boolean hasIdentityProviderConfig()
       The identity provider config to update.
       Required,
       Modifiable
       
      .com.daml.ledger.api.v2.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
      Returns:
      Whether the identityProviderConfig field is set.
    • getIdentityProviderConfig

       The identity provider config to update.
       Required,
       Modifiable
       
      .com.daml.ledger.api.v2.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
      Returns:
      The identityProviderConfig.
    • getIdentityProviderConfigOrBuilder

       The identity provider config to update.
       Required,
       Modifiable
       
      .com.daml.ledger.api.v2.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
    • hasUpdateMask

      boolean hasUpdateMask()
       An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
       An update mask consists of a set of update paths.
       A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
       A valid update mask must:
      
       1. contain at least one update path,
       2. contain only valid update paths.
      
       Fields that can be updated are marked as ``Modifiable``.
       For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
       Required
       
      .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      com.google.protobuf.FieldMask getUpdateMask()
       An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
       An update mask consists of a set of update paths.
       A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
       A valid update mask must:
      
       1. contain at least one update path,
       2. contain only valid update paths.
      
       Fields that can be updated are marked as ``Modifiable``.
       For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
       Required
       
      .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

      com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.
       An update mask consists of a set of update paths.
       A valid update path points to a field or a subfield relative to the ``IdentityProviderConfig`` message.
       A valid update mask must:
      
       1. contain at least one update path,
       2. contain only valid update paths.
      
       Fields that can be updated are marked as ``Modifiable``.
       For additional information see the documentation for standard protobuf3's ``google.protobuf.FieldMask``.
       Required
       
      .google.protobuf.FieldMask update_mask = 2 [json_name = "updateMask"];