public static final class CreateZoneRequest.Builder extends GeneratedMessage.Builder<CreateZoneRequest.Builder> implements CreateZoneRequestOrBuilderCreate zone request.
Protobuf type google.cloud.dataplex.v1.CreateZoneRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > CreateZoneRequest.BuilderImplements
CreateZoneRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public CreateZoneRequest build()| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest |
|
buildPartial()
public CreateZoneRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest |
|
clear()
public CreateZoneRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
clearParent()
public CreateZoneRequest.Builder clearParent() Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
clearValidateOnly()
public CreateZoneRequest.Builder clearValidateOnly()Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
clearZone()
public CreateZoneRequest.Builder clearZone()Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
clearZoneId()
public CreateZoneRequest.Builder clearZoneId()Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique across all lakes from all locations in a project.
- Must not be one of the reserved IDs (i.e. "default", "global-temp")
string zone_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public CreateZoneRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent() Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes() Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getValidateOnly()
public boolean getValidateOnly()Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |
getZone()
public Zone getZone()Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Zone |
The zone. |
getZoneBuilder()
public Zone.Builder getZoneBuilder()Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Zone.Builder |
|
getZoneId()
public String getZoneId()Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique across all lakes from all locations in a project.
- Must not be one of the reserved IDs (i.e. "default", "global-temp")
string zone_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The zoneId. |
getZoneIdBytes()
public ByteString getZoneIdBytes()Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique across all lakes from all locations in a project.
- Must not be one of the reserved IDs (i.e. "default", "global-temp")
string zone_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for zoneId. |
getZoneOrBuilder()
public ZoneOrBuilder getZoneOrBuilder()Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ZoneOrBuilder |
|
hasZone()
public boolean hasZone()Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the zone field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CreateZoneRequest other)
public CreateZoneRequest.Builder mergeFrom(CreateZoneRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateZoneRequest |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CreateZoneRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public CreateZoneRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
mergeZone(Zone value)
public CreateZoneRequest.Builder mergeZone(Zone value)Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Zone |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
setParent(String value)
public CreateZoneRequest.Builder setParent(String value) Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public CreateZoneRequest.Builder setParentBytes(ByteString value) Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
setValidateOnly(boolean value)
public CreateZoneRequest.Builder setValidateOnly(boolean value)Optional. Only validate the request, but do not perform mutations. The default is false.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe validateOnly to set. |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
setZone(Zone value)
public CreateZoneRequest.Builder setZone(Zone value)Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Zone |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
setZone(Zone.Builder builderForValue)
public CreateZoneRequest.Builder setZone(Zone.Builder builderForValue)Required. Zone resource.
.google.cloud.dataplex.v1.Zone zone = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Zone.Builder |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
|
setZoneId(String value)
public CreateZoneRequest.Builder setZoneId(String value)Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique across all lakes from all locations in a project.
- Must not be one of the reserved IDs (i.e. "default", "global-temp")
string zone_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe zoneId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |
setZoneIdBytes(ByteString value)
public CreateZoneRequest.Builder setZoneIdBytes(ByteString value)Required. Zone identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must end with a number or a letter.
- Must be between 1-63 characters.
- Must be unique across all lakes from all locations in a project.
- Must not be one of the reserved IDs (i.e. "default", "global-temp")
string zone_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for zoneId to set. |
| Returns | |
|---|---|
| Type | Description |
CreateZoneRequest.Builder |
This builder for chaining. |