Package com.google.cloud.vpcaccess.v1
Interface CreateConnectorRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateConnectorRequest
,CreateConnectorRequest.Builder
public interface CreateConnectorRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String 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) = { ... }
- Returns:
- The parent.
-
getParentBytes
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) = { ... }
- Returns:
- The bytes for parent.
-
getConnectorId
String getConnectorId()
Required. The ID to use for this connector.
string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The connectorId.
-
getConnectorIdBytes
com.google.protobuf.ByteString getConnectorIdBytes()
Required. The ID to use for this connector.
string connector_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for connectorId.
-
hasConnector
boolean hasConnector()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the connector field is set.
-
getConnector
Connector getConnector()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The connector.
-
getConnectorOrBuilder
ConnectorOrBuilder getConnectorOrBuilder()
Required. Resource to create.
.google.cloud.vpcaccess.v1.Connector connector = 3 [(.google.api.field_behavior) = REQUIRED];
-
-