public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCidrBlock()
public abstract String getCidrBlock()CIDR block that must be specified in CIDR notation.
string cidr_block = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The cidrBlock. |
getCidrBlockBytes()
public abstract ByteString getCidrBlockBytes()CIDR block that must be specified in CIDR notation.
string cidr_block = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cidrBlock. |
getDisplayName()
public abstract String getDisplayName()User-defined name that identifies the CIDR block.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()User-defined name that identifies the CIDR block.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |