Interface UpdateSecuritySettingsRequestOrBuilder (0.52.0)

public interface UpdateSecuritySettingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSecuritySettings()

public abstract SecuritySettings getSecuritySettings()

Required. [SecuritySettings] object that contains values for each of the fields to update.

.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SecuritySettings

The securitySettings.

getSecuritySettingsOrBuilder()

public abstract SecuritySettingsOrBuilder getSecuritySettingsOrBuilder()

Required. [SecuritySettings] object that contains values for each of the fields to update.

.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
SecuritySettingsOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
FieldMaskOrBuilder

hasSecuritySettings()

public abstract boolean hasSecuritySettings()

Required. [SecuritySettings] object that contains values for each of the fields to update.

.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the securitySettings field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The mask to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the updateMask field is set.