public interface NetworkReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetwork()
public abstract String getNetwork() Output only. Name of the network, in the format
projects/{project}/global/networks/{network}.
string network = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The network. |
getNetworkBytes()
public abstract ByteString getNetworkBytes() Output only. Name of the network, in the format
projects/{project}/global/networks/{network}.
string network = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for network. |
getSubnetwork()
public abstract String getSubnetwork() Output only. Name of the particular subnetwork being used by the cluster,
in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
string subnetwork = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The subnetwork. |
getSubnetworkBytes()
public abstract ByteString getSubnetworkBytes() Output only. Name of the particular subnetwork being used by the cluster,
in the format
projects/{project}/regions/{region}/subnetworks/{subnetwork}.
string subnetwork = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetwork. |