public interface PscInterfaceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNetworkAttachment()
Optional.
|
com.google.protobuf.ByteString |
getNetworkAttachmentBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetworkAttachment()
Optional. The full name of the Compute Engine
[network
attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to
attach to the resource.
For example, `projects/12345/regions/us-central1/networkAttachments/myNA`.
is of the form
`projects/{project}/regions/{region}/networkAttachments/{networkAttachment}`.
Where {project} is a project number, as in `12345`, and {networkAttachment}
is a network attachment name.
To specify this field, you must have already [created a network attachment]
(https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments).
This field is only used for resources using PSC-I.
string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNetworkAttachmentBytes()
Optional. The full name of the Compute Engine
[network
attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to
attach to the resource.
For example, `projects/12345/regions/us-central1/networkAttachments/myNA`.
is of the form
`projects/{project}/regions/{region}/networkAttachments/{networkAttachment}`.
Where {project} is a project number, as in `12345`, and {networkAttachment}
is a network attachment name.
To specify this field, you must have already [created a network attachment]
(https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments).
This field is only used for resources using PSC-I.
string network_attachment = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Copyright © 2025 Google LLC. All rights reserved.