public final class UrlMapsValidateRequest extends GeneratedMessageV3 implements UrlMapsValidateRequestOrBuilder
Protobuf type google.cloud.compute.v1.UrlMapsValidateRequest
Static Fields
LOAD_BALANCING_SCHEMES_FIELD_NUMBER
public static final int LOAD_BALANCING_SCHEMES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
RESOURCE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static UrlMapsValidateRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UrlMapsValidateRequest.Builder newBuilder()
newBuilder(UrlMapsValidateRequest prototype)
public static UrlMapsValidateRequest.Builder newBuilder(UrlMapsValidateRequest prototype)
public static UrlMapsValidateRequest parseDelimitedFrom(InputStream input)
public static UrlMapsValidateRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UrlMapsValidateRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UrlMapsValidateRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UrlMapsValidateRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UrlMapsValidateRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UrlMapsValidateRequest parseFrom(CodedInputStream input)
public static UrlMapsValidateRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UrlMapsValidateRequest parseFrom(InputStream input)
public static UrlMapsValidateRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UrlMapsValidateRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UrlMapsValidateRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UrlMapsValidateRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public UrlMapsValidateRequest getDefaultInstanceForType()
getLoadBalancingSchemes(int index)
public String getLoadBalancingSchemes(int index)
Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. 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 HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. 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 HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. 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 HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. 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;
getParserForType()
public Parser<UrlMapsValidateRequest> getParserForType()
Overrides
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.
|
getResourceOrBuilder()
public UrlMapOrBuilder getResourceOrBuilder()
Content of the UrlMap to be validated.
optional .google.cloud.compute.v1.UrlMap resource = 195806222;
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UrlMapsValidateRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UrlMapsValidateRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public UrlMapsValidateRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides