public interface InterconnectGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInterconnects(String key)
Interconnects in the InterconnectGroup.
|
InterconnectGroupConfigured |
getConfigured()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
|
InterconnectGroupConfiguredOrBuilder |
getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
|
String |
getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
com.google.protobuf.ByteString |
getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
|
String |
getDescription()
An optional description of this resource.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional description of this resource.
|
String |
getEtag()
Opaque system-generated token that uniquely identifies the configuration.
|
com.google.protobuf.ByteString |
getEtagBytes()
Opaque system-generated token that uniquely identifies the configuration.
|
long |
getId()
[Output Only] The unique identifier for the resource type.
|
InterconnectGroupIntent |
getIntent()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948; |
InterconnectGroupIntentOrBuilder |
getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948; |
Map<String,InterconnectGroupInterconnect> |
getInterconnects()
Deprecated.
|
int |
getInterconnectsCount()
Interconnects in the InterconnectGroup.
|
Map<String,InterconnectGroupInterconnect> |
getInterconnectsMap()
Interconnects in the InterconnectGroup.
|
InterconnectGroupInterconnect |
getInterconnectsOrDefault(String key,
InterconnectGroupInterconnect defaultValue)
Interconnects in the InterconnectGroup.
|
InterconnectGroupInterconnect |
getInterconnectsOrThrow(String key)
Interconnects in the InterconnectGroup.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getName()
Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource.
|
InterconnectGroupPhysicalStructure |
getPhysicalStructure()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
|
InterconnectGroupPhysicalStructureOrBuilder |
getPhysicalStructureOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
|
String |
getSelfLink()
[Output Only] Server-defined URL for the resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
|
boolean |
hasConfigured()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
|
boolean |
hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
|
boolean |
hasDescription()
An optional description of this resource.
|
boolean |
hasEtag()
Opaque system-generated token that uniquely identifies the configuration.
|
boolean |
hasId()
[Output Only] The unique identifier for the resource type.
|
boolean |
hasIntent()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948; |
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasName()
Name of the resource.
|
boolean |
hasPhysicalStructure()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfigured()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
InterconnectGroupConfigured getConfigured()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
InterconnectGroupConfiguredOrBuilder getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupConfigured configured = 295631422;
boolean hasCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;String getCreationTimestamp()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;com.google.protobuf.ByteString getCreationTimestampBytes()
[Output Only] Creation timestamp in RFC3339 text format.
optional string creation_timestamp = 30525366;boolean hasDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;String getDescription()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
An optional description of this resource. Provide this property when you create the resource.
optional string description = 422937596;boolean hasEtag()
Opaque system-generated token that uniquely identifies the configuration. If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by API 154.
optional string etag = 3123477;String getEtag()
Opaque system-generated token that uniquely identifies the configuration. If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by API 154.
optional string etag = 3123477;com.google.protobuf.ByteString getEtagBytes()
Opaque system-generated token that uniquely identifies the configuration. If provided when patching a configuration in update mode, the provided token must match the current token or the update is rejected. This provides a reliable means of doing read-modify-write (optimistic locking) as described by API 154.
optional string etag = 3123477;boolean hasId()
[Output Only] The unique identifier for the resource type. The server generates this identifier.
optional uint64 id = 3355;long getId()
[Output Only] The unique identifier for the resource type. The server generates this identifier.
optional uint64 id = 3355;boolean hasIntent()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;InterconnectGroupIntent getIntent()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;InterconnectGroupIntentOrBuilder getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupIntent intent = 426849948;int getInterconnectsCount()
Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Interconnects per group" quota.
map<string, .google.cloud.compute.v1.InterconnectGroupInterconnect> interconnects = 520187301;
boolean containsInterconnects(String key)
Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Interconnects per group" quota.
map<string, .google.cloud.compute.v1.InterconnectGroupInterconnect> interconnects = 520187301;
@Deprecated Map<String,InterconnectGroupInterconnect> getInterconnects()
getInterconnectsMap() instead.Map<String,InterconnectGroupInterconnect> getInterconnectsMap()
Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Interconnects per group" quota.
map<string, .google.cloud.compute.v1.InterconnectGroupInterconnect> interconnects = 520187301;
InterconnectGroupInterconnect getInterconnectsOrDefault(String key, InterconnectGroupInterconnect defaultValue)
Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Interconnects per group" quota.
map<string, .google.cloud.compute.v1.InterconnectGroupInterconnect> interconnects = 520187301;
InterconnectGroupInterconnect getInterconnectsOrThrow(String key)
Interconnects in the InterconnectGroup. Keys are arbitrary user-specified strings. Users are encouraged, but not required, to use their preferred format for resource links as keys. Note that there are add-members and remove-members methods in gcloud. The size of this map is limited by an "Interconnects per group" quota.
map<string, .google.cloud.compute.v1.InterconnectGroupInterconnect> interconnects = 520187301;
boolean hasKind()
[Output Only] Type of the resource. Always compute#InterconnectGroup
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#InterconnectGroup
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#InterconnectGroup
optional string kind = 3292052;boolean hasName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;String getName()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
optional string name = 3373707;boolean hasPhysicalStructure()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
InterconnectGroupPhysicalStructure getPhysicalStructure()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
InterconnectGroupPhysicalStructureOrBuilder getPhysicalStructureOrBuilder()
optional .google.cloud.compute.v1.InterconnectGroupPhysicalStructure physical_structure = 195307531;
boolean hasSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for the resource.
optional string self_link = 456214797;Copyright © 2025 Google LLC. All rights reserved.