public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCidrBlock()
public abstract String getCidrBlock()cidr_block must be specified in CIDR notation.
string cidr_block = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cidrBlock. |
getCidrBlockBytes()
public abstract ByteString getCidrBlockBytes()cidr_block must be specified in CIDR notation.
string cidr_block = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cidrBlock. |
getDisplayName()
public abstract String getDisplayName()display_name is an optional field for users to identify CIDR blocks.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()display_name is an optional field for users to identify CIDR blocks.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |