public interface SubnetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Labels associated with this resource.
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
getCreateTime()
public abstract Timestamp getCreateTime()Output only. The time when the subnet was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The createTime.  | 
      
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. The time when the subnet was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getDescription()
public abstract String getDescription()Optional. A free-text description of the resource. Max length 1024 characters.
 string description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The description.  | 
      
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Optional. A free-text description of the resource. Max length 1024 characters.
 string description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getIpv4Cidr(int index)
public abstract String getIpv4Cidr(int index)The ranges of ipv4 addresses that are owned by this subnetwork.
 repeated string ipv4_cidr = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The ipv4Cidr at the given index.  | 
      
getIpv4CidrBytes(int index)
public abstract ByteString getIpv4CidrBytes(int index)The ranges of ipv4 addresses that are owned by this subnetwork.
 repeated string ipv4_cidr = 7;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the ipv4Cidr at the given index.  | 
      
getIpv4CidrCount()
public abstract int getIpv4CidrCount()The ranges of ipv4 addresses that are owned by this subnetwork.
 repeated string ipv4_cidr = 7;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of ipv4Cidr.  | 
      
getIpv4CidrList()
public abstract List<String> getIpv4CidrList()The ranges of ipv4 addresses that are owned by this subnetwork.
 repeated string ipv4_cidr = 7;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the ipv4Cidr.  | 
      
getIpv6Cidr(int index)
public abstract String getIpv6Cidr(int index)The ranges of ipv6 addresses that are owned by this subnetwork.
 repeated string ipv6_cidr = 8;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the element to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The ipv6Cidr at the given index.  | 
      
getIpv6CidrBytes(int index)
public abstract ByteString getIpv6CidrBytes(int index)The ranges of ipv6 addresses that are owned by this subnetwork.
 repeated string ipv6_cidr = 8;
| Parameter | |
|---|---|
| Name | Description | 
index | 
        intThe index of the value to return.  | 
      
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes of the ipv6Cidr at the given index.  | 
      
getIpv6CidrCount()
public abstract int getIpv6CidrCount()The ranges of ipv6 addresses that are owned by this subnetwork.
 repeated string ipv6_cidr = 8;
| Returns | |
|---|---|
| Type | Description | 
int | 
        The count of ipv6Cidr.  | 
      
getIpv6CidrList()
public abstract List<String> getIpv6CidrList()The ranges of ipv6 addresses that are owned by this subnetwork.
 repeated string ipv6_cidr = 8;
| Returns | |
|---|---|
| Type | Description | 
List<String> | 
        A list containing the ipv6Cidr.  | 
      
getLabels() (deprecated)
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsCount()
public abstract int getLabelsCount()Labels associated with this resource.
 map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Labels associated with this resource.
 map<string, string> labels = 4;
| Returns | |
|---|---|
| Type | Description | 
Map<String,String> | 
        |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Labels associated with this resource.
 map<string, string> labels = 4;
| Parameters | |
|---|---|
| Name | Description | 
key | 
        String | 
      
defaultValue | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Labels associated with this resource.
 map<string, string> labels = 4;
| Parameter | |
|---|---|
| Name | Description | 
key | 
        String | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        |
getName()
public abstract String getName()Required. The canonical resource name of the subnet.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes()Required. The canonical resource name of the subnet.
 string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getNetwork()
public abstract String getNetwork()Required. The network that this subnetwork belongs to.
 
 string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
String | 
        The network.  | 
      
getNetworkBytes()
public abstract ByteString getNetworkBytes()Required. The network that this subnetwork belongs to.
 
 string network = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for network.  | 
      
getState()
public abstract ResourceState getState()Output only. Current stage of the resource to the device by config push.
 
 .google.cloud.edgenetwork.v1.ResourceState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
ResourceState | 
        The state.  | 
      
getStateValue()
public abstract int getStateValue()Output only. Current stage of the resource to the device by config push.
 
 .google.cloud.edgenetwork.v1.ResourceState state = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
int | 
        The enum numeric value on the wire for state.  | 
      
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The time when the subnet was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
Timestamp | 
        The updateTime.  | 
      
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The time when the subnet was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
TimestampOrBuilder | 
        |
getVlanId()
public abstract int getVlanId()Optional. VLAN id provided by user. If not specified we assign one automatically.
 int32 vlan_id = 9 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
int | 
        The vlanId.  | 
      
hasCreateTime()
public abstract boolean hasCreateTime()Output only. The time when the subnet was created.
 .google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the createTime field is set.  | 
      
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The time when the subnet was last updated.
 .google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the updateTime field is set.  |