public interface CreateIncidentRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Incident |
getIncident()
Required.
|
IncidentOrBuilder |
getIncidentOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasIncident()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasIncident()
Required. The incident to create.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
Incident getIncident()
Required. The incident to create.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
IncidentOrBuilder getIncidentOrBuilder()
Required. The incident to create.
.google.cloud.irm.v1alpha2.Incident incident = 1 [(.google.api.field_behavior) = REQUIRED];
String getParent()
Required. The resource name of the hosting Stackdriver project which the incident
belongs to.
The name is of the form `projects/{project_id_or_number}`
.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The resource name of the hosting Stackdriver project which the incident
belongs to.
The name is of the form `projects/{project_id_or_number}`
.
string parent = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2020 Google LLC. All rights reserved.