Package com.google.container.v1beta1
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 String
getNetwork()
Name of the VPC where the additional interface belongscom.google.protobuf.ByteString
getNetworkBytes()
Name of the VPC where the additional interface belongsString
getSubnetwork()
Name of the subnetwork where the additional interface belongscom.google.protobuf.ByteString
getSubnetworkBytes()
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.
-
-