public interface IncidentRoleOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Output only and empty unless TYPE_OTHER is used.
|
ByteString |
getDescriptionBytes()
Output only and empty unless TYPE_OTHER is used.
|
String |
getTitle()
Output only and empty unless TYPE_OTHER is used.
|
ByteString |
getTitleBytes()
Output only and empty unless TYPE_OTHER is used.
|
IncidentRole.Type |
getType()
The type of role.
|
int |
getTypeValue()
The type of role.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedint getTypeValue()
The type of role. The role type is immutable in role assignments. Each role type can only be used once per incident, except for TYPE_OTHER.
.google.cloud.irm.v1alpha2.IncidentRole.Type type = 1;IncidentRole.Type getType()
The type of role. The role type is immutable in role assignments. Each role type can only be used once per incident, except for TYPE_OTHER.
.google.cloud.irm.v1alpha2.IncidentRole.Type type = 1;String getTitle()
Output only and empty unless TYPE_OTHER is used. Title of the role. For TYPE_OTHER, must be unique within an incident.
string title = 2;ByteString getTitleBytes()
Output only and empty unless TYPE_OTHER is used. Title of the role. For TYPE_OTHER, must be unique within an incident.
string title = 2;String getDescription()
Output only and empty unless TYPE_OTHER is used. Description of the role.
string description = 3;ByteString getDescriptionBytes()
Output only and empty unless TYPE_OTHER is used. Description of the role.
string description = 3;Copyright © 2020 Google LLC. All rights reserved.