public static interface MasterAuthorizedNetworksConfig.CidrBlockOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
User-defined name that identifies the CIDR block.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
User-defined name that identifies the CIDR block.
string display_name = 1;String getCidrBlock()
CIDR block that must be specified in CIDR notation.
string cidr_block = 2;com.google.protobuf.ByteString getCidrBlockBytes()
CIDR block that must be specified in CIDR notation.
string cidr_block = 2;Copyright © 2024 Google LLC. All rights reserved.