public static final class LocationPolicyLocation.Builder extends GeneratedMessageV3.Builder<LocationPolicyLocation.Builder> implements LocationPolicyLocationOrBuilder
Protobuf type google.cloud.compute.v1.LocationPolicyLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LocationPolicyLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public LocationPolicyLocation build()
Returns
buildPartial()
public LocationPolicyLocation buildPartial()
Returns
clear()
public LocationPolicyLocation.Builder clear()
Returns
Overrides
clearConstraints()
public LocationPolicyLocation.Builder clearConstraints()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Returns
clearField(Descriptors.FieldDescriptor field)
public LocationPolicyLocation.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public LocationPolicyLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPreference()
public LocationPolicyLocation.Builder clearPreference()
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;
Returns
clone()
public LocationPolicyLocation.Builder clone()
Returns
Overrides
getConstraints()
public LocationPolicyLocationConstraints getConstraints()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Returns
getConstraintsBuilder()
public LocationPolicyLocationConstraints.Builder getConstraintsBuilder()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Returns
getConstraintsOrBuilder()
public LocationPolicyLocationConstraintsOrBuilder getConstraintsOrBuilder()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Returns
getDefaultInstanceForType()
public LocationPolicyLocation getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPreference()
public 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;
Returns
Type | Description |
String | The preference.
|
getPreferenceBytes()
public 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;
Returns
Type | Description |
ByteString | The bytes for preference.
|
hasConstraints()
public boolean hasConstraints()
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Returns
Type | Description |
boolean | Whether the constraints field is set.
|
hasPreference()
public 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;
Returns
Type | Description |
boolean | Whether the preference field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeConstraints(LocationPolicyLocationConstraints value)
public LocationPolicyLocation.Builder mergeConstraints(LocationPolicyLocationConstraints value)
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Parameter
Returns
mergeFrom(LocationPolicyLocation other)
public LocationPolicyLocation.Builder mergeFrom(LocationPolicyLocation other)
Parameter
Returns
public LocationPolicyLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public LocationPolicyLocation.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LocationPolicyLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setConstraints(LocationPolicyLocationConstraints value)
public LocationPolicyLocation.Builder setConstraints(LocationPolicyLocationConstraints value)
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Parameter
Returns
setConstraints(LocationPolicyLocationConstraints.Builder builderForValue)
public LocationPolicyLocation.Builder setConstraints(LocationPolicyLocationConstraints.Builder builderForValue)
Constraints that the caller requires on the result distribution in this zone.
optional .google.cloud.compute.v1.LocationPolicyLocationConstraints constraints = 3909174;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public LocationPolicyLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPreference(String value)
public LocationPolicyLocation.Builder setPreference(String value)
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;
Parameter
Name | Description |
value | String
The preference to set.
|
Returns
setPreferenceBytes(ByteString value)
public LocationPolicyLocation.Builder setPreferenceBytes(ByteString value)
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;
Parameter
Name | Description |
value | ByteString
The bytes for preference to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LocationPolicyLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final LocationPolicyLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides