public interface SendShiftHandoffRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCc(int index)
Optional.
|
ByteString |
getCcBytes(int index)
Optional.
|
int |
getCcCount()
Optional.
|
List<String> |
getCcList()
Optional.
|
SendShiftHandoffRequest.Incident |
getIncidents(int index)
Optional.
|
int |
getIncidentsCount()
Optional.
|
List<SendShiftHandoffRequest.Incident> |
getIncidentsList()
Optional.
|
SendShiftHandoffRequest.IncidentOrBuilder |
getIncidentsOrBuilder(int index)
Optional.
|
List<? extends SendShiftHandoffRequest.IncidentOrBuilder> |
getIncidentsOrBuilderList()
Optional.
|
String |
getNotesContent()
Optional.
|
ByteString |
getNotesContentBytes()
Optional.
|
String |
getNotesContentType()
Content type string, for example, 'text/plain' or 'text/html'.
|
ByteString |
getNotesContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/html'.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
getPreviewOnly()
If set to true a ShiftHandoffResponse will be returned but the handoff
will not actually be sent.
|
String |
getRecipients(int index)
Required.
|
ByteString |
getRecipientsBytes(int index)
Required.
|
int |
getRecipientsCount()
Required.
|
List<String> |
getRecipientsList()
Required.
|
String |
getSubject()
Required.
|
ByteString |
getSubjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getParent()
Required. The resource name of the Stackdriver project that the handoff is being sent
from. for example, `projects/{project_id_or_number}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The resource name of the Stackdriver project that the handoff is being sent
from. for example, `projects/{project_id_or_number}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getRecipientsList()
Required. Email addresses of the recipients of the handoff, for example, "user@example.com". Must contain at least one entry.
repeated string recipients = 2 [(.google.api.field_behavior) = REQUIRED];int getRecipientsCount()
Required. Email addresses of the recipients of the handoff, for example, "user@example.com". Must contain at least one entry.
repeated string recipients = 2 [(.google.api.field_behavior) = REQUIRED];String getRecipients(int index)
Required. Email addresses of the recipients of the handoff, for example, "user@example.com". Must contain at least one entry.
repeated string recipients = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.ByteString getRecipientsBytes(int index)
Required. Email addresses of the recipients of the handoff, for example, "user@example.com". Must contain at least one entry.
repeated string recipients = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.List<String> getCcList()
Optional. Email addresses that should be CC'd on the handoff.
repeated string cc = 3 [(.google.api.field_behavior) = OPTIONAL];int getCcCount()
Optional. Email addresses that should be CC'd on the handoff.
repeated string cc = 3 [(.google.api.field_behavior) = OPTIONAL];String getCc(int index)
Optional. Email addresses that should be CC'd on the handoff.
repeated string cc = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.ByteString getCcBytes(int index)
Optional. Email addresses that should be CC'd on the handoff.
repeated string cc = 3 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.String getSubject()
Required. The subject of the email.
string subject = 4 [(.google.api.field_behavior) = REQUIRED];ByteString getSubjectBytes()
Required. The subject of the email.
string subject = 4 [(.google.api.field_behavior) = REQUIRED];String getNotesContentType()
Content type string, for example, 'text/plain' or 'text/html'.
string notes_content_type = 5;ByteString getNotesContentTypeBytes()
Content type string, for example, 'text/plain' or 'text/html'.
string notes_content_type = 5;String getNotesContent()
Optional. Additional notes to be included in the handoff.
string notes_content = 6 [(.google.api.field_behavior) = OPTIONAL];ByteString getNotesContentBytes()
Optional. Additional notes to be included in the handoff.
string notes_content = 6 [(.google.api.field_behavior) = OPTIONAL];List<SendShiftHandoffRequest.Incident> getIncidentsList()
Optional. The set of incidents that should be included in the handoff.
repeated .google.cloud.irm.v1alpha2.SendShiftHandoffRequest.Incident incidents = 7 [(.google.api.field_behavior) = OPTIONAL];
SendShiftHandoffRequest.Incident getIncidents(int index)
Optional. The set of incidents that should be included in the handoff.
repeated .google.cloud.irm.v1alpha2.SendShiftHandoffRequest.Incident incidents = 7 [(.google.api.field_behavior) = OPTIONAL];
int getIncidentsCount()
Optional. The set of incidents that should be included in the handoff.
repeated .google.cloud.irm.v1alpha2.SendShiftHandoffRequest.Incident incidents = 7 [(.google.api.field_behavior) = OPTIONAL];
List<? extends SendShiftHandoffRequest.IncidentOrBuilder> getIncidentsOrBuilderList()
Optional. The set of incidents that should be included in the handoff.
repeated .google.cloud.irm.v1alpha2.SendShiftHandoffRequest.Incident incidents = 7 [(.google.api.field_behavior) = OPTIONAL];
SendShiftHandoffRequest.IncidentOrBuilder getIncidentsOrBuilder(int index)
Optional. The set of incidents that should be included in the handoff.
repeated .google.cloud.irm.v1alpha2.SendShiftHandoffRequest.Incident incidents = 7 [(.google.api.field_behavior) = OPTIONAL];
boolean getPreviewOnly()
If set to true a ShiftHandoffResponse will be returned but the handoff will not actually be sent.
bool preview_only = 8;Copyright © 2020 Google LLC. All rights reserved.