public static interface Dimension.IssueDimensionMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIssueDisplayName()
The issue display name.
|
com.google.protobuf.ByteString |
getIssueDisplayNameBytes()
The issue display name.
|
String |
getIssueId()
The issue ID.
|
com.google.protobuf.ByteString |
getIssueIdBytes()
The issue ID.
|
String |
getIssueModelId()
The parent issue model ID.
|
com.google.protobuf.ByteString |
getIssueModelIdBytes()
The parent issue model ID.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIssueId()
The issue ID.
string issue_id = 1 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getIssueIdBytes()
The issue ID.
string issue_id = 1 [(.google.api.resource_reference) = { ... }String getIssueDisplayName()
The issue display name.
string issue_display_name = 2;com.google.protobuf.ByteString getIssueDisplayNameBytes()
The issue display name.
string issue_display_name = 2;String getIssueModelId()
The parent issue model ID.
string issue_model_id = 3 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getIssueModelIdBytes()
The parent issue model ID.
string issue_model_id = 3 [(.google.api.resource_reference) = { ... }Copyright © 2025 Google LLC. All rights reserved.