public interface TunnelDestGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCidrs(int index)
public abstract 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 | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The cidrs at the given index.  | 
      
getCidrsBytes(int index)
public abstract 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 | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the cidrs at the given index.  | 
      
getCidrsCount()
public abstract 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 abstract List<String> getCidrsList()Unordered list. List of CIDRs that this group applies to.
 repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the cidrs.  | 
      
getFqdns(int index)
public abstract 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 | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The fqdns at the given index.  | 
      
getFqdnsBytes(int index)
public abstract 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 | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the fqdns at the given index.  | 
      
getFqdnsCount()
public abstract 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 abstract List<String> getFqdnsList()Unordered list. List of FQDNs that this group applies to.
 repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the fqdns.  | 
      
getName()
public abstract 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 abstract 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.  |