public interface CreateQaScorecardRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
QaScorecard |
getQaScorecard()
Required.
|
String |
getQaScorecardId()
Optional.
|
com.google.protobuf.ByteString |
getQaScorecardIdBytes()
Optional.
|
QaScorecardOrBuilder |
getQaScorecardOrBuilder()
Required.
|
boolean |
hasQaScorecard()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the QaScorecard.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasQaScorecard()
Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
QaScorecard getQaScorecard()
Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
QaScorecardOrBuilder getQaScorecardOrBuilder()
Required. The QaScorecard to create.
.google.cloud.contactcenterinsights.v1.QaScorecard qa_scorecard = 2 [(.google.api.field_behavior) = REQUIRED];
String getQaScorecardId()
Optional. A unique ID for the new QaScorecard. This ID will become the
final component of the QaScorecard's resource name. If no ID is specified,
a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQaScorecardIdBytes()
Optional. A unique ID for the new QaScorecard. This ID will become the
final component of the QaScorecard's resource name. If no ID is specified,
a server-generated ID will be used.
This value should be 4-64 characters and must match the regular
expression `^[a-z0-9-]{4,64}$`. Valid characters are `[a-z][0-9]-`.
string qa_scorecard_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.