public interface UpdateSecuritySettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |