com.google.cloud.compute.v1.SubnetworkSecondaryRange Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
/**
*
*
*
* Represents a secondary IP range of a subnetwork.
*
*
* Protobuf type {@code google.cloud.compute.v1.SubnetworkSecondaryRange}
*/
public final class SubnetworkSecondaryRange extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.compute.v1.SubnetworkSecondaryRange)
SubnetworkSecondaryRangeOrBuilder {
private static final long serialVersionUID = 0L;
// Use SubnetworkSecondaryRange.newBuilder() to construct.
private SubnetworkSecondaryRange(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SubnetworkSecondaryRange() {
ipCidrRange_ = "";
rangeName_ = "";
reservedInternalRange_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new SubnetworkSecondaryRange();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_SubnetworkSecondaryRange_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_SubnetworkSecondaryRange_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.SubnetworkSecondaryRange.class,
com.google.cloud.compute.v1.SubnetworkSecondaryRange.Builder.class);
}
private int bitField0_;
public static final int IP_CIDR_RANGE_FIELD_NUMBER = 98117322;
@SuppressWarnings("serial")
private volatile java.lang.Object ipCidrRange_ = "";
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return Whether the ipCidrRange field is set.
*/
@java.lang.Override
public boolean hasIpCidrRange() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The ipCidrRange.
*/
@java.lang.Override
public java.lang.String getIpCidrRange() {
java.lang.Object ref = ipCidrRange_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
ipCidrRange_ = s;
return s;
}
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The bytes for ipCidrRange.
*/
@java.lang.Override
public com.google.protobuf.ByteString getIpCidrRangeBytes() {
java.lang.Object ref = ipCidrRange_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
ipCidrRange_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RANGE_NAME_FIELD_NUMBER = 332216397;
@SuppressWarnings("serial")
private volatile java.lang.Object rangeName_ = "";
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return Whether the rangeName field is set.
*/
@java.lang.Override
public boolean hasRangeName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return The rangeName.
*/
@java.lang.Override
public java.lang.String getRangeName() {
java.lang.Object ref = rangeName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
rangeName_ = s;
return s;
}
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return The bytes for rangeName.
*/
@java.lang.Override
public com.google.protobuf.ByteString getRangeNameBytes() {
java.lang.Object ref = rangeName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
rangeName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int RESERVED_INTERNAL_RANGE_FIELD_NUMBER = 286248754;
@SuppressWarnings("serial")
private volatile java.lang.Object reservedInternalRange_ = "";
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return Whether the reservedInternalRange field is set.
*/
@java.lang.Override
public boolean hasReservedInternalRange() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return The reservedInternalRange.
*/
@java.lang.Override
public java.lang.String getReservedInternalRange() {
java.lang.Object ref = reservedInternalRange_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
reservedInternalRange_ = s;
return s;
}
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return The bytes for reservedInternalRange.
*/
@java.lang.Override
public com.google.protobuf.ByteString getReservedInternalRangeBytes() {
java.lang.Object ref = reservedInternalRange_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
reservedInternalRange_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 98117322, ipCidrRange_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 286248754, reservedInternalRange_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 332216397, rangeName_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(98117322, ipCidrRange_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size +=
com.google.protobuf.GeneratedMessageV3.computeStringSize(
286248754, reservedInternalRange_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(332216397, rangeName_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.cloud.compute.v1.SubnetworkSecondaryRange)) {
return super.equals(obj);
}
com.google.cloud.compute.v1.SubnetworkSecondaryRange other =
(com.google.cloud.compute.v1.SubnetworkSecondaryRange) obj;
if (hasIpCidrRange() != other.hasIpCidrRange()) return false;
if (hasIpCidrRange()) {
if (!getIpCidrRange().equals(other.getIpCidrRange())) return false;
}
if (hasRangeName() != other.hasRangeName()) return false;
if (hasRangeName()) {
if (!getRangeName().equals(other.getRangeName())) return false;
}
if (hasReservedInternalRange() != other.hasReservedInternalRange()) return false;
if (hasReservedInternalRange()) {
if (!getReservedInternalRange().equals(other.getReservedInternalRange())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasIpCidrRange()) {
hash = (37 * hash) + IP_CIDR_RANGE_FIELD_NUMBER;
hash = (53 * hash) + getIpCidrRange().hashCode();
}
if (hasRangeName()) {
hash = (37 * hash) + RANGE_NAME_FIELD_NUMBER;
hash = (53 * hash) + getRangeName().hashCode();
}
if (hasReservedInternalRange()) {
hash = (37 * hash) + RESERVED_INTERNAL_RANGE_FIELD_NUMBER;
hash = (53 * hash) + getReservedInternalRange().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseDelimitedFrom(
java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
PARSER, input, extensionRegistry);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() {
return newBuilder();
}
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.cloud.compute.v1.SubnetworkSecondaryRange prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
*
*
* Represents a secondary IP range of a subnetwork.
*
*
* Protobuf type {@code google.cloud.compute.v1.SubnetworkSecondaryRange}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.compute.v1.SubnetworkSecondaryRange)
com.google.cloud.compute.v1.SubnetworkSecondaryRangeOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_SubnetworkSecondaryRange_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_SubnetworkSecondaryRange_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.SubnetworkSecondaryRange.class,
com.google.cloud.compute.v1.SubnetworkSecondaryRange.Builder.class);
}
// Construct using com.google.cloud.compute.v1.SubnetworkSecondaryRange.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
ipCidrRange_ = "";
rangeName_ = "";
reservedInternalRange_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_SubnetworkSecondaryRange_descriptor;
}
@java.lang.Override
public com.google.cloud.compute.v1.SubnetworkSecondaryRange getDefaultInstanceForType() {
return com.google.cloud.compute.v1.SubnetworkSecondaryRange.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.compute.v1.SubnetworkSecondaryRange build() {
com.google.cloud.compute.v1.SubnetworkSecondaryRange result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.compute.v1.SubnetworkSecondaryRange buildPartial() {
com.google.cloud.compute.v1.SubnetworkSecondaryRange result =
new com.google.cloud.compute.v1.SubnetworkSecondaryRange(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(com.google.cloud.compute.v1.SubnetworkSecondaryRange result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.ipCidrRange_ = ipCidrRange_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.rangeName_ = rangeName_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.reservedInternalRange_ = reservedInternalRange_;
to_bitField0_ |= 0x00000004;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.compute.v1.SubnetworkSecondaryRange) {
return mergeFrom((com.google.cloud.compute.v1.SubnetworkSecondaryRange) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.compute.v1.SubnetworkSecondaryRange other) {
if (other == com.google.cloud.compute.v1.SubnetworkSecondaryRange.getDefaultInstance())
return this;
if (other.hasIpCidrRange()) {
ipCidrRange_ = other.ipCidrRange_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.hasRangeName()) {
rangeName_ = other.rangeName_;
bitField0_ |= 0x00000002;
onChanged();
}
if (other.hasReservedInternalRange()) {
reservedInternalRange_ = other.reservedInternalRange_;
bitField0_ |= 0x00000004;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 784938578:
{
ipCidrRange_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 784938578
case -2004977262:
{
reservedInternalRange_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case -2004977262
case -1637236118:
{
rangeName_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case -1637236118
default:
{
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object ipCidrRange_ = "";
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return Whether the ipCidrRange field is set.
*/
public boolean hasIpCidrRange() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The ipCidrRange.
*/
public java.lang.String getIpCidrRange() {
java.lang.Object ref = ipCidrRange_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
ipCidrRange_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return The bytes for ipCidrRange.
*/
public com.google.protobuf.ByteString getIpCidrRangeBytes() {
java.lang.Object ref = ipCidrRange_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
ipCidrRange_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @param value The ipCidrRange to set.
* @return This builder for chaining.
*/
public Builder setIpCidrRange(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ipCidrRange_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return This builder for chaining.
*/
public Builder clearIpCidrRange() {
ipCidrRange_ = getDefaultInstance().getIpCidrRange();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
*
*
* optional string ip_cidr_range = 98117322;
*
* @param value The bytes for ipCidrRange to set.
* @return This builder for chaining.
*/
public Builder setIpCidrRangeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ipCidrRange_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object rangeName_ = "";
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return Whether the rangeName field is set.
*/
public boolean hasRangeName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return The rangeName.
*/
public java.lang.String getRangeName() {
java.lang.Object ref = rangeName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
rangeName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return The bytes for rangeName.
*/
public com.google.protobuf.ByteString getRangeNameBytes() {
java.lang.Object ref = rangeName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
rangeName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @param value The rangeName to set.
* @return This builder for chaining.
*/
public Builder setRangeName(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
rangeName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @return This builder for chaining.
*/
public Builder clearRangeName() {
rangeName_ = getDefaultInstance().getRangeName();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*
*
* The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
*
*
* optional string range_name = 332216397;
*
* @param value The bytes for rangeName to set.
* @return This builder for chaining.
*/
public Builder setRangeNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
rangeName_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object reservedInternalRange_ = "";
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return Whether the reservedInternalRange field is set.
*/
public boolean hasReservedInternalRange() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return The reservedInternalRange.
*/
public java.lang.String getReservedInternalRange() {
java.lang.Object ref = reservedInternalRange_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
reservedInternalRange_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return The bytes for reservedInternalRange.
*/
public com.google.protobuf.ByteString getReservedInternalRangeBytes() {
java.lang.Object ref = reservedInternalRange_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
reservedInternalRange_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @param value The reservedInternalRange to set.
* @return This builder for chaining.
*/
public Builder setReservedInternalRange(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
reservedInternalRange_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @return This builder for chaining.
*/
public Builder clearReservedInternalRange() {
reservedInternalRange_ = getDefaultInstance().getReservedInternalRange();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
*
*
* The URL of the reserved internal range.
*
*
* optional string reserved_internal_range = 286248754;
*
* @param value The bytes for reservedInternalRange to set.
* @return This builder for chaining.
*/
public Builder setReservedInternalRangeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
reservedInternalRange_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.cloud.compute.v1.SubnetworkSecondaryRange)
}
// @@protoc_insertion_point(class_scope:google.cloud.compute.v1.SubnetworkSecondaryRange)
private static final com.google.cloud.compute.v1.SubnetworkSecondaryRange DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.compute.v1.SubnetworkSecondaryRange();
}
public static com.google.cloud.compute.v1.SubnetworkSecondaryRange getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SubnetworkSecondaryRange parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.cloud.compute.v1.SubnetworkSecondaryRange getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy