Package com.google.container.v1
Interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MasterAuthorizedNetworksConfig.CidrBlock
,MasterAuthorizedNetworksConfig.CidrBlock.Builder
- Enclosing class:
- MasterAuthorizedNetworksConfig
public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCidrBlock()
cidr_block must be specified in CIDR notation.com.google.protobuf.ByteString
getCidrBlockBytes()
cidr_block must be specified in CIDR notation.String
getDisplayName()
display_name is an optional field for users to identify CIDR blocks.com.google.protobuf.ByteString
getDisplayNameBytes()
display_name is an optional field for users to identify CIDR blocks.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
display_name is an optional field for users to identify CIDR blocks.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
display_name is an optional field for users to identify CIDR blocks.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getCidrBlock
String getCidrBlock()
cidr_block must be specified in CIDR notation.
string cidr_block = 2;
- Returns:
- The cidrBlock.
-
getCidrBlockBytes
com.google.protobuf.ByteString getCidrBlockBytes()
cidr_block must be specified in CIDR notation.
string cidr_block = 2;
- Returns:
- The bytes for cidrBlock.
-
-