public interface UpdateAnalysisRuleRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnalysisRule()
public abstract AnalysisRule getAnalysisRule()Required. The new analysis rule.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnalysisRule |
The analysisRule. |
getAnalysisRuleOrBuilder()
public abstract AnalysisRuleOrBuilder getAnalysisRuleOrBuilder()Required. The new analysis rule.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AnalysisRuleOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAnalysisRule()
public abstract boolean hasAnalysisRule()Required. The new analysis rule.
.google.cloud.contactcenterinsights.v1.AnalysisRule analysis_rule = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the analysisRule field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to be updated. If the update_mask is not provided, the update will be applied to all fields.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |