Interface ExistingNetworkConfigOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ExistingNetworkConfigOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getNetwork()
publicabstractStringgetNetwork() Required. Immutable. Name of the network to import, in the format
projects/{project}/global/networks/{network}.
string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The network. |
getNetworkBytes()
publicabstractByteStringgetNetworkBytes() Required. Immutable. Name of the network to import, in the format
projects/{project}/global/networks/{network}.
string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for network. |
getSubnetwork()
publicabstractStringgetSubnetwork() Required. Immutable. Particular subnetwork to use, in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
string subnetwork = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The subnetwork. |
getSubnetworkBytes()
publicabstractByteStringgetSubnetworkBytes() Required. Immutable. Particular subnetwork to use, in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
string subnetwork = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetwork. |