public interface CreateArtifactRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact()
Required.
|
ArtifactOrBuilder |
getArtifactOrBuilder()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
boolean |
hasArtifact()
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 hasArtifact()
Required. The artifact to create.
.google.cloud.irm.v1alpha2.Artifact artifact = 2 [(.google.api.field_behavior) = REQUIRED];
Artifact getArtifact()
Required. The artifact to create.
.google.cloud.irm.v1alpha2.Artifact artifact = 2 [(.google.api.field_behavior) = REQUIRED];
ArtifactOrBuilder getArtifactOrBuilder()
Required. The artifact to create.
.google.cloud.irm.v1alpha2.Artifact artifact = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2020 Google LLC. All rights reserved.