com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-bare-metal-solution-v2 Show documentation
Show all versions of proto-google-cloud-bare-metal-solution-v2 Show documentation
Proto library for google-cloud-bare-metal-solution
/*
* Copyright 2023 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/baremetalsolution/v2/instance.proto
package com.google.cloud.baremetalsolution.v2;
/**
*
*
*
* Network template.
*
*
* Protobuf type {@code google.cloud.baremetalsolution.v2.ServerNetworkTemplate}
*/
public final class ServerNetworkTemplate extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.baremetalsolution.v2.ServerNetworkTemplate)
ServerNetworkTemplateOrBuilder {
private static final long serialVersionUID = 0L;
// Use ServerNetworkTemplate.newBuilder() to construct.
private ServerNetworkTemplate(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ServerNetworkTemplate() {
name_ = "";
applicableInstanceTypes_ = com.google.protobuf.LazyStringArrayList.emptyList();
logicalInterfaces_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new ServerNetworkTemplate();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.class,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.Builder.class);
}
public interface LogicalInterfaceOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The type.
*/
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType
getType();
/**
*
*
*
* If true, interface must have network connected.
*
*
* bool required = 3;
*
* @return The required.
*/
boolean getRequired();
}
/**
*
*
*
* Logical interface.
*
*
* Protobuf type {@code google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface}
*/
public static final class LogicalInterface extends com.google.protobuf.GeneratedMessageV3
implements
// @@protoc_insertion_point(message_implements:google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)
LogicalInterfaceOrBuilder {
private static final long serialVersionUID = 0L;
// Use LogicalInterface.newBuilder() to construct.
private LogicalInterface(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private LogicalInterface() {
name_ = "";
type_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
return new LogicalInterface();
}
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_LogicalInterface_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_LogicalInterface_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.class,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
.class);
}
/**
*
*
*
* Interface type.
*
*
* Protobuf enum {@code
* google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType}
*/
public enum InterfaceType implements com.google.protobuf.ProtocolMessageEnum {
/**
*
*
*
* Unspecified value.
*
*
* INTERFACE_TYPE_UNSPECIFIED = 0;
*/
INTERFACE_TYPE_UNSPECIFIED(0),
/**
*
*
*
* Bond interface type.
*
*
* BOND = 1;
*/
BOND(1),
/**
*
*
*
* NIC interface type.
*
*
* NIC = 2;
*/
NIC(2),
UNRECOGNIZED(-1),
;
/**
*
*
*
* Unspecified value.
*
*
* INTERFACE_TYPE_UNSPECIFIED = 0;
*/
public static final int INTERFACE_TYPE_UNSPECIFIED_VALUE = 0;
/**
*
*
*
* Bond interface type.
*
*
* BOND = 1;
*/
public static final int BOND_VALUE = 1;
/**
*
*
*
* NIC interface type.
*
*
* NIC = 2;
*/
public static final int NIC_VALUE = 2;
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 InterfaceType 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 InterfaceType forNumber(int value) {
switch (value) {
case 0:
return INTERFACE_TYPE_UNSPECIFIED;
case 1:
return BOND;
case 2:
return NIC;
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 InterfaceType findValueByNumber(int number) {
return InterfaceType.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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.getDescriptor()
.getEnumTypes()
.get(0);
}
private static final InterfaceType[] VALUES = values();
public static InterfaceType 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 InterfaceType(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType)
}
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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;
}
}
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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 TYPE_FIELD_NUMBER = 2;
private int type_ = 0;
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
public int getTypeValue() {
return type_;
}
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The type.
*/
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType
getType() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType
result =
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.forNumber(type_);
return result == null
? com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.UNRECOGNIZED
: result;
}
public static final int REQUIRED_FIELD_NUMBER = 3;
private boolean required_ = false;
/**
*
*
*
* If true, interface must have network connected.
*
*
* bool required = 3;
*
* @return The required.
*/
@java.lang.Override
public boolean getRequired() {
return required_;
}
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
if (type_
!= com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.INTERFACE_TYPE_UNSPECIFIED
.getNumber()) {
output.writeEnum(2, type_);
}
if (required_ != false) {
output.writeBool(3, required_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
if (type_
!= com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.INTERFACE_TYPE_UNSPECIFIED
.getNumber()) {
size += com.google.protobuf.CodedOutputStream.computeEnumSize(2, type_);
}
if (required_ != false) {
size += com.google.protobuf.CodedOutputStream.computeBoolSize(3, required_);
}
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)) {
return super.equals(obj);
}
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface other =
(com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface) obj;
if (!getName().equals(other.getName())) return false;
if (type_ != other.type_) return false;
if (getRequired() != other.getRequired()) 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();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + type_;
hash = (37 * hash) + REQUIRED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getRequired());
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface 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;
}
/**
*
*
*
* Logical interface.
*
*
* Protobuf type {@code
* google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface}
*/
public static final class Builder
extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_LogicalInterface_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_LogicalInterface_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.class,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
.class);
}
// Construct using
// com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
type_ = 0;
required_ = false;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_LogicalInterface_descriptor;
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
getDefaultInstanceForType() {
return com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface build() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface result =
buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
buildPartial() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface result =
new com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface(this);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartial0(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.type_ = type_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.required_ = required_;
}
}
@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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface) {
return mergeFrom(
(com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface other) {
if (other
== com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.getDefaultInstance()) return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.type_ != 0) {
setTypeValue(other.getTypeValue());
}
if (other.getRequired() != false) {
setRequired(other.getRequired());
}
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 10:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 16:
{
type_ = input.readEnum();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24:
{
required_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 24
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 name_ = "";
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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;
}
}
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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;
}
}
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* Interface name.
* This is not a globally unique identifier.
* Name is unique only inside the ServerNetworkTemplate. This is of syntax
* <bond><interface_type_index><bond_mode> or <nic><interface_type_index>
* and forms part of the network template name.
*
*
* string name = 1;
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
private int type_ = 0;
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
public int getTypeValue() {
return type_;
}
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @param value The enum numeric value on the wire for type to set.
* @return This builder for chaining.
*/
public Builder setTypeValue(int value) {
type_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return The type.
*/
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType
getType() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType
result =
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.forNumber(type_);
return result == null
? com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.InterfaceType.UNRECOGNIZED
: result;
}
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType
value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
type_ = value.getNumber();
onChanged();
return this;
}
/**
*
*
*
* Interface type.
*
*
*
* .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
*
*
* @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000002);
type_ = 0;
onChanged();
return this;
}
private boolean required_;
/**
*
*
*
* If true, interface must have network connected.
*
*
* bool required = 3;
*
* @return The required.
*/
@java.lang.Override
public boolean getRequired() {
return required_;
}
/**
*
*
*
* If true, interface must have network connected.
*
*
* bool required = 3;
*
* @param value The required to set.
* @return This builder for chaining.
*/
public Builder setRequired(boolean value) {
required_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
*
*
* If true, interface must have network connected.
*
*
* bool required = 3;
*
* @return This builder for chaining.
*/
public Builder clearRequired() {
bitField0_ = (bitField0_ & ~0x00000004);
required_ = false;
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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)
}
// @@protoc_insertion_point(class_scope:google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface)
private static final com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate
.LogicalInterface
DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE =
new com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface();
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public LogicalInterface 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.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public static final int NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object name_ = "";
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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;
}
}
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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 APPLICABLE_INSTANCE_TYPES_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private com.google.protobuf.LazyStringArrayList applicableInstanceTypes_ =
com.google.protobuf.LazyStringArrayList.emptyList();
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @return A list containing the applicableInstanceTypes.
*/
public com.google.protobuf.ProtocolStringList getApplicableInstanceTypesList() {
return applicableInstanceTypes_;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @return The count of applicableInstanceTypes.
*/
public int getApplicableInstanceTypesCount() {
return applicableInstanceTypes_.size();
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param index The index of the element to return.
* @return The applicableInstanceTypes at the given index.
*/
public java.lang.String getApplicableInstanceTypes(int index) {
return applicableInstanceTypes_.get(index);
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param index The index of the value to return.
* @return The bytes of the applicableInstanceTypes at the given index.
*/
public com.google.protobuf.ByteString getApplicableInstanceTypesBytes(int index) {
return applicableInstanceTypes_.getByteString(index);
}
public static final int LOGICAL_INTERFACES_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private java.util.List<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>
logicalInterfaces_;
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
@java.lang.Override
public java.util.List<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>
getLogicalInterfacesList() {
return logicalInterfaces_;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
@java.lang.Override
public java.util.List<
? extends
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder>
getLogicalInterfacesOrBuilderList() {
return logicalInterfaces_;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
@java.lang.Override
public int getLogicalInterfacesCount() {
return logicalInterfaces_.size();
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
getLogicalInterfaces(int index) {
return logicalInterfaces_.get(index);
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder
getLogicalInterfacesOrBuilder(int index) {
return logicalInterfaces_.get(index);
}
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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_);
}
for (int i = 0; i < applicableInstanceTypes_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(
output, 2, applicableInstanceTypes_.getRaw(i));
}
for (int i = 0; i < logicalInterfaces_.size(); i++) {
output.writeMessage(3, logicalInterfaces_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_);
}
{
int dataSize = 0;
for (int i = 0; i < applicableInstanceTypes_.size(); i++) {
dataSize += computeStringSizeNoTag(applicableInstanceTypes_.getRaw(i));
}
size += dataSize;
size += 1 * getApplicableInstanceTypesList().size();
}
for (int i = 0; i < logicalInterfaces_.size(); i++) {
size +=
com.google.protobuf.CodedOutputStream.computeMessageSize(3, logicalInterfaces_.get(i));
}
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.baremetalsolution.v2.ServerNetworkTemplate)) {
return super.equals(obj);
}
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate other =
(com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate) obj;
if (!getName().equals(other.getName())) return false;
if (!getApplicableInstanceTypesList().equals(other.getApplicableInstanceTypesList()))
return false;
if (!getLogicalInterfacesList().equals(other.getLogicalInterfacesList())) 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();
hash = (37 * hash) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
if (getApplicableInstanceTypesCount() > 0) {
hash = (37 * hash) + APPLICABLE_INSTANCE_TYPES_FIELD_NUMBER;
hash = (53 * hash) + getApplicableInstanceTypesList().hashCode();
}
if (getLogicalInterfacesCount() > 0) {
hash = (37 * hash) + LOGICAL_INTERFACES_FIELD_NUMBER;
hash = (53 * hash) + getLogicalInterfacesList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate parseFrom(
java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate parseFrom(
byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate parseFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate parseDelimitedFrom(
java.io.InputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate parseFrom(
com.google.protobuf.CodedInputStream input) throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate 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;
}
/**
*
*
*
* Network template.
*
*
* Protobuf type {@code google.cloud.baremetalsolution.v2.ServerNetworkTemplate}
*/
public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder
implements
// @@protoc_insertion_point(builder_implements:google.cloud.baremetalsolution.v2.ServerNetworkTemplate)
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplateOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.class,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.Builder.class);
}
// Construct using com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.newBuilder()
private Builder() {}
private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
name_ = "";
applicableInstanceTypes_ = com.google.protobuf.LazyStringArrayList.emptyList();
if (logicalInterfacesBuilder_ == null) {
logicalInterfaces_ = java.util.Collections.emptyList();
} else {
logicalInterfaces_ = null;
logicalInterfacesBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
return com.google.cloud.baremetalsolution.v2.InstanceProto
.internal_static_google_cloud_baremetalsolution_v2_ServerNetworkTemplate_descriptor;
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate getDefaultInstanceForType() {
return com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.getDefaultInstance();
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate build() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate buildPartial() {
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate result =
new com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) {
buildPartial0(result);
}
onBuilt();
return result;
}
private void buildPartialRepeatedFields(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate result) {
if (logicalInterfacesBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0)) {
logicalInterfaces_ = java.util.Collections.unmodifiableList(logicalInterfaces_);
bitField0_ = (bitField0_ & ~0x00000004);
}
result.logicalInterfaces_ = logicalInterfaces_;
} else {
result.logicalInterfaces_ = logicalInterfacesBuilder_.build();
}
}
private void buildPartial0(com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.name_ = name_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
applicableInstanceTypes_.makeImmutable();
result.applicableInstanceTypes_ = applicableInstanceTypes_;
}
}
@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.baremetalsolution.v2.ServerNetworkTemplate) {
return mergeFrom((com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate) other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate other) {
if (other == com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.getDefaultInstance())
return this;
if (!other.getName().isEmpty()) {
name_ = other.name_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.applicableInstanceTypes_.isEmpty()) {
if (applicableInstanceTypes_.isEmpty()) {
applicableInstanceTypes_ = other.applicableInstanceTypes_;
bitField0_ |= 0x00000002;
} else {
ensureApplicableInstanceTypesIsMutable();
applicableInstanceTypes_.addAll(other.applicableInstanceTypes_);
}
onChanged();
}
if (logicalInterfacesBuilder_ == null) {
if (!other.logicalInterfaces_.isEmpty()) {
if (logicalInterfaces_.isEmpty()) {
logicalInterfaces_ = other.logicalInterfaces_;
bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.addAll(other.logicalInterfaces_);
}
onChanged();
}
} else {
if (!other.logicalInterfaces_.isEmpty()) {
if (logicalInterfacesBuilder_.isEmpty()) {
logicalInterfacesBuilder_.dispose();
logicalInterfacesBuilder_ = null;
logicalInterfaces_ = other.logicalInterfaces_;
bitField0_ = (bitField0_ & ~0x00000004);
logicalInterfacesBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders
? getLogicalInterfacesFieldBuilder()
: null;
} else {
logicalInterfacesBuilder_.addAllMessages(other.logicalInterfaces_);
}
}
}
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 10:
{
name_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18:
{
java.lang.String s = input.readStringRequireUtf8();
ensureApplicableInstanceTypesIsMutable();
applicableInstanceTypes_.add(s);
break;
} // case 18
case 26:
{
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface m =
input.readMessage(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.parser(),
extensionRegistry);
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.add(m);
} else {
logicalInterfacesBuilder_.addMessage(m);
}
break;
} // case 26
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 name_ = "";
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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;
}
}
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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;
}
}
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
*
*
* Output only. Template's unique name. The full resource name follows the pattern:
* `projects/{project}/locations/{location}/serverNetworkTemplate/{server_network_template}`
* Generally, the {server_network_template} follows the syntax of
* "bond<interface_type_index><bond_mode>" or "nic<interface_type_index>".
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @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_ |= 0x00000001;
onChanged();
return this;
}
private com.google.protobuf.LazyStringArrayList applicableInstanceTypes_ =
com.google.protobuf.LazyStringArrayList.emptyList();
private void ensureApplicableInstanceTypesIsMutable() {
if (!applicableInstanceTypes_.isModifiable()) {
applicableInstanceTypes_ =
new com.google.protobuf.LazyStringArrayList(applicableInstanceTypes_);
}
bitField0_ |= 0x00000002;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @return A list containing the applicableInstanceTypes.
*/
public com.google.protobuf.ProtocolStringList getApplicableInstanceTypesList() {
applicableInstanceTypes_.makeImmutable();
return applicableInstanceTypes_;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @return The count of applicableInstanceTypes.
*/
public int getApplicableInstanceTypesCount() {
return applicableInstanceTypes_.size();
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param index The index of the element to return.
* @return The applicableInstanceTypes at the given index.
*/
public java.lang.String getApplicableInstanceTypes(int index) {
return applicableInstanceTypes_.get(index);
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param index The index of the value to return.
* @return The bytes of the applicableInstanceTypes at the given index.
*/
public com.google.protobuf.ByteString getApplicableInstanceTypesBytes(int index) {
return applicableInstanceTypes_.getByteString(index);
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param index The index to set the value at.
* @param value The applicableInstanceTypes to set.
* @return This builder for chaining.
*/
public Builder setApplicableInstanceTypes(int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureApplicableInstanceTypesIsMutable();
applicableInstanceTypes_.set(index, value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param value The applicableInstanceTypes to add.
* @return This builder for chaining.
*/
public Builder addApplicableInstanceTypes(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureApplicableInstanceTypesIsMutable();
applicableInstanceTypes_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param values The applicableInstanceTypes to add.
* @return This builder for chaining.
*/
public Builder addAllApplicableInstanceTypes(java.lang.Iterable values) {
ensureApplicableInstanceTypesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, applicableInstanceTypes_);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @return This builder for chaining.
*/
public Builder clearApplicableInstanceTypes() {
applicableInstanceTypes_ = com.google.protobuf.LazyStringArrayList.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
;
onChanged();
return this;
}
/**
*
*
*
* Instance types this template is applicable to.
*
*
* repeated string applicable_instance_types = 2;
*
* @param value The bytes of the applicableInstanceTypes to add.
* @return This builder for chaining.
*/
public Builder addApplicableInstanceTypesBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureApplicableInstanceTypesIsMutable();
applicableInstanceTypes_.add(value);
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.util.List<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>
logicalInterfaces_ = java.util.Collections.emptyList();
private void ensureLogicalInterfacesIsMutable() {
if (!((bitField0_ & 0x00000004) != 0)) {
logicalInterfaces_ =
new java.util.ArrayList<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>(
logicalInterfaces_);
bitField0_ |= 0x00000004;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder>
logicalInterfacesBuilder_;
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public java.util.List<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>
getLogicalInterfacesList() {
if (logicalInterfacesBuilder_ == null) {
return java.util.Collections.unmodifiableList(logicalInterfaces_);
} else {
return logicalInterfacesBuilder_.getMessageList();
}
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public int getLogicalInterfacesCount() {
if (logicalInterfacesBuilder_ == null) {
return logicalInterfaces_.size();
} else {
return logicalInterfacesBuilder_.getCount();
}
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
getLogicalInterfaces(int index) {
if (logicalInterfacesBuilder_ == null) {
return logicalInterfaces_.get(index);
} else {
return logicalInterfacesBuilder_.getMessage(index);
}
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder setLogicalInterfaces(
int index,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface value) {
if (logicalInterfacesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.set(index, value);
onChanged();
} else {
logicalInterfacesBuilder_.setMessage(index, value);
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder setLogicalInterfaces(
int index,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
builderForValue) {
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.set(index, builderForValue.build());
onChanged();
} else {
logicalInterfacesBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder addLogicalInterfaces(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface value) {
if (logicalInterfacesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.add(value);
onChanged();
} else {
logicalInterfacesBuilder_.addMessage(value);
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder addLogicalInterfaces(
int index,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface value) {
if (logicalInterfacesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.add(index, value);
onChanged();
} else {
logicalInterfacesBuilder_.addMessage(index, value);
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder addLogicalInterfaces(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
builderForValue) {
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.add(builderForValue.build());
onChanged();
} else {
logicalInterfacesBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder addLogicalInterfaces(
int index,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
builderForValue) {
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.add(index, builderForValue.build());
onChanged();
} else {
logicalInterfacesBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder addAllLogicalInterfaces(
java.lang.Iterable<
? extends
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface>
values) {
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(values, logicalInterfaces_);
onChanged();
} else {
logicalInterfacesBuilder_.addAllMessages(values);
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder clearLogicalInterfaces() {
if (logicalInterfacesBuilder_ == null) {
logicalInterfaces_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
logicalInterfacesBuilder_.clear();
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public Builder removeLogicalInterfaces(int index) {
if (logicalInterfacesBuilder_ == null) {
ensureLogicalInterfacesIsMutable();
logicalInterfaces_.remove(index);
onChanged();
} else {
logicalInterfacesBuilder_.remove(index);
}
return this;
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
getLogicalInterfacesBuilder(int index) {
return getLogicalInterfacesFieldBuilder().getBuilder(index);
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder
getLogicalInterfacesOrBuilder(int index) {
if (logicalInterfacesBuilder_ == null) {
return logicalInterfaces_.get(index);
} else {
return logicalInterfacesBuilder_.getMessageOrBuilder(index);
}
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public java.util.List<
? extends
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate
.LogicalInterfaceOrBuilder>
getLogicalInterfacesOrBuilderList() {
if (logicalInterfacesBuilder_ != null) {
return logicalInterfacesBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(logicalInterfaces_);
}
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
addLogicalInterfacesBuilder() {
return getLogicalInterfacesFieldBuilder()
.addBuilder(
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.getDefaultInstance());
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder
addLogicalInterfacesBuilder(int index) {
return getLogicalInterfacesFieldBuilder()
.addBuilder(
index,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.getDefaultInstance());
}
/**
*
*
*
* Logical interfaces.
*
*
*
* repeated .google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface logical_interfaces = 3;
*
*/
public java.util.List<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder>
getLogicalInterfacesBuilderList() {
return getLogicalInterfacesFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.Builder,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterfaceOrBuilder>
getLogicalInterfacesFieldBuilder() {
if (logicalInterfacesBuilder_ == null) {
logicalInterfacesBuilder_ =
new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface
.Builder,
com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate
.LogicalInterfaceOrBuilder>(
logicalInterfaces_,
((bitField0_ & 0x00000004) != 0),
getParentForChildren(),
isClean());
logicalInterfaces_ = null;
}
return logicalInterfacesBuilder_;
}
@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.baremetalsolution.v2.ServerNetworkTemplate)
}
// @@protoc_insertion_point(class_scope:google.cloud.baremetalsolution.v2.ServerNetworkTemplate)
private static final com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate();
}
public static com.google.cloud.baremetalsolution.v2.ServerNetworkTemplate getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ServerNetworkTemplate 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.baremetalsolution.v2.ServerNetworkTemplate getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}