Interface NetworkResourceConfigOrBuilder (0.1.0)

publicinterface NetworkResourceConfigOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getConfigCase()

publicabstractNetworkResourceConfig.ConfigCasegetConfigCase()
Returns
Type Description
NetworkResourceConfig.ConfigCase

getExistingNetwork()

publicabstractExistingNetworkConfiggetExistingNetwork()

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
ExistingNetworkConfig

The existingNetwork.

getExistingNetworkOrBuilder()

publicabstractExistingNetworkConfigOrBuildergetExistingNetworkOrBuilder()

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
ExistingNetworkConfigOrBuilder

getNewNetwork()

publicabstractNewNetworkConfiggetNewNetwork()

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
NewNetworkConfig

The newNetwork.

getNewNetworkOrBuilder()

publicabstractNewNetworkConfigOrBuildergetNewNetworkOrBuilder()

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
NewNetworkConfigOrBuilder

hasExistingNetwork()

publicabstractbooleanhasExistingNetwork()

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()

publicabstractbooleanhasNewNetwork()

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.

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.