public interface InterconnectOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels associated with this resource.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
String |
getDeviceCloudResourceName()
Output only.
|
com.google.protobuf.ByteString |
getDeviceCloudResourceNameBytes()
Output only.
|
Interconnect.InterconnectType |
getInterconnectType()
Optional.
|
int |
getInterconnectTypeValue()
Optional.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels associated with this resource.
|
Map<String,String> |
getLabelsMap()
Labels associated with this resource.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels associated with this resource.
|
String |
getLabelsOrThrow(String key)
Labels associated with this resource.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getPhysicalPorts(int index)
Output only.
|
com.google.protobuf.ByteString |
getPhysicalPortsBytes(int index)
Output only.
|
int |
getPhysicalPortsCount()
Output only.
|
List<String> |
getPhysicalPortsList()
Output only.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
String |
getUuid()
Output only.
|
com.google.protobuf.ByteString |
getUuidBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The canonical resource name of the interconnect.
string name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getNameBytes()
Required. The canonical resource name of the interconnect.
string name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasCreateTime()
Output only. The time when the subnet was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the subnet was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the subnet was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasUpdateTime()
Output only. The time when the subnet was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getUpdateTime()
Output only. The time when the subnet was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the subnet was last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Labels associated with this resource.
map<string, string> labels = 4;boolean containsLabels(String key)
Labels associated with this resource.
map<string, string> labels = 4;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels associated with this resource.
map<string, string> labels = 4;String getLabelsOrDefault(String key, String defaultValue)
Labels associated with this resource.
map<string, string> labels = 4;String getLabelsOrThrow(String key)
Labels associated with this resource.
map<string, string> labels = 4;String getDescription()
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDescriptionBytes()
Optional. A free-text description of the resource. Max length 1024 characters.
string description = 5 [(.google.api.field_behavior) = OPTIONAL];int getInterconnectTypeValue()
Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.
.google.cloud.edgenetwork.v1.Interconnect.InterconnectType interconnect_type = 6 [(.google.api.field_behavior) = OPTIONAL];
Interconnect.InterconnectType getInterconnectType()
Optional. Type of interconnect, which takes only the value 'DEDICATED' for now.
.google.cloud.edgenetwork.v1.Interconnect.InterconnectType interconnect_type = 6 [(.google.api.field_behavior) = OPTIONAL];
String getUuid()
Output only. Unique identifier for the link.
string uuid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getUuidBytes()
Output only. Unique identifier for the link.
string uuid = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];String getDeviceCloudResourceName()
Output only. Cloud resource name of the switch device.
string device_cloud_resource_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.ByteString getDeviceCloudResourceNameBytes()
Output only. Cloud resource name of the switch device.
string device_cloud_resource_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<String> getPhysicalPortsList()
Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.
repeated string physical_ports = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPhysicalPortsCount()
Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.
repeated string physical_ports = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];String getPhysicalPorts(int index)
Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.
repeated string physical_ports = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getPhysicalPortsBytes(int index)
Output only. Physical ports (e.g., TenGigE0/0/0/1) that form the interconnect.
repeated string physical_ports = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.