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 that must be specified in CIDR notation.com.google.protobuf.ByteString
getCidrBlockBytes()
CIDR block that must be specified in CIDR notation.String
getDisplayName()
User-defined name that identifies the CIDR block.com.google.protobuf.ByteString
getDisplayNameBytes()
User-defined name that identifies the CIDR block.-
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()
User-defined name that identifies the CIDR block.
string display_name = 1;
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
User-defined name that identifies the CIDR block.
string display_name = 1;
- Returns:
- The bytes for displayName.
-
getCidrBlock
String getCidrBlock()
CIDR block that must be specified in CIDR notation.
string cidr_block = 2;
- Returns:
- The cidrBlock.
-
getCidrBlockBytes
com.google.protobuf.ByteString getCidrBlockBytes()
CIDR block that must be specified in CIDR notation.
string cidr_block = 2;
- Returns:
- The bytes for cidrBlock.
-
-