- 2.46.0 (latest)
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.0.0
- 0.3.2
- 0.2.1
- 0.1.0
public static final class DestinationDataset.Builder extends GeneratedMessageV3.Builder<DestinationDataset.Builder> implements DestinationDatasetOrBuilder
Defines the destination bigquery dataset.
Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDataset
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DestinationDataset.BuilderImplements
DestinationDatasetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DestinationDataset.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DestinationDataset.Builder |
build()
public DestinationDataset build()
Type | Description |
DestinationDataset |
buildPartial()
public DestinationDataset buildPartial()
Type | Description |
DestinationDataset |
clear()
public DestinationDataset.Builder clear()
Type | Description |
DestinationDataset.Builder |
clearDatasetReference()
public DestinationDataset.Builder clearDatasetReference()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationDataset.Builder |
clearDescription()
public DestinationDataset.Builder clearDescription()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
DestinationDataset.Builder |
clearField(Descriptors.FieldDescriptor field)
public DestinationDataset.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
DestinationDataset.Builder |
clearFriendlyName()
public DestinationDataset.Builder clearFriendlyName()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
DestinationDataset.Builder |
clearLabels()
public DestinationDataset.Builder clearLabels()
Type | Description |
DestinationDataset.Builder |
clearLocation()
public DestinationDataset.Builder clearLocation()
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string location = 5 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationDataset.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public DestinationDataset.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
DestinationDataset.Builder |
clone()
public DestinationDataset.Builder clone()
Type | Description |
DestinationDataset.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
boolean |
getDatasetReference()
public DestinationDatasetReference getDatasetReference()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationDatasetReference | The datasetReference. |
getDatasetReferenceBuilder()
public DestinationDatasetReference.Builder getDatasetReferenceBuilder()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationDatasetReference.Builder |
getDatasetReferenceOrBuilder()
public DestinationDatasetReferenceOrBuilder getDatasetReferenceOrBuilder()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
DestinationDatasetReferenceOrBuilder |
getDefaultInstanceForType()
public DestinationDataset getDefaultInstanceForType()
Type | Description |
DestinationDataset |
getDescription()
public StringValue getDescription()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
StringValue | The description. |
getDescriptionBuilder()
public StringValue.Builder getDescriptionBuilder()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Builder |
getDescriptionOrBuilder()
public StringValueOrBuilder getDescriptionOrBuilder()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
StringValueOrBuilder |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getFriendlyName()
public StringValue getFriendlyName()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
StringValue | The friendlyName. |
getFriendlyNameBuilder()
public StringValue.Builder getFriendlyNameBuilder()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Builder |
getFriendlyNameOrBuilder()
public StringValueOrBuilder getFriendlyNameOrBuilder()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
StringValueOrBuilder |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
String |
getLocation()
public String getLocation()
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string location = 5 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
String | The location. |
getLocationBytes()
public ByteString getLocationBytes()
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string location = 5 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ByteString | The bytes for location. |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
hasDatasetReference()
public boolean hasDatasetReference()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the datasetReference field is set. |
hasDescription()
public boolean hasDescription()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the description field is set. |
hasFriendlyName()
public boolean hasFriendlyName()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the friendlyName field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeDatasetReference(DestinationDatasetReference value)
public DestinationDataset.Builder mergeDatasetReference(DestinationDatasetReference value)
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | DestinationDatasetReference |
Type | Description |
DestinationDataset.Builder |
mergeDescription(StringValue value)
public DestinationDataset.Builder mergeDescription(StringValue value)
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | StringValue |
Type | Description |
DestinationDataset.Builder |
mergeFriendlyName(StringValue value)
public DestinationDataset.Builder mergeFriendlyName(StringValue value)
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | StringValue |
Type | Description |
DestinationDataset.Builder |
mergeFrom(DestinationDataset other)
public DestinationDataset.Builder mergeFrom(DestinationDataset other)
Name | Description |
other | DestinationDataset |
Type | Description |
DestinationDataset.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DestinationDataset.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
DestinationDataset.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public DestinationDataset.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
DestinationDataset.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DestinationDataset.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DestinationDataset.Builder |
putAllLabels(Map<String,String> values)
public DestinationDataset.Builder putAllLabels(Map<String,String> values)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Map<String,String> |
Type | Description |
DestinationDataset.Builder |
putLabels(String key, String value)
public DestinationDataset.Builder putLabels(String key, String value)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
value | String |
Type | Description |
DestinationDataset.Builder |
removeLabels(String key)
public DestinationDataset.Builder removeLabels(String key)
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
map<string, string> labels = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
key | String |
Type | Description |
DestinationDataset.Builder |
setDatasetReference(DestinationDatasetReference value)
public DestinationDataset.Builder setDatasetReference(DestinationDatasetReference value)
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | DestinationDatasetReference |
Type | Description |
DestinationDataset.Builder |
setDatasetReference(DestinationDatasetReference.Builder builderForValue)
public DestinationDataset.Builder setDatasetReference(DestinationDatasetReference.Builder builderForValue)
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | DestinationDatasetReference.Builder |
Type | Description |
DestinationDataset.Builder |
setDescription(StringValue value)
public DestinationDataset.Builder setDescription(StringValue value)
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | StringValue |
Type | Description |
DestinationDataset.Builder |
setDescription(StringValue.Builder builderForValue)
public DestinationDataset.Builder setDescription(StringValue.Builder builderForValue)
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | Builder |
Type | Description |
DestinationDataset.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public DestinationDataset.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
DestinationDataset.Builder |
setFriendlyName(StringValue value)
public DestinationDataset.Builder setFriendlyName(StringValue value)
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | StringValue |
Type | Description |
DestinationDataset.Builder |
setFriendlyName(StringValue.Builder builderForValue)
public DestinationDataset.Builder setFriendlyName(StringValue.Builder builderForValue)
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | Builder |
Type | Description |
DestinationDataset.Builder |
setLocation(String value)
public DestinationDataset.Builder setLocation(String value)
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string location = 5 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The location to set. |
Type | Description |
DestinationDataset.Builder | This builder for chaining. |
setLocationBytes(ByteString value)
public DestinationDataset.Builder setLocationBytes(ByteString value)
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
string location = 5 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes for location to set. |
Type | Description |
DestinationDataset.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DestinationDataset.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
DestinationDataset.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DestinationDataset.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
DestinationDataset.Builder |