public static final class UrlMapsValidateRequest.Builder extends GeneratedMessageV3.Builder<UrlMapsValidateRequest.Builder> implements UrlMapsValidateRequestOrBuilder
Protobuf type google.cloud.compute.v1.UrlMapsValidateRequest
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
addAllLoadBalancingSchemes(Iterable<String> values)
public UrlMapsValidateRequest.Builder addAllLoadBalancingSchemes(Iterable<String> values)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameter |
Name |
Description |
values |
Iterable<String>
The loadBalancingSchemes to add.
|
addLoadBalancingSchemes(String value)
public UrlMapsValidateRequest.Builder addLoadBalancingSchemes(String value)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameter |
Name |
Description |
value |
String
The loadBalancingSchemes to add.
|
addLoadBalancingSchemesBytes(ByteString value)
public UrlMapsValidateRequest.Builder addLoadBalancingSchemesBytes(ByteString value)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameter |
Name |
Description |
value |
ByteString
The bytes of the loadBalancingSchemes to add.
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public UrlMapsValidateRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public UrlMapsValidateRequest build()
buildPartial()
public UrlMapsValidateRequest buildPartial()
clear()
public UrlMapsValidateRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public UrlMapsValidateRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearLoadBalancingSchemes()
public UrlMapsValidateRequest.Builder clearLoadBalancingSchemes()
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
clearOneof(Descriptors.OneofDescriptor oneof)
public UrlMapsValidateRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearResource()
public UrlMapsValidateRequest.Builder clearResource()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
clone()
public UrlMapsValidateRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public UrlMapsValidateRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getLoadBalancingSchemes(int index)
public String getLoadBalancingSchemes(int index)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The loadBalancingSchemes at the given index.
|
getLoadBalancingSchemesBytes(int index)
public ByteString getLoadBalancingSchemesBytes(int index)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the loadBalancingSchemes at the given index.
|
getLoadBalancingSchemesCount()
public int getLoadBalancingSchemesCount()
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Returns |
Type |
Description |
int |
The count of loadBalancingSchemes.
|
getLoadBalancingSchemesList()
public ProtocolStringList getLoadBalancingSchemesList()
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
getResource()
public UrlMap getResource()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
Returns |
Type |
Description |
UrlMap |
The resource.
|
getResourceBuilder()
public UrlMap.Builder getResourceBuilder()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
getResourceOrBuilder()
public UrlMapOrBuilder getResourceOrBuilder()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
hasResource()
public boolean hasResource()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
Returns |
Type |
Description |
boolean |
Whether the resource field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(UrlMapsValidateRequest other)
public UrlMapsValidateRequest.Builder mergeFrom(UrlMapsValidateRequest other)
public UrlMapsValidateRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public UrlMapsValidateRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeResource(UrlMap value)
public UrlMapsValidateRequest.Builder mergeResource(UrlMap value)
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
Parameter |
Name |
Description |
value |
UrlMap
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final UrlMapsValidateRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public UrlMapsValidateRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setLoadBalancingSchemes(int index, String value)
public UrlMapsValidateRequest.Builder setLoadBalancingSchemes(int index, String value)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for global external Application Load Balancers and regional external Application Load Balancers. Use EXTERNAL for classic Application Load Balancers. Use INTERNAL_MANAGED for internal Application Load Balancers. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
Check the LoadBalancingSchemes enum for the list of possible values.
repeated string load_balancing_schemes = 6308527;
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The loadBalancingSchemes to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public UrlMapsValidateRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setResource(UrlMap value)
public UrlMapsValidateRequest.Builder setResource(UrlMap value)
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
Parameter |
Name |
Description |
value |
UrlMap
|
setResource(UrlMap.Builder builderForValue)
public UrlMapsValidateRequest.Builder setResource(UrlMap.Builder builderForValue)
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
setUnknownFields(UnknownFieldSet unknownFields)
public final UrlMapsValidateRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides