public final class TunnelDestGroup extends GeneratedMessageV3 implements TunnelDestGroupOrBuilder
A TunnelDestGroup.
Protobuf type google.cloud.iap.v1.TunnelDestGroup
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TunnelDestGroupImplements
TunnelDestGroupOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static TunnelDestGroup.Builder newBuilder()
Returns | |
---|---|
Type | Description |
TunnelDestGroup.Builder |
newBuilder(TunnelDestGroup prototype)
public static TunnelDestGroup.Builder newBuilder(TunnelDestGroup prototype)
Parameter | |
---|---|
Name | Description |
prototype |
TunnelDestGroup |
Returns | |
---|---|
Type | Description |
TunnelDestGroup.Builder |
parseDelimitedFrom(InputStream input)
public static TunnelDestGroup parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static TunnelDestGroup parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static TunnelDestGroup parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static TunnelDestGroup parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static TunnelDestGroup parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static TunnelDestGroup parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TunnelDestGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<TunnelDestGroup> parser()
Returns | |
---|---|
Type | Description |
Parser<TunnelDestGroup> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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];
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the cidrs. |
getDefaultInstanceForType()
public TunnelDestGroup getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
TunnelDestGroup |
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];
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the fqdns. |
getName()
public String 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()
Returns | |
---|---|
Type | Description |
Parser<TunnelDestGroup> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public TunnelDestGroup.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
TunnelDestGroup.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TunnelDestGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
TunnelDestGroup.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public TunnelDestGroup.Builder toBuilder()
Returns | |
---|---|
Type | Description |
TunnelDestGroup.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |