public interface InterconnectAttachmentGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAttachments(String key)
Attachments in the AttachmentGroup.
|
Map<String,InterconnectAttachmentGroupAttachment> |
getAttachments()
Deprecated.
|
int |
getAttachmentsCount()
Attachments in the AttachmentGroup.
|
Map<String,InterconnectAttachmentGroupAttachment> |
getAttachmentsMap()
Attachments in the AttachmentGroup.
|
InterconnectAttachmentGroupAttachment |
getAttachmentsOrDefault(String key,
InterconnectAttachmentGroupAttachment defaultValue)
Attachments in the AttachmentGroup.
|
InterconnectAttachmentGroupAttachment |
getAttachmentsOrThrow(String key)
Attachments in the AttachmentGroup.
|
InterconnectAttachmentGroupConfigured |
getConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
|
InterconnectAttachmentGroupConfiguredOrBuilder |
getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured 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.
|
InterconnectAttachmentGroupIntent |
getIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
|
InterconnectAttachmentGroupIntentOrBuilder |
getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
|
String |
getInterconnectGroup()
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
|
com.google.protobuf.ByteString |
getInterconnectGroupBytes()
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
|
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
InterconnectAttachmentGroupLogicalStructure |
getLogicalStructure()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
|
InterconnectAttachmentGroupLogicalStructureOrBuilder |
getLogicalStructureOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
|
String |
getName()
Name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the resource.
|
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.InterconnectAttachmentGroupConfigured 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.InterconnectAttachmentGroupIntent intent = 426849948;
|
boolean |
hasInterconnectGroup()
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasLogicalStructure()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
|
boolean |
hasName()
Name of the resource.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getAttachmentsCount()
Attachments in the AttachmentGroup. 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 "Attachments per group" quota.
map<string, .google.cloud.compute.v1.InterconnectAttachmentGroupAttachment> attachments = 334744496;
boolean containsAttachments(String key)
Attachments in the AttachmentGroup. 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 "Attachments per group" quota.
map<string, .google.cloud.compute.v1.InterconnectAttachmentGroupAttachment> attachments = 334744496;
@Deprecated Map<String,InterconnectAttachmentGroupAttachment> getAttachments()
getAttachmentsMap() instead.Map<String,InterconnectAttachmentGroupAttachment> getAttachmentsMap()
Attachments in the AttachmentGroup. 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 "Attachments per group" quota.
map<string, .google.cloud.compute.v1.InterconnectAttachmentGroupAttachment> attachments = 334744496;
InterconnectAttachmentGroupAttachment getAttachmentsOrDefault(String key, InterconnectAttachmentGroupAttachment defaultValue)
Attachments in the AttachmentGroup. 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 "Attachments per group" quota.
map<string, .google.cloud.compute.v1.InterconnectAttachmentGroupAttachment> attachments = 334744496;
InterconnectAttachmentGroupAttachment getAttachmentsOrThrow(String key)
Attachments in the AttachmentGroup. 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 "Attachments per group" quota.
map<string, .google.cloud.compute.v1.InterconnectAttachmentGroupAttachment> attachments = 334744496;
boolean hasConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
InterconnectAttachmentGroupConfigured getConfigured()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured configured = 295631422;
InterconnectAttachmentGroupConfiguredOrBuilder getConfiguredOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupConfigured 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 AIP 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 AIP 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 AIP 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.InterconnectAttachmentGroupIntent intent = 426849948;
InterconnectAttachmentGroupIntent getIntent()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
InterconnectAttachmentGroupIntentOrBuilder getIntentOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupIntent intent = 426849948;
boolean hasInterconnectGroup()
The URL of an InterconnectGroup that groups these Attachments' Interconnects. Customers do not need to set this unless directed by Google Support.
optional string interconnect_group = 388651918;String getInterconnectGroup()
The URL of an InterconnectGroup that groups these Attachments' Interconnects. Customers do not need to set this unless directed by Google Support.
optional string interconnect_group = 388651918;com.google.protobuf.ByteString getInterconnectGroupBytes()
The URL of an InterconnectGroup that groups these Attachments' Interconnects. Customers do not need to set this unless directed by Google Support.
optional string interconnect_group = 388651918;boolean hasKind()
[Output Only] Type of the resource. Always compute#interconnectAttachmentGroup.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#interconnectAttachmentGroup.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#interconnectAttachmentGroup.
optional string kind = 3292052;boolean hasLogicalStructure()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
InterconnectAttachmentGroupLogicalStructure getLogicalStructure()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
InterconnectAttachmentGroupLogicalStructureOrBuilder getLogicalStructureOrBuilder()
optional .google.cloud.compute.v1.InterconnectAttachmentGroupLogicalStructure logical_structure = 142412989;
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 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.