public interface UpdateCustomConstraintRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CustomConstraint |
getCustomConstraint()
Required.
|
CustomConstraintOrBuilder |
getCustomConstraintOrBuilder()
Required.
|
boolean |
hasCustomConstraint()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCustomConstraint()
Required. `CustomConstraint` to update.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];
CustomConstraint getCustomConstraint()
Required. `CustomConstraint` to update.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];
CustomConstraintOrBuilder getCustomConstraintOrBuilder()
Required. `CustomConstraint` to update.
.google.cloud.orgpolicy.v2.CustomConstraint custom_constraint = 1 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.