public interface TunnelDestGroupOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCidrs(int index)
public abstract String getCidrs(int index)Optional. Unordered list. List of CIDRs that this group applies to.
 
 repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| 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)Optional. Unordered list. List of CIDRs that this group applies to.
 
 repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| 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()Optional. Unordered list. List of CIDRs that this group applies to.
 
 repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of cidrs.  | 
      
getCidrsList()
public abstract List<String> getCidrsList()Optional. Unordered list. List of CIDRs that this group applies to.
 
 repeated string cidrs = 2 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the cidrs.  | 
      
getFqdns(int index)
public abstract String getFqdns(int index)Optional. Unordered list. List of FQDNs that this group applies to.
 
 repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| 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)Optional. Unordered list. List of FQDNs that this group applies to.
 
 repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| 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()Optional. Unordered list. List of FQDNs that this group applies to.
 
 repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of fqdns.  | 
      
getFqdnsList()
public abstract List<String> getFqdnsList()Optional. Unordered list. List of FQDNs that this group applies to.
 
 repeated string fqdns = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = OPTIONAL];
 
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the fqdns.  | 
      
getName()
public abstract String getName()Identifier. 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) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()Identifier. 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) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  |