public interface QaScorecardOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
A text description explaining the intent of the scorecard.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A text description explaining the intent of the scorecard.
|
String |
getDisplayName()
The user-specified display name of the scorecard.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The user-specified display name of the scorecard.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The scorecard name.
Format:
projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The scorecard name.
Format:
projects/{project}/locations/{location}/qaScorecards/{qa_scorecard}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];String getDisplayName()
The user-specified display name of the scorecard.
string display_name = 7;com.google.protobuf.ByteString getDisplayNameBytes()
The user-specified display name of the scorecard.
string display_name = 7;String getDescription()
A text description explaining the intent of the scorecard.
string description = 2;com.google.protobuf.ByteString getDescriptionBytes()
A text description explaining the intent of the scorecard.
string description = 2;boolean hasCreateTime()
Output only. The time at which this scorecard was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which this scorecard was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which this scorecard was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The most recent time at which the scorecard was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The most recent time at which the scorecard was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The most recent time at which the scorecard was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.