public static interface Connector.SubnetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Subnet name (relative, not fully qualified).
|
com.google.protobuf.ByteString |
getNameBytes()
Subnet name (relative, not fully qualified).
|
String |
getProjectId()
Project in which the subnet exists.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Project in which the subnet exists.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Subnet name (relative, not fully qualified).
E.g. if the full subnet selfLink is
https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName}
the correct input for this field would be {subnetName}
string name = 1;com.google.protobuf.ByteString getNameBytes()
Subnet name (relative, not fully qualified).
E.g. if the full subnet selfLink is
https://compute.googleapis.com/compute/v1/projects/{project}/regions/{region}/subnetworks/{subnetName}
the correct input for this field would be {subnetName}
string name = 1;String getProjectId()
Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.
string project_id = 2;com.google.protobuf.ByteString getProjectIdBytes()
Project in which the subnet exists. If not set, this project is assumed to be the project for which the connector create request was issued.
string project_id = 2;Copyright © 2022 Google LLC. All rights reserved.