Package com.google.container.v1
Interface AdditionalNodeNetworkConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdditionalNodeNetworkConfig,AdditionalNodeNetworkConfig.Builder
public interface AdditionalNodeNetworkConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNetwork()Name of the VPC where the additional interface belongscom.google.protobuf.ByteStringgetNetworkBytes()Name of the VPC where the additional interface belongsStringgetSubnetwork()Name of the subnetwork where the additional interface belongscom.google.protobuf.ByteStringgetSubnetworkBytes()Name of the subnetwork where the additional interface belongs-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetwork
String getNetwork()
Name of the VPC where the additional interface belongs
string network = 1;- Returns:
- The network.
-
getNetworkBytes
com.google.protobuf.ByteString getNetworkBytes()
Name of the VPC where the additional interface belongs
string network = 1;- Returns:
- The bytes for network.
-
getSubnetwork
String getSubnetwork()
Name of the subnetwork where the additional interface belongs
string subnetwork = 2;- Returns:
- The subnetwork.
-
getSubnetworkBytes
com.google.protobuf.ByteString getSubnetworkBytes()
Name of the subnetwork where the additional interface belongs
string subnetwork = 2;- Returns:
- The bytes for subnetwork.
-
-