public static final class LocationPolicy.Builder extends GeneratedMessageV3.Builder<LocationPolicy.Builder> implements LocationPolicyOrBuilder
Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).
Protobuf type google.cloud.compute.v1.LocationPolicy
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public LocationPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public LocationPolicy build()
buildPartial()
public LocationPolicy buildPartial()
clear()
public LocationPolicy.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public LocationPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLocations()
public LocationPolicy.Builder clearLocations()
clearOneof(Descriptors.OneofDescriptor oneof)
public LocationPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTargetShape()
public LocationPolicy.Builder clearTargetShape()
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
clone()
public LocationPolicy.Builder clone()
Overrides
containsLocations(String key)
public boolean containsLocations(String key)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
Parameter |
---|
Name | Description |
key | String
|
getDefaultInstanceForType()
public LocationPolicy getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLocations() (deprecated)
public Map<String,LocationPolicyLocation> getLocations()
getLocationsCount()
public int getLocationsCount()
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
Returns |
---|
Type | Description |
int | |
getLocationsMap()
public Map<String,LocationPolicyLocation> getLocationsMap()
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
getLocationsOrDefault(String key, LocationPolicyLocation defaultValue)
public LocationPolicyLocation getLocationsOrDefault(String key, LocationPolicyLocation defaultValue)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
getLocationsOrThrow(String key)
public LocationPolicyLocation getLocationsOrThrow(String key)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
Parameter |
---|
Name | Description |
key | String
|
getMutableLocations() (deprecated)
public Map<String,LocationPolicyLocation> getMutableLocations()
Use alternate mutation accessors instead.
getTargetShape()
public String getTargetShape()
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
Returns |
---|
Type | Description |
String | The targetShape.
|
getTargetShapeBytes()
public ByteString getTargetShapeBytes()
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
Returns |
---|
Type | Description |
ByteString | The bytes for targetShape.
|
hasTargetShape()
public boolean hasTargetShape()
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
Returns |
---|
Type | Description |
boolean | Whether the targetShape field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(LocationPolicy other)
public LocationPolicy.Builder mergeFrom(LocationPolicy other)
public LocationPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public LocationPolicy.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final LocationPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
putAllLocations(Map<String,LocationPolicyLocation> values)
public LocationPolicy.Builder putAllLocations(Map<String,LocationPolicyLocation> values)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
putLocations(String key, LocationPolicyLocation value)
public LocationPolicy.Builder putLocations(String key, LocationPolicyLocation value)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
removeLocations(String key)
public LocationPolicy.Builder removeLocations(String key)
Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
map<string, .google.cloud.compute.v1.LocationPolicyLocation> locations = 413423454;
Parameter |
---|
Name | Description |
key | String
|
setField(Descriptors.FieldDescriptor field, Object value)
public LocationPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public LocationPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTargetShape(String value)
public LocationPolicy.Builder setTargetShape(String value)
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
Parameter |
---|
Name | Description |
value | String
The targetShape to set.
|
setTargetShapeBytes(ByteString value)
public LocationPolicy.Builder setTargetShapeBytes(ByteString value)
Strategy for distributing VMs across zones in a region.
Check the TargetShape enum for the list of possible values.
optional string target_shape = 338621299;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for targetShape to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final LocationPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides