public interface UpdateArtifactRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Artifact |
getArtifact()
Required.
|
ArtifactOrBuilder |
getArtifactOrBuilder()
Required.
|
FieldMask |
getUpdateMask()
List of fields that should be updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
List of fields that should be updated.
|
boolean |
hasArtifact()
Required.
|
boolean |
hasUpdateMask()
List of fields that should be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasArtifact()
Required. The artifact to update with the new values.
.google.cloud.irm.v1alpha2.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
Artifact getArtifact()
Required. The artifact to update with the new values.
.google.cloud.irm.v1alpha2.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
ArtifactOrBuilder getArtifactOrBuilder()
Required. The artifact to update with the new values.
.google.cloud.irm.v1alpha2.Artifact artifact = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
List of fields that should be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2020 Google LLC. All rights reserved.