public interface PrivateConnectivityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPrivateConnection()
Required.
|
com.google.protobuf.ByteString |
getPrivateConnectionBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrivateConnection()
Required. A reference to a private connection resource.
Format: `projects/{project}/locations/{location}/privateConnections/{name}`
string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getPrivateConnectionBytes()
Required. A reference to a private connection resource.
Format: `projects/{project}/locations/{location}/privateConnections/{name}`
string private_connection = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.