All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.AdvancedMachineFeatures Maven / Gradle / Ivy

The newest version!
/*
 * 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;

/**
 *
 *
 * 
 * Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).
 * 
* * Protobuf type {@code google.cloud.compute.v1.AdvancedMachineFeatures} */ public final class AdvancedMachineFeatures extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.AdvancedMachineFeatures) AdvancedMachineFeaturesOrBuilder { private static final long serialVersionUID = 0L; // Use AdvancedMachineFeatures.newBuilder() to construct. private AdvancedMachineFeatures(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AdvancedMachineFeatures() { performanceMonitoringUnit_ = ""; turboMode_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance(UnusedPrivateParameter unused) { return new AdvancedMachineFeatures(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.compute.v1.Compute .internal_static_google_cloud_compute_v1_AdvancedMachineFeatures_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.compute.v1.Compute .internal_static_google_cloud_compute_v1_AdvancedMachineFeatures_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.compute.v1.AdvancedMachineFeatures.class, com.google.cloud.compute.v1.AdvancedMachineFeatures.Builder.class); } /** * * *
   * Type of Performance Monitoring Unit requested on instance.
   * 
* * Protobuf enum {@code google.cloud.compute.v1.AdvancedMachineFeatures.PerformanceMonitoringUnit} */ public enum PerformanceMonitoringUnit implements com.google.protobuf.ProtocolMessageEnum { /** * * *
     * A value indicating that the enum field is not set.
     * 
* * UNDEFINED_PERFORMANCE_MONITORING_UNIT = 0; */ UNDEFINED_PERFORMANCE_MONITORING_UNIT(0), /** * * *
     * Architecturally defined non-LLC events.
     * 
* * ARCHITECTURAL = 155113693; */ ARCHITECTURAL(155113693), /** * * *
     * Most documented core/L2 and LLC events.
     * 
* * ENHANCED = 476873590; */ ENHANCED(476873590), /** PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692; */ PERFORMANCE_MONITORING_UNIT_UNSPECIFIED(429210692), /** * * *
     * Most documented core/L2 events.
     * 
* * STANDARD = 484642493; */ STANDARD(484642493), UNRECOGNIZED(-1), ; /** * * *
     * A value indicating that the enum field is not set.
     * 
* * UNDEFINED_PERFORMANCE_MONITORING_UNIT = 0; */ public static final int UNDEFINED_PERFORMANCE_MONITORING_UNIT_VALUE = 0; /** * * *
     * Architecturally defined non-LLC events.
     * 
* * ARCHITECTURAL = 155113693; */ public static final int ARCHITECTURAL_VALUE = 155113693; /** * * *
     * Most documented core/L2 and LLC events.
     * 
* * ENHANCED = 476873590; */ public static final int ENHANCED_VALUE = 476873590; /** PERFORMANCE_MONITORING_UNIT_UNSPECIFIED = 429210692; */ public static final int PERFORMANCE_MONITORING_UNIT_UNSPECIFIED_VALUE = 429210692; /** * * *
     * Most documented core/L2 events.
     * 
* * STANDARD = 484642493; */ public static final int STANDARD_VALUE = 484642493; 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 PerformanceMonitoringUnit 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 PerformanceMonitoringUnit forNumber(int value) { switch (value) { case 0: return UNDEFINED_PERFORMANCE_MONITORING_UNIT; case 155113693: return ARCHITECTURAL; case 476873590: return ENHANCED; case 429210692: return PERFORMANCE_MONITORING_UNIT_UNSPECIFIED; case 484642493: return STANDARD; 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 PerformanceMonitoringUnit findValueByNumber(int number) { return PerformanceMonitoringUnit.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.AdvancedMachineFeatures.getDescriptor() .getEnumTypes() .get(0); } private static final PerformanceMonitoringUnit[] VALUES = values(); public static PerformanceMonitoringUnit 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 PerformanceMonitoringUnit(int value) { this.value = value; } // @@protoc_insertion_point(enum_scope:google.cloud.compute.v1.AdvancedMachineFeatures.PerformanceMonitoringUnit) } private int bitField0_; public static final int ENABLE_NESTED_VIRTUALIZATION_FIELD_NUMBER = 16639365; private boolean enableNestedVirtualization_ = false; /** * * *
   * Whether to enable nested virtualization or not (default is false).
   * 
* * optional bool enable_nested_virtualization = 16639365; * * @return Whether the enableNestedVirtualization field is set. */ @java.lang.Override public boolean hasEnableNestedVirtualization() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
   * Whether to enable nested virtualization or not (default is false).
   * 
* * optional bool enable_nested_virtualization = 16639365; * * @return The enableNestedVirtualization. */ @java.lang.Override public boolean getEnableNestedVirtualization() { return enableNestedVirtualization_; } public static final int ENABLE_UEFI_NETWORKING_FIELD_NUMBER = 334485668; private boolean enableUefiNetworking_ = false; /** * * *
   * Whether to enable UEFI networking for instance creation.
   * 
* * optional bool enable_uefi_networking = 334485668; * * @return Whether the enableUefiNetworking field is set. */ @java.lang.Override public boolean hasEnableUefiNetworking() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
   * Whether to enable UEFI networking for instance creation.
   * 
* * optional bool enable_uefi_networking = 334485668; * * @return The enableUefiNetworking. */ @java.lang.Override public boolean getEnableUefiNetworking() { return enableUefiNetworking_; } public static final int PERFORMANCE_MONITORING_UNIT_FIELD_NUMBER = 533618956; @SuppressWarnings("serial") private volatile java.lang.Object performanceMonitoringUnit_ = ""; /** * * *
   * Type of Performance Monitoring Unit requested on instance.
   * Check the PerformanceMonitoringUnit enum for the list of possible values.
   * 
* * optional string performance_monitoring_unit = 533618956; * * @return Whether the performanceMonitoringUnit field is set. */ @java.lang.Override public boolean hasPerformanceMonitoringUnit() { return ((bitField0_ & 0x00000004) != 0); } /** * * *
   * Type of Performance Monitoring Unit requested on instance.
   * Check the PerformanceMonitoringUnit enum for the list of possible values.
   * 
* * optional string performance_monitoring_unit = 533618956; * * @return The performanceMonitoringUnit. */ @java.lang.Override public java.lang.String getPerformanceMonitoringUnit() { java.lang.Object ref = performanceMonitoringUnit_; 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(); performanceMonitoringUnit_ = s; return s; } } /** * * *
   * Type of Performance Monitoring Unit requested on instance.
   * Check the PerformanceMonitoringUnit enum for the list of possible values.
   * 
* * optional string performance_monitoring_unit = 533618956; * * @return The bytes for performanceMonitoringUnit. */ @java.lang.Override public com.google.protobuf.ByteString getPerformanceMonitoringUnitBytes() { java.lang.Object ref = performanceMonitoringUnit_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); performanceMonitoringUnit_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int THREADS_PER_CORE_FIELD_NUMBER = 352611671; private int threadsPerCore_ = 0; /** * * *
   * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
   * 
* * optional int32 threads_per_core = 352611671; * * @return Whether the threadsPerCore field is set. */ @java.lang.Override public boolean hasThreadsPerCore() { return ((bitField0_ & 0x00000008) != 0); } /** * * *
   * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
   * 
* * optional int32 threads_per_core = 352611671; * * @return The threadsPerCore. */ @java.lang.Override public int getThreadsPerCore() { return threadsPerCore_; } public static final int TURBO_MODE_FIELD_NUMBER = 432965412; @SuppressWarnings("serial") private volatile java.lang.Object turboMode_ = ""; /** * * *
   * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
   * 
* * optional string turbo_mode = 432965412; * * @return Whether the turboMode field is set. */ @java.lang.Override public boolean hasTurboMode() { return ((bitField0_ & 0x00000010) != 0); } /** * * *
   * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
   * 
* * optional string turbo_mode = 432965412; * * @return The turboMode. */ @java.lang.Override public java.lang.String getTurboMode() { java.lang.Object ref = turboMode_; 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(); turboMode_ = s; return s; } } /** * * *
   * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
   * 
* * optional string turbo_mode = 432965412; * * @return The bytes for turboMode. */ @java.lang.Override public com.google.protobuf.ByteString getTurboModeBytes() { java.lang.Object ref = turboMode_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); turboMode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VISIBLE_CORE_COUNT_FIELD_NUMBER = 193198684; private int visibleCoreCount_ = 0; /** * * *
   * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
   * 
* * optional int32 visible_core_count = 193198684; * * @return Whether the visibleCoreCount field is set. */ @java.lang.Override public boolean hasVisibleCoreCount() { return ((bitField0_ & 0x00000020) != 0); } /** * * *
   * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
   * 
* * optional int32 visible_core_count = 193198684; * * @return The visibleCoreCount. */ @java.lang.Override public int getVisibleCoreCount() { return visibleCoreCount_; } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { output.writeBool(16639365, enableNestedVirtualization_); } if (((bitField0_ & 0x00000020) != 0)) { output.writeInt32(193198684, visibleCoreCount_); } if (((bitField0_ & 0x00000002) != 0)) { output.writeBool(334485668, enableUefiNetworking_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeInt32(352611671, threadsPerCore_); } if (((bitField0_ & 0x00000010) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 432965412, turboMode_); } if (((bitField0_ & 0x00000004) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString( output, 533618956, performanceMonitoringUnit_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream.computeBoolSize( 16639365, enableNestedVirtualization_); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.CodedOutputStream.computeInt32Size(193198684, visibleCoreCount_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.CodedOutputStream.computeBoolSize(334485668, enableUefiNetworking_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream.computeInt32Size(352611671, threadsPerCore_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(432965412, turboMode_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize( 533618956, performanceMonitoringUnit_); } 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.AdvancedMachineFeatures)) { return super.equals(obj); } com.google.cloud.compute.v1.AdvancedMachineFeatures other = (com.google.cloud.compute.v1.AdvancedMachineFeatures) obj; if (hasEnableNestedVirtualization() != other.hasEnableNestedVirtualization()) return false; if (hasEnableNestedVirtualization()) { if (getEnableNestedVirtualization() != other.getEnableNestedVirtualization()) return false; } if (hasEnableUefiNetworking() != other.hasEnableUefiNetworking()) return false; if (hasEnableUefiNetworking()) { if (getEnableUefiNetworking() != other.getEnableUefiNetworking()) return false; } if (hasPerformanceMonitoringUnit() != other.hasPerformanceMonitoringUnit()) return false; if (hasPerformanceMonitoringUnit()) { if (!getPerformanceMonitoringUnit().equals(other.getPerformanceMonitoringUnit())) return false; } if (hasThreadsPerCore() != other.hasThreadsPerCore()) return false; if (hasThreadsPerCore()) { if (getThreadsPerCore() != other.getThreadsPerCore()) return false; } if (hasTurboMode() != other.hasTurboMode()) return false; if (hasTurboMode()) { if (!getTurboMode().equals(other.getTurboMode())) return false; } if (hasVisibleCoreCount() != other.hasVisibleCoreCount()) return false; if (hasVisibleCoreCount()) { if (getVisibleCoreCount() != other.getVisibleCoreCount()) 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 (hasEnableNestedVirtualization()) { hash = (37 * hash) + ENABLE_NESTED_VIRTUALIZATION_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnableNestedVirtualization()); } if (hasEnableUefiNetworking()) { hash = (37 * hash) + ENABLE_UEFI_NETWORKING_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(getEnableUefiNetworking()); } if (hasPerformanceMonitoringUnit()) { hash = (37 * hash) + PERFORMANCE_MONITORING_UNIT_FIELD_NUMBER; hash = (53 * hash) + getPerformanceMonitoringUnit().hashCode(); } if (hasThreadsPerCore()) { hash = (37 * hash) + THREADS_PER_CORE_FIELD_NUMBER; hash = (53 * hash) + getThreadsPerCore(); } if (hasTurboMode()) { hash = (37 * hash) + TURBO_MODE_FIELD_NUMBER; hash = (53 * hash) + getTurboMode().hashCode(); } if (hasVisibleCoreCount()) { hash = (37 * hash) + VISIBLE_CORE_COUNT_FIELD_NUMBER; hash = (53 * hash) + getVisibleCoreCount(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.cloud.compute.v1.AdvancedMachineFeatures parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures 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.AdvancedMachineFeatures parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures 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.AdvancedMachineFeatures parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures 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.AdvancedMachineFeatures parseFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures 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.AdvancedMachineFeatures parseDelimitedFrom( java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures 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.AdvancedMachineFeatures 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.AdvancedMachineFeatures 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.AdvancedMachineFeatures 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; } /** * * *
   * Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).
   * 
* * Protobuf type {@code google.cloud.compute.v1.AdvancedMachineFeatures} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.cloud.compute.v1.AdvancedMachineFeatures) com.google.cloud.compute.v1.AdvancedMachineFeaturesOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.cloud.compute.v1.Compute .internal_static_google_cloud_compute_v1_AdvancedMachineFeatures_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.cloud.compute.v1.Compute .internal_static_google_cloud_compute_v1_AdvancedMachineFeatures_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.cloud.compute.v1.AdvancedMachineFeatures.class, com.google.cloud.compute.v1.AdvancedMachineFeatures.Builder.class); } // Construct using com.google.cloud.compute.v1.AdvancedMachineFeatures.newBuilder() private Builder() {} private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; enableNestedVirtualization_ = false; enableUefiNetworking_ = false; performanceMonitoringUnit_ = ""; threadsPerCore_ = 0; turboMode_ = ""; visibleCoreCount_ = 0; 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_AdvancedMachineFeatures_descriptor; } @java.lang.Override public com.google.cloud.compute.v1.AdvancedMachineFeatures getDefaultInstanceForType() { return com.google.cloud.compute.v1.AdvancedMachineFeatures.getDefaultInstance(); } @java.lang.Override public com.google.cloud.compute.v1.AdvancedMachineFeatures build() { com.google.cloud.compute.v1.AdvancedMachineFeatures result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.cloud.compute.v1.AdvancedMachineFeatures buildPartial() { com.google.cloud.compute.v1.AdvancedMachineFeatures result = new com.google.cloud.compute.v1.AdvancedMachineFeatures(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.google.cloud.compute.v1.AdvancedMachineFeatures result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.enableNestedVirtualization_ = enableNestedVirtualization_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.enableUefiNetworking_ = enableUefiNetworking_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000004) != 0)) { result.performanceMonitoringUnit_ = performanceMonitoringUnit_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000008) != 0)) { result.threadsPerCore_ = threadsPerCore_; to_bitField0_ |= 0x00000008; } if (((from_bitField0_ & 0x00000010) != 0)) { result.turboMode_ = turboMode_; to_bitField0_ |= 0x00000010; } if (((from_bitField0_ & 0x00000020) != 0)) { result.visibleCoreCount_ = visibleCoreCount_; to_bitField0_ |= 0x00000020; } 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.AdvancedMachineFeatures) { return mergeFrom((com.google.cloud.compute.v1.AdvancedMachineFeatures) other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.cloud.compute.v1.AdvancedMachineFeatures other) { if (other == com.google.cloud.compute.v1.AdvancedMachineFeatures.getDefaultInstance()) return this; if (other.hasEnableNestedVirtualization()) { setEnableNestedVirtualization(other.getEnableNestedVirtualization()); } if (other.hasEnableUefiNetworking()) { setEnableUefiNetworking(other.getEnableUefiNetworking()); } if (other.hasPerformanceMonitoringUnit()) { performanceMonitoringUnit_ = other.performanceMonitoringUnit_; bitField0_ |= 0x00000004; onChanged(); } if (other.hasThreadsPerCore()) { setThreadsPerCore(other.getThreadsPerCore()); } if (other.hasTurboMode()) { turboMode_ = other.turboMode_; bitField0_ |= 0x00000010; onChanged(); } if (other.hasVisibleCoreCount()) { setVisibleCoreCount(other.getVisibleCoreCount()); } 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 133114920: { enableNestedVirtualization_ = input.readBool(); bitField0_ |= 0x00000001; break; } // case 133114920 case 1545589472: { visibleCoreCount_ = input.readInt32(); bitField0_ |= 0x00000020; break; } // case 1545589472 case -1619081952: { enableUefiNetworking_ = input.readBool(); bitField0_ |= 0x00000002; break; } // case -1619081952 case -1474073928: { threadsPerCore_ = input.readInt32(); bitField0_ |= 0x00000008; break; } // case -1474073928 case -831243998: { turboMode_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case -831243998 case -26015646: { performanceMonitoringUnit_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case -26015646 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 boolean enableNestedVirtualization_; /** * * *
     * Whether to enable nested virtualization or not (default is false).
     * 
* * optional bool enable_nested_virtualization = 16639365; * * @return Whether the enableNestedVirtualization field is set. */ @java.lang.Override public boolean hasEnableNestedVirtualization() { return ((bitField0_ & 0x00000001) != 0); } /** * * *
     * Whether to enable nested virtualization or not (default is false).
     * 
* * optional bool enable_nested_virtualization = 16639365; * * @return The enableNestedVirtualization. */ @java.lang.Override public boolean getEnableNestedVirtualization() { return enableNestedVirtualization_; } /** * * *
     * Whether to enable nested virtualization or not (default is false).
     * 
* * optional bool enable_nested_virtualization = 16639365; * * @param value The enableNestedVirtualization to set. * @return This builder for chaining. */ public Builder setEnableNestedVirtualization(boolean value) { enableNestedVirtualization_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** * * *
     * Whether to enable nested virtualization or not (default is false).
     * 
* * optional bool enable_nested_virtualization = 16639365; * * @return This builder for chaining. */ public Builder clearEnableNestedVirtualization() { bitField0_ = (bitField0_ & ~0x00000001); enableNestedVirtualization_ = false; onChanged(); return this; } private boolean enableUefiNetworking_; /** * * *
     * Whether to enable UEFI networking for instance creation.
     * 
* * optional bool enable_uefi_networking = 334485668; * * @return Whether the enableUefiNetworking field is set. */ @java.lang.Override public boolean hasEnableUefiNetworking() { return ((bitField0_ & 0x00000002) != 0); } /** * * *
     * Whether to enable UEFI networking for instance creation.
     * 
* * optional bool enable_uefi_networking = 334485668; * * @return The enableUefiNetworking. */ @java.lang.Override public boolean getEnableUefiNetworking() { return enableUefiNetworking_; } /** * * *
     * Whether to enable UEFI networking for instance creation.
     * 
* * optional bool enable_uefi_networking = 334485668; * * @param value The enableUefiNetworking to set. * @return This builder for chaining. */ public Builder setEnableUefiNetworking(boolean value) { enableUefiNetworking_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * * *
     * Whether to enable UEFI networking for instance creation.
     * 
* * optional bool enable_uefi_networking = 334485668; * * @return This builder for chaining. */ public Builder clearEnableUefiNetworking() { bitField0_ = (bitField0_ & ~0x00000002); enableUefiNetworking_ = false; onChanged(); return this; } private java.lang.Object performanceMonitoringUnit_ = ""; /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @return Whether the performanceMonitoringUnit field is set. */ public boolean hasPerformanceMonitoringUnit() { return ((bitField0_ & 0x00000004) != 0); } /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @return The performanceMonitoringUnit. */ public java.lang.String getPerformanceMonitoringUnit() { java.lang.Object ref = performanceMonitoringUnit_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); performanceMonitoringUnit_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @return The bytes for performanceMonitoringUnit. */ public com.google.protobuf.ByteString getPerformanceMonitoringUnitBytes() { java.lang.Object ref = performanceMonitoringUnit_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); performanceMonitoringUnit_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @param value The performanceMonitoringUnit to set. * @return This builder for chaining. */ public Builder setPerformanceMonitoringUnit(java.lang.String value) { if (value == null) { throw new NullPointerException(); } performanceMonitoringUnit_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @return This builder for chaining. */ public Builder clearPerformanceMonitoringUnit() { performanceMonitoringUnit_ = getDefaultInstance().getPerformanceMonitoringUnit(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** * * *
     * Type of Performance Monitoring Unit requested on instance.
     * Check the PerformanceMonitoringUnit enum for the list of possible values.
     * 
* * optional string performance_monitoring_unit = 533618956; * * @param value The bytes for performanceMonitoringUnit to set. * @return This builder for chaining. */ public Builder setPerformanceMonitoringUnitBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); performanceMonitoringUnit_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private int threadsPerCore_; /** * * *
     * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
     * 
* * optional int32 threads_per_core = 352611671; * * @return Whether the threadsPerCore field is set. */ @java.lang.Override public boolean hasThreadsPerCore() { return ((bitField0_ & 0x00000008) != 0); } /** * * *
     * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
     * 
* * optional int32 threads_per_core = 352611671; * * @return The threadsPerCore. */ @java.lang.Override public int getThreadsPerCore() { return threadsPerCore_; } /** * * *
     * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
     * 
* * optional int32 threads_per_core = 352611671; * * @param value The threadsPerCore to set. * @return This builder for chaining. */ public Builder setThreadsPerCore(int value) { threadsPerCore_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** * * *
     * The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
     * 
* * optional int32 threads_per_core = 352611671; * * @return This builder for chaining. */ public Builder clearThreadsPerCore() { bitField0_ = (bitField0_ & ~0x00000008); threadsPerCore_ = 0; onChanged(); return this; } private java.lang.Object turboMode_ = ""; /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @return Whether the turboMode field is set. */ public boolean hasTurboMode() { return ((bitField0_ & 0x00000010) != 0); } /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @return The turboMode. */ public java.lang.String getTurboMode() { java.lang.Object ref = turboMode_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); turboMode_ = s; return s; } else { return (java.lang.String) ref; } } /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @return The bytes for turboMode. */ public com.google.protobuf.ByteString getTurboModeBytes() { java.lang.Object ref = turboMode_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8((java.lang.String) ref); turboMode_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @param value The turboMode to set. * @return This builder for chaining. */ public Builder setTurboMode(java.lang.String value) { if (value == null) { throw new NullPointerException(); } turboMode_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @return This builder for chaining. */ public Builder clearTurboMode() { turboMode_ = getDefaultInstance().getTurboMode(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** * * *
     * Turbo frequency mode to use for the instance. Supported modes include: * ALL_CORE_MAX Using empty string or not setting this field will use the platform-specific default turbo mode.
     * 
* * optional string turbo_mode = 432965412; * * @param value The bytes for turboMode to set. * @return This builder for chaining. */ public Builder setTurboModeBytes(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); turboMode_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private int visibleCoreCount_; /** * * *
     * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
     * 
* * optional int32 visible_core_count = 193198684; * * @return Whether the visibleCoreCount field is set. */ @java.lang.Override public boolean hasVisibleCoreCount() { return ((bitField0_ & 0x00000020) != 0); } /** * * *
     * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
     * 
* * optional int32 visible_core_count = 193198684; * * @return The visibleCoreCount. */ @java.lang.Override public int getVisibleCoreCount() { return visibleCoreCount_; } /** * * *
     * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
     * 
* * optional int32 visible_core_count = 193198684; * * @param value The visibleCoreCount to set. * @return This builder for chaining. */ public Builder setVisibleCoreCount(int value) { visibleCoreCount_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** * * *
     * The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
     * 
* * optional int32 visible_core_count = 193198684; * * @return This builder for chaining. */ public Builder clearVisibleCoreCount() { bitField0_ = (bitField0_ & ~0x00000020); visibleCoreCount_ = 0; 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.AdvancedMachineFeatures) } // @@protoc_insertion_point(class_scope:google.cloud.compute.v1.AdvancedMachineFeatures) private static final com.google.cloud.compute.v1.AdvancedMachineFeatures DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.cloud.compute.v1.AdvancedMachineFeatures(); } public static com.google.cloud.compute.v1.AdvancedMachineFeatures getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public AdvancedMachineFeatures 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.AdvancedMachineFeatures getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy