public interface UpdateSettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSettings()
public abstract Settings getSettings()Required. The new settings values.
.google.cloud.contactcenterinsights.v1.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Settings | The settings. |
getSettingsOrBuilder()
public abstract SettingsOrBuilder getSettingsOrBuilder()Required. The new settings values.
.google.cloud.contactcenterinsights.v1.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SettingsOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMaskOrBuilder |
hasSettings()
public abstract boolean hasSettings()Required. The new settings values.
.google.cloud.contactcenterinsights.v1.Settings settings = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the settings field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The list of fields to be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the updateMask field is set. |