public interface QaScorecardRevisionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateIds(int index)
Output only.
|
com.google.protobuf.ByteString |
getAlternateIdsBytes(int index)
Output only.
|
int |
getAlternateIdsCount()
Output only.
|
List<String> |
getAlternateIdsList()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
QaScorecard |
getSnapshot()
The snapshot of the scorecard at the time of this revision's creation.
|
QaScorecardOrBuilder |
getSnapshotOrBuilder()
The snapshot of the scorecard at the time of this revision's creation.
|
QaScorecardRevision.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasSnapshot()
The snapshot of the scorecard at the time of this revision's creation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The name of the scorecard revision.
Format:
projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The name of the scorecard revision.
Format:
projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}/revisions/{revision}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];boolean hasSnapshot()
The snapshot of the scorecard at the time of this revision's creation.
.google.cloud.contactcenterinsights.v1.QaScorecard snapshot = 2;QaScorecard getSnapshot()
The snapshot of the scorecard at the time of this revision's creation.
.google.cloud.contactcenterinsights.v1.QaScorecard snapshot = 2;QaScorecardOrBuilder getSnapshotOrBuilder()
The snapshot of the scorecard at the time of this revision's creation.
.google.cloud.contactcenterinsights.v1.QaScorecard snapshot = 2;boolean hasCreateTime()
Output only. The timestamp that the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The timestamp that the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The timestamp that the revision was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<String> getAlternateIdsList()
Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.
repeated string alternate_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getAlternateIdsCount()
Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.
repeated string alternate_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getAlternateIds(int index)
Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.
repeated string alternate_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getAlternateIdsBytes(int index)
Output only. Alternative IDs for this revision of the scorecard, e.g., `latest`.
repeated string alternate_ids = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.int getStateValue()
Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.
.google.cloud.contactcenterinsights.v1.QaScorecardRevision.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
QaScorecardRevision.State getState()
Output only. State of the scorecard revision, indicating whether it's ready to be used in analysis.
.google.cloud.contactcenterinsights.v1.QaScorecardRevision.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.