public interface CreateConnectorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Connector |
getConnector()
Required.
|
String |
getConnectorId()
Required.
|
com.google.protobuf.ByteString |
getConnectorIdBytes()
Required.
|
ConnectorOrBuilder |
getConnectorOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasConnector()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The project and location in which the configuration should be created, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The project and location in which the configuration should be created, specified in the format `projects/*/locations/*`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getConnectorId()
Required. The ID to use for this connector.
string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getConnectorIdBytes()
Required. The ID to use for this connector.
string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasConnector()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
Connector getConnector()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectorOrBuilder getConnectorOrBuilder()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.