public interface IssueOrBuilder
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 |
getDisplayDescription()
Representative description of the issue.
|
com.google.protobuf.ByteString |
getDisplayDescriptionBytes()
Representative description of the issue.
|
String |
getDisplayName()
The representative name for the issue.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The representative name for the issue.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
String |
getSampleUtterances(int index)
Output only.
|
com.google.protobuf.ByteString |
getSampleUtterancesBytes(int index)
Output only.
|
int |
getSampleUtterancesCount()
Output only.
|
List<String> |
getSampleUtterancesList()
Output only.
|
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()
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the issue.
Format:
projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue}
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];String getDisplayName()
The representative name for the issue.
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
The representative name for the issue.
string display_name = 2;boolean hasCreateTime()
Output only. The time at which this issue 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 issue 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 issue was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The most recent time that this issue 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 that this issue 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 that this issue was updated.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<String> getSampleUtterancesList()
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getSampleUtterancesCount()
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getSampleUtterances(int index)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the element to return.com.google.protobuf.ByteString getSampleUtterancesBytes(int index)
Output only. Resource names of the sample representative utterances that match to this issue.
repeated string sample_utterances = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
index - The index of the value to return.String getDisplayDescription()
Representative description of the issue.
string display_description = 14;com.google.protobuf.ByteString getDisplayDescriptionBytes()
Representative description of the issue.
string display_description = 14;Copyright © 2025 Google LLC. All rights reserved.