public final class TunnelDestGroup extends GeneratedMessageV3 implements TunnelDestGroupOrBuilder
A TunnelDestGroup.
Protobuf type google.cloud.iap.v1.TunnelDestGroup
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CIDRS_FIELD_NUMBER
public static final int CIDRS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
FQDNS_FIELD_NUMBER
public static final int FQDNS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static TunnelDestGroup getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static TunnelDestGroup.Builder newBuilder()
newBuilder(TunnelDestGroup prototype)
public static TunnelDestGroup.Builder newBuilder(TunnelDestGroup prototype)
public static TunnelDestGroup parseDelimitedFrom(InputStream input)
public static TunnelDestGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static TunnelDestGroup parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static TunnelDestGroup parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(CodedInputStream input)
public static TunnelDestGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(InputStream input)
public static TunnelDestGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static TunnelDestGroup parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<TunnelDestGroup> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCidrs(int index)
public String getCidrs(int index)
Unordered list. List of CIDRs that this group applies to.
repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The cidrs at the given index.
|
getCidrsBytes(int index)
public ByteString getCidrsBytes(int index)
Unordered list. List of CIDRs that this group applies to.
repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the cidrs at the given index.
|
getCidrsCount()
public int getCidrsCount()
Unordered list. List of CIDRs that this group applies to.
repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
Returns |
Type |
Description |
int |
The count of cidrs.
|
getCidrsList()
public ProtocolStringList getCidrsList()
Unordered list. List of CIDRs that this group applies to.
repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
getDefaultInstanceForType()
public TunnelDestGroup getDefaultInstanceForType()
getFqdns(int index)
public String getFqdns(int index)
Unordered list. List of FQDNs that this group applies to.
repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The fqdns at the given index.
|
getFqdnsBytes(int index)
public ByteString getFqdnsBytes(int index)
Unordered list. List of FQDNs that this group applies to.
repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the fqdns at the given index.
|
getFqdnsCount()
public int getFqdnsCount()
Unordered list. List of FQDNs that this group applies to.
repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
Returns |
Type |
Description |
int |
The count of fqdns.
|
getFqdnsList()
public ProtocolStringList getFqdnsList()
Unordered list. List of FQDNs that this group applies to.
repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
getName()
Required. Immutable. Identifier for the TunnelDestGroup. Must be unique
within the project and contain only lower case letters (a-z) and dashes
(-).
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Required. Immutable. Identifier for the TunnelDestGroup. Must be unique
within the project and contain only lower case letters (a-z) and dashes
(-).
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<TunnelDestGroup> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public TunnelDestGroup.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TunnelDestGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public TunnelDestGroup.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides