public interface UpdateQaScorecardRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getQaScorecard()
public abstract QaScorecard getQaScorecard()
Required. The QaScorecard to update.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
QaScorecard |
The qaScorecard. |
getQaScorecardOrBuilder()
public abstract QaScorecardOrBuilder getQaScorecardOrBuilder()
Required. The QaScorecard to update.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
QaScorecardOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()
Required. The list of fields to be updated. All possible fields can be
updated by passing *
, or a subset of the following updateable fields can
be provided:
description
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to be updated. All possible fields can be
updated by passing *
, or a subset of the following updateable fields can
be provided:
description
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
FieldMaskOrBuilder |
hasQaScorecard()
public abstract boolean hasQaScorecard()
Required. The QaScorecard to update.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the qaScorecard field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()
Required. The list of fields to be updated. All possible fields can be
updated by passing *
, or a subset of the following updateable fields can
be provided:
description
display_name
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateMask field is set. |