public interface CreateQaScorecardRevisionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
QaScorecardRevision |
getQaScorecardRevision()
Required.
|
String |
getQaScorecardRevisionId()
Optional.
|
com.google.protobuf.ByteString |
getQaScorecardRevisionIdBytes()
Optional.
|
QaScorecardRevisionOrBuilder |
getQaScorecardRevisionOrBuilder()
Required.
|
boolean |
hasQaScorecardRevision()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the QaScorecardRevision.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the QaScorecardRevision.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasQaScorecardRevision()
Required. The QaScorecardRevision to create.
.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];
QaScorecardRevision getQaScorecardRevision()
Required. The QaScorecardRevision to create.
.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];
QaScorecardRevisionOrBuilder getQaScorecardRevisionOrBuilder()
Required. The QaScorecardRevision to create.
.google.cloud.contactcenterinsights.v1.QaScorecardRevision qa_scorecard_revision = 2 [(.google.api.field_behavior) = REQUIRED];
String getQaScorecardRevisionId()
Optional. A unique ID for the new QaScorecardRevision. This ID will become
the final component of the QaScorecardRevision'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_revision_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getQaScorecardRevisionIdBytes()
Optional. A unique ID for the new QaScorecardRevision. This ID will become
the final component of the QaScorecardRevision'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_revision_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.