Send feedback
Class TpuConfig.Builder (2.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.4.0 keyboard_arrow_down
public static final class TpuConfig . Builder extends GeneratedMessageV3 . Builder<TpuConfig . Builder > implements TpuConfigOrBuilder
Configuration for Cloud TPU.
Protobuf type google.container.v1beta1.TpuConfig
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public TpuConfig . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public TpuConfig buildPartial ()
Returns
clear()
public TpuConfig . Builder clear ()
Returns
Overrides
clearEnabled()
public TpuConfig . Builder clearEnabled ()
Whether Cloud TPU integration is enabled or not.
bool enabled = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public TpuConfig . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearIpv4CidrBlock()
public TpuConfig . Builder clearIpv4CidrBlock ()
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public TpuConfig . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearUseServiceNetworking()
public TpuConfig . Builder clearUseServiceNetworking ()
Whether to use service networking for Cloud TPU or not.
bool use_service_networking = 2;
Returns
clone()
public TpuConfig . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public TpuConfig getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEnabled()
public boolean getEnabled ()
Whether Cloud TPU integration is enabled or not.
bool enabled = 1;
Returns
getIpv4CidrBlock()
public String getIpv4CidrBlock ()
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Returns
Type Description String The ipv4CidrBlock.
getIpv4CidrBlockBytes()
public ByteString getIpv4CidrBlockBytes ()
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Returns
Type Description ByteString The bytes for ipv4CidrBlock.
getUseServiceNetworking()
public boolean getUseServiceNetworking ()
Whether to use service networking for Cloud TPU or not.
bool use_service_networking = 2;
Returns
Type Description boolean The useServiceNetworking.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(TpuConfig other)
public TpuConfig . Builder mergeFrom ( TpuConfig other )
Parameter
Returns
public TpuConfig . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public TpuConfig . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final TpuConfig . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setEnabled(boolean value)
public TpuConfig . Builder setEnabled ( boolean value )
Whether Cloud TPU integration is enabled or not.
bool enabled = 1;
Parameter
Name Description value boolean
The enabled to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public TpuConfig . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setIpv4CidrBlock(String value)
public TpuConfig . Builder setIpv4CidrBlock ( String value )
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Parameter
Name Description value String
The ipv4CidrBlock to set.
Returns
setIpv4CidrBlockBytes(ByteString value)
public TpuConfig . Builder setIpv4CidrBlockBytes ( ByteString value )
IPv4 CIDR block reserved for Cloud TPU in the VPC.
string ipv4_cidr_block = 3;
Parameter
Name Description value ByteString
The bytes for ipv4CidrBlock to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public TpuConfig . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final TpuConfig . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setUseServiceNetworking(boolean value)
public TpuConfig . Builder setUseServiceNetworking ( boolean value )
Whether to use service networking for Cloud TPU or not.
bool use_service_networking = 2;
Parameter
Name Description value boolean
The useServiceNetworking to set.
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]