public interface CreateAnnotationRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation()
Required.
|
AnnotationOrBuilder |
getAnnotationOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasAnnotation()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedString getParent()
Required. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. Resource name of the incident, for example,
"projects/{project_id_or_number}/incidents/{incident_id}".
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasAnnotation()
Required. Only annotation.content is an input argument.
.google.cloud.irm.v1alpha2.Annotation annotation = 2 [(.google.api.field_behavior) = REQUIRED];
Annotation getAnnotation()
Required. Only annotation.content is an input argument.
.google.cloud.irm.v1alpha2.Annotation annotation = 2 [(.google.api.field_behavior) = REQUIRED];
AnnotationOrBuilder getAnnotationOrBuilder()
Required. Only annotation.content is an input argument.
.google.cloud.irm.v1alpha2.Annotation annotation = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.