public static interface Incident.CommunicationVenueOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Incident.CommunicationVenue.ChannelType |
getChannelType()
The type of channel/venue for incident communications.
|
int |
getChannelTypeValue()
The type of channel/venue for incident communications.
|
String |
getDisplayName()
A name representing the channel in IRM UI.
|
ByteString |
getDisplayNameBytes()
A name representing the channel in IRM UI.
|
String |
getUri()
A URI to the web interface of the channel.
|
ByteString |
getUriBytes()
A URI to the web interface of the channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getUri()
A URI to the web interface of the channel.
string uri = 1;ByteString getUriBytes()
A URI to the web interface of the channel.
string uri = 1;String getDisplayName()
A name representing the channel in IRM UI.
string display_name = 2;ByteString getDisplayNameBytes()
A name representing the channel in IRM UI.
string display_name = 2;int getChannelTypeValue()
The type of channel/venue for incident communications.
.google.cloud.irm.v1alpha2.Incident.CommunicationVenue.ChannelType channel_type = 3;
Incident.CommunicationVenue.ChannelType getChannelType()
The type of channel/venue for incident communications.
.google.cloud.irm.v1alpha2.Incident.CommunicationVenue.ChannelType channel_type = 3;
Copyright © 2020 Google LLC. All rights reserved.