
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix Maven / Gradle / Ivy
/*
* 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 sub PublicDelegatedPrefix.
*
*
* Protobuf type {@code google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix}
*/
public final class PublicDelegatedPrefixPublicDelegatedSubPrefix
extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix)
PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder {
private static final long serialVersionUID = 0L;
// Use PublicDelegatedPrefixPublicDelegatedSubPrefix.newBuilder() to construct.
private PublicDelegatedPrefixPublicDelegatedSubPrefix(
com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PublicDelegatedPrefixPublicDelegatedSubPrefix() {
delegateeProject_ = "";
description_ = "";
ipCidrRange_ = "";
mode_ = "";
name_ = "";
region_ = "";
status_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new PublicDelegatedPrefixPublicDelegatedSubPrefix();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_PublicDelegatedPrefixPublicDelegatedSubPrefix_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_PublicDelegatedPrefixPublicDelegatedSubPrefix_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.class,
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder
.class);
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
*
*
* Protobuf enum {@code
* google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode}
*/
public enum Mode implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
* A value indicating that the enum field is not set.
*
*
* UNDEFINED_MODE = 0;
*/
UNDEFINED_MODE(0),
/**
*
*
*
* The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.
*
*
* DELEGATION = 264149288;
*/
DELEGATION(264149288),
/**
*
*
*
* The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.
*
*
* EXTERNAL_IPV6_FORWARDING_RULE_CREATION = 398684356;
*/
EXTERNAL_IPV6_FORWARDING_RULE_CREATION(398684356),
UNRECOGNIZED(-1),
;
/**
*
*
*
* A value indicating that the enum field is not set.
*
*
* UNDEFINED_MODE = 0;
*/
public static final int UNDEFINED_MODE_VALUE = 0;
/**
*
*
*
* The public delegated prefix is used for further sub-delegation only. Such prefixes cannot set allocatablePrefixLength.
*
*
* DELEGATION = 264149288;
*/
public static final int DELEGATION_VALUE = 264149288;
/**
*
*
*
* The public delegated prefix is used for creating forwarding rules only. Such prefixes cannot set publicDelegatedSubPrefixes.
*
*
* EXTERNAL_IPV6_FORWARDING_RULE_CREATION = 398684356;
*/
public static final int EXTERNAL_IPV6_FORWARDING_RULE_CREATION_VALUE = 398684356;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Mode valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static Mode forNumber(int value) {
switch (value) {
case 0:
return UNDEFINED_MODE;
case 264149288:
return DELEGATION;
case 398684356:
return EXTERNAL_IPV6_FORWARDING_RULE_CREATION;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Mode findValueByNumber(int number) {
return Mode.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
.getDescriptor()
.getEnumTypes()
.get(0);
}
private static final Mode[] VALUES = values();
public static Mode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Mode(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Mode)
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
*
*
* Protobuf enum {@code
* google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Status}
*/
public enum Status implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
* A value indicating that the enum field is not set.
*
*
* UNDEFINED_STATUS = 0;
*/
UNDEFINED_STATUS(0),
/** ACTIVE = 314733318;
*/
ACTIVE(314733318),
/** INACTIVE = 270421099;
*/
INACTIVE(270421099),
UNRECOGNIZED(-1),
;
/**
*
*
*
* A value indicating that the enum field is not set.
*
*
* UNDEFINED_STATUS = 0;
*/
public static final int UNDEFINED_STATUS_VALUE = 0;
/** ACTIVE = 314733318;
*/
public static final int ACTIVE_VALUE = 314733318;
/** INACTIVE = 270421099;
*/
public static final int INACTIVE_VALUE = 270421099;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Status valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static Status forNumber(int value) {
switch (value) {
case 0:
return UNDEFINED_STATUS;
case 314733318:
return ACTIVE;
case 270421099:
return INACTIVE;
default:
return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Status findValueByNumber(int number) {
return Status.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
return com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
.getDescriptor()
.getEnumTypes()
.get(1);
}
private static final Status[] VALUES = values();
public static Status valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private Status(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Status)
}
private int bitField0_;
public static final int ALLOCATABLE_PREFIX_LENGTH_FIELD_NUMBER = 38427446;
private int allocatablePrefixLength_ = 0;
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return Whether the allocatablePrefixLength field is set.
*/
@java.lang.Override
public boolean hasAllocatablePrefixLength() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return The allocatablePrefixLength.
*/
@java.lang.Override
public int getAllocatablePrefixLength() {
return allocatablePrefixLength_;
}
public static final int DELEGATEE_PROJECT_FIELD_NUMBER = 414860634;
@SuppressWarnings("serial")
private volatile java.lang.Object delegateeProject_ = "";
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return Whether the delegateeProject field is set.
*/
@java.lang.Override
public boolean hasDelegateeProject() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return The delegateeProject.
*/
@java.lang.Override
public java.lang.String getDelegateeProject() {
java.lang.Object ref = delegateeProject_;
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();
delegateeProject_ = s;
return s;
}
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return The bytes for delegateeProject.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDelegateeProjectBytes() {
java.lang.Object ref = delegateeProject_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
delegateeProject_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DESCRIPTION_FIELD_NUMBER = 422937596;
@SuppressWarnings("serial")
private volatile java.lang.Object description_ = "";
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
@java.lang.Override
public boolean hasDescription() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
@java.lang.Override
public java.lang.String getDescription() {
java.lang.Object ref = description_;
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();
description_ = s;
return s;
}
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
@java.lang.Override
public com.google.protobuf.ByteString getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int IP_CIDR_RANGE_FIELD_NUMBER = 98117322;
@SuppressWarnings("serial")
private volatile java.lang.Object ipCidrRange_ = "";
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return Whether the ipCidrRange field is set.
*/
@java.lang.Override
public boolean hasIpCidrRange() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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 IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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 IS_ADDRESS_FIELD_NUMBER = 352617951;
private boolean isAddress_ = false;
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @return Whether the isAddress field is set.
*/
@java.lang.Override
public boolean hasIsAddress() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @return The isAddress.
*/
@java.lang.Override
public boolean getIsAddress() {
return isAddress_;
}
public static final int MODE_FIELD_NUMBER = 3357091;
@SuppressWarnings("serial")
private volatile java.lang.Object mode_ = "";
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return Whether the mode field is set.
*/
@java.lang.Override
public boolean hasMode() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The mode.
*/
@java.lang.Override
public java.lang.String getMode() {
java.lang.Object ref = mode_;
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();
mode_ = s;
return s;
}
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The bytes for mode.
*/
@java.lang.Override
public com.google.protobuf.ByteString getModeBytes() {
java.lang.Object ref = mode_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
mode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int NAME_FIELD_NUMBER = 3373707;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
@java.lang.Override
public boolean hasName() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
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();
name_ = s;
return s;
}
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int REGION_FIELD_NUMBER = 138946292;
@SuppressWarnings("serial")
private volatile java.lang.Object region_ = "";
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
@java.lang.Override
public boolean hasRegion() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
@java.lang.Override
public java.lang.String getRegion() {
java.lang.Object ref = region_;
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();
region_ = s;
return s;
}
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
@java.lang.Override
public com.google.protobuf.ByteString getRegionBytes() {
java.lang.Object ref = region_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
region_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int STATUS_FIELD_NUMBER = 181260274;
@SuppressWarnings("serial")
private volatile java.lang.Object status_ = "";
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
@java.lang.Override
public boolean hasStatus() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
@java.lang.Override
public java.lang.String getStatus() {
java.lang.Object ref = status_;
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();
status_ = s;
return s;
}
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The bytes for status.
*/
@java.lang.Override
public com.google.protobuf.ByteString getStatusBytes() {
java.lang.Object ref = status_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
status_ = 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_ & 0x00000020) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3357091, mode_);
}
if (((bitField0_ & 0x00000040) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3373707, name_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(38427446, allocatablePrefixLength_);
}
if (((bitField0_ & 0x00000008) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 98117322, ipCidrRange_);
}
if (((bitField0_ & 0x00000080) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 138946292, region_);
}
if (((bitField0_ & 0x00000100) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 181260274, status_);
}
if (((bitField0_ & 0x00000010) != 0)) {
output.writeBool(352617951, isAddress_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 414860634, delegateeProject_);
}
if (((bitField0_ & 0x00000004) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 422937596, description_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000020) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3357091, mode_);
}
if (((bitField0_ & 0x00000040) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3373707, name_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size +=
com.google.protobuf.CodedOutputStream.computeInt32Size(
38427446, allocatablePrefixLength_);
}
if (((bitField0_ & 0x00000008) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(98117322, ipCidrRange_);
}
if (((bitField0_ & 0x00000080) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(138946292, region_);
}
if (((bitField0_ & 0x00000100) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(181260274, status_);
}
if (((bitField0_ & 0x00000010) != 0)) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(352617951, isAddress_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size +=
com.google.protobuf.GeneratedMessageV3.computeStringSize(414860634, delegateeProject_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(422937596, description_);
}
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.PublicDelegatedPrefixPublicDelegatedSubPrefix)) {
return super.equals(obj);
}
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix other =
(com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix) obj;
if (hasAllocatablePrefixLength() != other.hasAllocatablePrefixLength()) return false;
if (hasAllocatablePrefixLength()) {
if (getAllocatablePrefixLength() != other.getAllocatablePrefixLength()) return false;
}
if (hasDelegateeProject() != other.hasDelegateeProject()) return false;
if (hasDelegateeProject()) {
if (!getDelegateeProject().equals(other.getDelegateeProject())) return false;
}
if (hasDescription() != other.hasDescription()) return false;
if (hasDescription()) {
if (!getDescription().equals(other.getDescription())) return false;
}
if (hasIpCidrRange() != other.hasIpCidrRange()) return false;
if (hasIpCidrRange()) {
if (!getIpCidrRange().equals(other.getIpCidrRange())) return false;
}
if (hasIsAddress() != other.hasIsAddress()) return false;
if (hasIsAddress()) {
if (getIsAddress() != other.getIsAddress()) return false;
}
if (hasMode() != other.hasMode()) return false;
if (hasMode()) {
if (!getMode().equals(other.getMode())) return false;
}
if (hasName() != other.hasName()) return false;
if (hasName()) {
if (!getName().equals(other.getName())) return false;
}
if (hasRegion() != other.hasRegion()) return false;
if (hasRegion()) {
if (!getRegion().equals(other.getRegion())) return false;
}
if (hasStatus() != other.hasStatus()) return false;
if (hasStatus()) {
if (!getStatus().equals(other.getStatus())) 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 (hasAllocatablePrefixLength()) {
hash = (37 * hash) + ALLOCATABLE_PREFIX_LENGTH_FIELD_NUMBER;
hash = (53 * hash) + getAllocatablePrefixLength();
}
if (hasDelegateeProject()) {
hash = (37 * hash) + DELEGATEE_PROJECT_FIELD_NUMBER;
hash = (53 * hash) + getDelegateeProject().hashCode();
}
if (hasDescription()) {
hash = (37 * hash) + DESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getDescription().hashCode();
}
if (hasIpCidrRange()) {
hash = (37 * hash) + IP_CIDR_RANGE_FIELD_NUMBER;
hash = (53 * hash) + getIpCidrRange().hashCode();
}
if (hasIsAddress()) {
hash = (37 * hash) + IS_ADDRESS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getIsAddress());
}
if (hasMode()) {
hash = (37 * hash) + MODE_FIELD_NUMBER;
hash = (53 * hash) + getMode().hashCode();
}
if (hasName()) {
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
}
if (hasRegion()) {
hash = (37 * hash) + REGION_FIELD_NUMBER;
hash = (53 * hash) + getRegion().hashCode();
}
if (hasStatus()) {
hash = (37 * hash) + STATUS_FIELD_NUMBER;
hash = (53 * hash) + getStatus().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix parseFrom(
byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
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.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix 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 sub PublicDelegatedPrefix.
*
*
* Protobuf type {@code google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix)
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefixOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_PublicDelegatedPrefixPublicDelegatedSubPrefix_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.compute.v1.Compute
.internal_static_google_cloud_compute_v1_PublicDelegatedPrefixPublicDelegatedSubPrefix_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.class,
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.Builder
.class);
}
// Construct using
// com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
allocatablePrefixLength_ = 0;
delegateeProject_ = "";
description_ = "";
ipCidrRange_ = "";
isAddress_ = false;
mode_ = "";
name_ = "";
region_ = "";
status_ = "";
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_PublicDelegatedPrefixPublicDelegatedSubPrefix_descriptor;
}
@java.lang.Override
public com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
getDefaultInstanceForType() {
return com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix build() {
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix result =
buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
buildPartial() {
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix result =
new com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.allocatablePrefixLength_ = allocatablePrefixLength_;
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.delegateeProject_ = delegateeProject_;
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.description_ = description_;
to_bitField0_ |= 0x00000004;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.ipCidrRange_ = ipCidrRange_;
to_bitField0_ |= 0x00000008;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.isAddress_ = isAddress_;
to_bitField0_ |= 0x00000010;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.mode_ = mode_;
to_bitField0_ |= 0x00000020;
}
if (((from_bitField0_ & 0x00000040) != 0)) {
result.name_ = name_;
to_bitField0_ |= 0x00000040;
}
if (((from_bitField0_ & 0x00000080) != 0)) {
result.region_ = region_;
to_bitField0_ |= 0x00000080;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.status_ = status_;
to_bitField0_ |= 0x00000100;
}
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.PublicDelegatedPrefixPublicDelegatedSubPrefix) {
return mergeFrom(
(com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(
com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix other) {
if (other
== com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
.getDefaultInstance()) return this;
if (other.hasAllocatablePrefixLength()) {
setAllocatablePrefixLength(other.getAllocatablePrefixLength());
}
if (other.hasDelegateeProject()) {
delegateeProject_ = other.delegateeProject_;
bitField0_ |= 0x00000002;
onChanged();
}
if (other.hasDescription()) {
description_ = other.description_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.hasIpCidrRange()) {
ipCidrRange_ = other.ipCidrRange_;
bitField0_ |= 0x00000008;
onChanged();
}
if (other.hasIsAddress()) {
setIsAddress(other.getIsAddress());
}
if (other.hasMode()) {
mode_ = other.mode_;
bitField0_ |= 0x00000020;
onChanged();
}
if (other.hasName()) {
name_ = other.name_;
bitField0_ |= 0x00000040;
onChanged();
}
if (other.hasRegion()) {
region_ = other.region_;
bitField0_ |= 0x00000080;
onChanged();
}
if (other.hasStatus()) {
status_ = other.status_;
bitField0_ |= 0x00000100;
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 26856730:
{
mode_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000020;
break;
} // case 26856730
case 26989658:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000040;
break;
} // case 26989658
case 307419568:
{
allocatablePrefixLength_ = input.readInt32();
bitField0_ |= 0x00000001;
break;
} // case 307419568
case 784938578:
{
ipCidrRange_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 784938578
case 1111570338:
{
region_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000080;
break;
} // case 1111570338
case 1450082194:
{
status_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000100;
break;
} // case 1450082194
case -1474023688:
{
isAddress_ = input.readBool();
bitField0_ |= 0x00000010;
break;
} // case -1474023688
case -976082222:
{
delegateeProject_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case -976082222
case -911466526:
{
description_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case -911466526
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 int allocatablePrefixLength_;
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return Whether the allocatablePrefixLength field is set.
*/
@java.lang.Override
public boolean hasAllocatablePrefixLength() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return The allocatablePrefixLength.
*/
@java.lang.Override
public int getAllocatablePrefixLength() {
return allocatablePrefixLength_;
}
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @param value The allocatablePrefixLength to set.
* @return This builder for chaining.
*/
public Builder setAllocatablePrefixLength(int value) {
allocatablePrefixLength_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* The allocatable prefix length supported by this PublicDelegatedSubPrefix.
*
*
* optional int32 allocatable_prefix_length = 38427446;
*
* @return This builder for chaining.
*/
public Builder clearAllocatablePrefixLength() {
bitField0_ = (bitField0_ & ~0x00000001);
allocatablePrefixLength_ = 0;
onChanged();
return this;
}
private java.lang.Object delegateeProject_ = "";
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return Whether the delegateeProject field is set.
*/
public boolean hasDelegateeProject() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return The delegateeProject.
*/
public java.lang.String getDelegateeProject() {
java.lang.Object ref = delegateeProject_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
delegateeProject_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return The bytes for delegateeProject.
*/
public com.google.protobuf.ByteString getDelegateeProjectBytes() {
java.lang.Object ref = delegateeProject_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
delegateeProject_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @param value The delegateeProject to set.
* @return This builder for chaining.
*/
public Builder setDelegateeProject(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
delegateeProject_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @return This builder for chaining.
*/
public Builder clearDelegateeProject() {
delegateeProject_ = getDefaultInstance().getDelegateeProject();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
*
*
* Name of the project scoping this PublicDelegatedSubPrefix.
*
*
* optional string delegatee_project = 414860634;
*
* @param value The bytes for delegateeProject to set.
* @return This builder for chaining.
*/
public Builder setDelegateeProjectBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
delegateeProject_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object description_ = "";
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return Whether the description field is set.
*/
public boolean hasDescription() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The description.
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
description_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return The bytes for description.
*/
public com.google.protobuf.ByteString getDescriptionBytes() {
java.lang.Object ref = description_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
description_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @param value The description to set.
* @return This builder for chaining.
*/
public Builder setDescription(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
description_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @return This builder for chaining.
*/
public Builder clearDescription() {
description_ = getDefaultInstance().getDescription();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
*
*
*
* An optional description of this resource. Provide this property when you create the resource.
*
*
* optional string description = 422937596;
*
* @param value The bytes for description to set.
* @return This builder for chaining.
*/
public Builder setDescriptionBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
description_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object ipCidrRange_ = "";
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return Whether the ipCidrRange field is set.
*/
public boolean hasIpCidrRange() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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 IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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 IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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_ |= 0x00000008;
onChanged();
return this;
}
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* optional string ip_cidr_range = 98117322;
*
* @return This builder for chaining.
*/
public Builder clearIpCidrRange() {
ipCidrRange_ = getDefaultInstance().getIpCidrRange();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
*
*
*
* The IP address range, in CIDR format, represented by this sub public delegated prefix.
*
*
* 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_ |= 0x00000008;
onChanged();
return this;
}
private boolean isAddress_;
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @return Whether the isAddress field is set.
*/
@java.lang.Override
public boolean hasIsAddress() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @return The isAddress.
*/
@java.lang.Override
public boolean getIsAddress() {
return isAddress_;
}
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @param value The isAddress to set.
* @return This builder for chaining.
*/
public Builder setIsAddress(boolean value) {
isAddress_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
*
*
* Whether the sub prefix is delegated to create Address resources in the delegatee project.
*
*
* optional bool is_address = 352617951;
*
* @return This builder for chaining.
*/
public Builder clearIsAddress() {
bitField0_ = (bitField0_ & ~0x00000010);
isAddress_ = false;
onChanged();
return this;
}
private java.lang.Object mode_ = "";
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return Whether the mode field is set.
*/
public boolean hasMode() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The mode.
*/
public java.lang.String getMode() {
java.lang.Object ref = mode_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
mode_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return The bytes for mode.
*/
public com.google.protobuf.ByteString getModeBytes() {
java.lang.Object ref = mode_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
mode_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @param value The mode to set.
* @return This builder for chaining.
*/
public Builder setMode(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
mode_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @return This builder for chaining.
*/
public Builder clearMode() {
mode_ = getDefaultInstance().getMode();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
*
*
*
* The PublicDelegatedSubPrefix mode for IPv6 only.
* Check the Mode enum for the list of possible values.
*
*
* optional string mode = 3357091;
*
* @param value The bytes for mode to set.
* @return This builder for chaining.
*/
public Builder setModeBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
mode_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
private java.lang.Object name_ = "";
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return The bytes for name.
*/
public com.google.protobuf.ByteString getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000040);
onChanged();
return this;
}
/**
*
*
*
* The name of the sub public delegated prefix.
*
*
* optional string name = 3373707;
*
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
bitField0_ |= 0x00000040;
onChanged();
return this;
}
private java.lang.Object region_ = "";
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return Whether the region field is set.
*/
public boolean hasRegion() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return The region.
*/
public java.lang.String getRegion() {
java.lang.Object ref = region_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
region_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return The bytes for region.
*/
public com.google.protobuf.ByteString getRegionBytes() {
java.lang.Object ref = region_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
region_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @param value The region to set.
* @return This builder for chaining.
*/
public Builder setRegion(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
region_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @return This builder for chaining.
*/
public Builder clearRegion() {
region_ = getDefaultInstance().getRegion();
bitField0_ = (bitField0_ & ~0x00000080);
onChanged();
return this;
}
/**
*
*
*
* [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
*
*
* optional string region = 138946292;
*
* @param value The bytes for region to set.
* @return This builder for chaining.
*/
public Builder setRegionBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
region_ = value;
bitField0_ |= 0x00000080;
onChanged();
return this;
}
private java.lang.Object status_ = "";
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The status.
*/
public java.lang.String getStatus() {
java.lang.Object ref = status_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
status_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return The bytes for status.
*/
public com.google.protobuf.ByteString getStatusBytes() {
java.lang.Object ref = status_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref);
status_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @param value The status to set.
* @return This builder for chaining.
*/
public Builder setStatus(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
status_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @return This builder for chaining.
*/
public Builder clearStatus() {
status_ = getDefaultInstance().getStatus();
bitField0_ = (bitField0_ & ~0x00000100);
onChanged();
return this;
}
/**
*
*
*
* [Output Only] The status of the sub public delegated prefix.
* Check the Status enum for the list of possible values.
*
*
* optional string status = 181260274;
*
* @param value The bytes for status to set.
* @return This builder for chaining.
*/
public Builder setStatusBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
status_ = value;
bitField0_ |= 0x00000100;
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.PublicDelegatedPrefixPublicDelegatedSubPrefix)
}
// @@protoc_insertion_point(class_scope:google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix)
private static final com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix();
}
public static com.google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PublicDelegatedPrefixPublicDelegatedSubPrefix 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.PublicDelegatedPrefixPublicDelegatedSubPrefix
getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy