public interface LocationPolicyLocationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LocationPolicyLocationConstraints |
getConstraints()
Constraints that the caller requires on the result distribution in this zone.
|
LocationPolicyLocationConstraintsOrBuilder |
getConstraintsOrBuilder()
Constraints that the caller requires on the result distribution in this zone.
|
String |
getPreference()
Preference for a given location.
|
com.google.protobuf.ByteString |
getPreferenceBytes()
Preference for a given location.
|
boolean |
hasConstraints()
Constraints that the caller requires on the result distribution in this zone.
|
boolean |
hasPreference()
Preference for a given location.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConstraints()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
LocationPolicyLocationConstraints getConstraints()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
LocationPolicyLocationConstraintsOrBuilder getConstraintsOrBuilder()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
boolean hasPreference()
Preference for a given location. Set to either ALLOW or DENY. Check the Preference enum for the list of possible values.
optional string preference = 150781147;String getPreference()
Preference for a given location. Set to either ALLOW or DENY. Check the Preference enum for the list of possible values.
optional string preference = 150781147;com.google.protobuf.ByteString getPreferenceBytes()
Preference for a given location. Set to either ALLOW or DENY. Check the Preference enum for the list of possible values.
optional string preference = 150781147;Copyright © 2023 Google LLC. All rights reserved.