public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCidrBlock()
public abstract String getCidrBlock()
Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.
string cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The cidrBlock. |
getCidrBlockBytes()
public abstract ByteString getCidrBlockBytes()
Optional. cidr_block must be specified in CIDR notation when using master_authorized_networks_config. Currently, the user could still use the deprecated man_block field, so this field is currently optional, but will be required in the future.
string cidr_block = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for cidrBlock. |
getDisplayName()
public abstract String getDisplayName()
Optional. display_name is an optional field for users to identify CIDR blocks.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
Optional. display_name is an optional field for users to identify CIDR blocks.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |