Package com.daml.ledger.api.v1.admin
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityProviderConfigServiceOuterClass.IdentityProviderConfig
getIdentityProviderConfig()
The identity provider config to update.IdentityProviderConfigServiceOuterClass.IdentityProviderConfigOrBuilder
getIdentityProviderConfigOrBuilder()
The identity provider config to update.com.google.protobuf.FieldMask
getUpdateMask()
An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.com.google.protobuf.FieldMaskOrBuilder
getUpdateMaskOrBuilder()
An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.boolean
hasIdentityProviderConfig()
The identity provider config to update.boolean
hasUpdateMask()
An update mask specifies how and which properties of the ``IdentityProviderConfig`` message are to be updated.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIdentityProviderConfig
boolean hasIdentityProviderConfig()
The identity provider config to update. Required, Modifiable
.com.daml.ledger.api.v1.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
- Returns:
- Whether the identityProviderConfig field is set.
-
getIdentityProviderConfig
IdentityProviderConfigServiceOuterClass.IdentityProviderConfig getIdentityProviderConfig()
The identity provider config to update. Required, Modifiable
.com.daml.ledger.api.v1.admin.IdentityProviderConfig identity_provider_config = 1 [json_name = "identityProviderConfig"];
- Returns:
- The identityProviderConfig.
-
getIdentityProviderConfigOrBuilder
IdentityProviderConfigServiceOuterClass.IdentityProviderConfigOrBuilder getIdentityProviderConfigOrBuilder()
The identity provider config to update. Required, Modifiable
.com.daml.ledger.api.v1.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"];
-
-