Interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder (1.41.0)

public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCidrBlock()

public abstract String getCidrBlock()

CIDR block that must be specified in CIDR notation.

string cidr_block = 2;

Returns
TypeDescription
String

The cidrBlock.

getCidrBlockBytes()

public abstract ByteString getCidrBlockBytes()

CIDR block that must be specified in CIDR notation.

string cidr_block = 2;

Returns
TypeDescription
ByteString

The bytes for cidrBlock.

getDisplayName()

public abstract String getDisplayName()

User-defined name that identifies the CIDR block.

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

User-defined name that identifies the CIDR block.

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.