Send feedback
Class NetworkResourceConfig (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class NetworkResourceConfig extends GeneratedMessageV3 implements NetworkResourceConfigOrBuilder
Describes how a network resource should be initialized. Each network resource
can either be imported from an existing Google Cloud resource or initialized
when the cluster is created.
Protobuf type google.cloud.hypercomputecluster.v1beta.NetworkResourceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
EXISTING_NETWORK_FIELD_NUMBER
public static final int EXISTING_NETWORK_FIELD_NUMBER
Field Value
Type
Description
int
NEW_NETWORK_FIELD_NUMBER
public static final int NEW_NETWORK_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static NetworkResourceConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static NetworkResourceConfig . Builder newBuilder ()
newBuilder(NetworkResourceConfig prototype)
public static NetworkResourceConfig . Builder newBuilder ( NetworkResourceConfig prototype )
public static NetworkResourceConfig parseDelimitedFrom ( InputStream input )
public static NetworkResourceConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static NetworkResourceConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static NetworkResourceConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static NetworkResourceConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static NetworkResourceConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NetworkResourceConfig parseFrom ( CodedInputStream input )
public static NetworkResourceConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NetworkResourceConfig parseFrom ( InputStream input )
public static NetworkResourceConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static NetworkResourceConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static NetworkResourceConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<NetworkResourceConfig> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getConfigCase()
public NetworkResourceConfig . ConfigCase getConfigCase ()
getDefaultInstanceForType()
public NetworkResourceConfig getDefaultInstanceForType ()
getExistingNetwork()
public ExistingNetworkConfig getExistingNetwork ()
Optional. Immutable. If set, indicates that an existing network should be
imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getExistingNetworkOrBuilder()
public ExistingNetworkConfigOrBuilder getExistingNetworkOrBuilder ()
Optional. Immutable. If set, indicates that an existing network should be
imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getNewNetwork()
public NewNetworkConfig getNewNetwork ()
Optional. Immutable. If set, indicates that a new network should be
created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getNewNetworkOrBuilder()
public NewNetworkConfigOrBuilder getNewNetworkOrBuilder ()
Optional. Immutable. If set, indicates that a new network should be
created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getParserForType()
public Parser<NetworkResourceConfig> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasExistingNetwork()
public boolean hasExistingNetwork ()
Optional. Immutable. If set, indicates that an existing network should be
imported.
.google.cloud.hypercomputecluster.v1beta.ExistingNetworkConfig existing_network = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
boolean
Whether the existingNetwork field is set.
hasNewNetwork()
public boolean hasNewNetwork ()
Optional. Immutable. If set, indicates that a new network should be
created.
.google.cloud.hypercomputecluster.v1beta.NewNetworkConfig new_network = 3 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
Returns
Type
Description
boolean
Whether the newNetwork field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public NetworkResourceConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected NetworkResourceConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public NetworkResourceConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
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-12-17 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-12-17 UTC."],[],[]]