public static final class DestinationDatasetReference.Builder extends GeneratedMessage.Builder<DestinationDatasetReference.Builder> implements DestinationDatasetReferenceOrBuilderProtobuf type google.cloud.bigquery.analyticshub.v1.DestinationDatasetReference
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DestinationDatasetReference.BuilderImplements
DestinationDatasetReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DestinationDatasetReference build()| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference |
|
buildPartial()
public DestinationDatasetReference buildPartial()| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference |
|
clear()
public DestinationDatasetReference.Builder clear()| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
|
clearDatasetId()
public DestinationDatasetReference.Builder clearDatasetId()Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |
clearProjectId()
public DestinationDatasetReference.Builder clearProjectId()Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |
getDatasetId()
public String getDatasetId()Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public ByteString getDatasetIdBytes()Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getDefaultInstanceForType()
public DestinationDatasetReference getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProjectId()
public String getProjectId()Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DestinationDatasetReference other)
public DestinationDatasetReference.Builder mergeFrom(DestinationDatasetReference other)| Parameter | |
|---|---|
| Name | Description |
other |
DestinationDatasetReference |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DestinationDatasetReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DestinationDatasetReference.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
|
setDatasetId(String value)
public DestinationDatasetReference.Builder setDatasetId(String value)Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |
setDatasetIdBytes(ByteString value)
public DestinationDatasetReference.Builder setDatasetIdBytes(ByteString value)Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |
setProjectId(String value)
public DestinationDatasetReference.Builder setProjectId(String value)Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public DestinationDatasetReference.Builder setProjectIdBytes(ByteString value)Required. The ID of the project containing this dataset.
string project_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
DestinationDatasetReference.Builder |
This builder for chaining. |