public interface VpcConnectorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a VPC connector.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a VPC connector.
|
String |
getLocation()
Location in which the VPC connector is deployed.
|
com.google.protobuf.ByteString |
getLocationBytes()
Location in which the VPC connector is deployed.
|
String |
getUri()
URI of a VPC connector.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a VPC connector.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a VPC connector.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a VPC connector.
string display_name = 1;String getUri()
URI of a VPC connector.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a VPC connector.
string uri = 2;String getLocation()
Location in which the VPC connector is deployed.
string location = 3;com.google.protobuf.ByteString getLocationBytes()
Location in which the VPC connector is deployed.
string location = 3;Copyright © 2022 Google LLC. All rights reserved.