Send feedback
Class DestinationDataset (0.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.15.0 keyboard_arrow_down
public final class DestinationDataset extends GeneratedMessageV3 implements DestinationDatasetOrBuilder
Defines the destination bigquery dataset.
Protobuf type google.cloud.bigquery.analyticshub.v1.DestinationDataset
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
DATASET_REFERENCE_FIELD_NUMBER
public static final int DATASET_REFERENCE_FIELD_NUMBER
Field Value Type Description int
DESCRIPTION_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
Field Value Type Description int
FRIENDLY_NAME_FIELD_NUMBER
public static final int FRIENDLY_NAME_FIELD_NUMBER
Field Value Type Description int
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
Field Value Type Description int
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static DestinationDataset getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DestinationDataset . Builder newBuilder ()
newBuilder(DestinationDataset prototype)
public static DestinationDataset . Builder newBuilder ( DestinationDataset prototype )
public static DestinationDataset parseDelimitedFrom ( InputStream input )
public static DestinationDataset parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DestinationDataset parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DestinationDataset parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DestinationDataset parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DestinationDataset parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DestinationDataset parseFrom ( CodedInputStream input )
public static DestinationDataset parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DestinationDataset parseFrom ( InputStream input )
public static DestinationDataset parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DestinationDataset parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DestinationDataset parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DestinationDataset> parser ()
Methods
containsLabels(String key)
public boolean containsLabels ( String key )
Parameter Name Description key
String
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDatasetReference()
public DestinationDatasetReference getDatasetReference ()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.analyticshub.v1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
getDatasetReferenceOrBuilder()
public DestinationDatasetReferenceOrBuilder getDatasetReferenceOrBuilder ()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.analyticshub.v1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public DestinationDataset getDefaultInstanceForType ()
getDescription()
public StringValue getDescription ()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
getDescriptionOrBuilder()
public StringValueOrBuilder getDescriptionOrBuilder ()
Optional. A user-friendly description of the dataset.
.google.protobuf.StringValue description = 3 [(.google.api.field_behavior) = OPTIONAL];
getFriendlyName()
public StringValue getFriendlyName ()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
getFriendlyNameOrBuilder()
public StringValueOrBuilder getFriendlyNameOrBuilder ()
Optional. A descriptive name for the dataset.
.google.protobuf.StringValue friendly_name = 2 [(.google.api.field_behavior) = OPTIONAL];
getLabels()
public Map<String , String > getLabels ()
getLabelsCount()
public int getLabelsCount ()
Returns Type Description int
getLabelsMap()
public Map<String , String > getLabelsMap ()
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault ( String key , String defaultValue )
getLabelsOrThrow(String key)
public String getLabelsOrThrow ( String key )
Parameter Name Description key
String
getLocation()
public String getLocation ()
Returns Type Description String
The location.
getLocationBytes()
public ByteString getLocationBytes ()
Returns Type Description ByteString
The bytes for location.
getParserForType()
public Parser<DestinationDataset> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasDatasetReference()
public boolean hasDatasetReference ()
Required. A reference that identifies the destination dataset.
.google.cloud.bigquery.analyticshub.v1.DestinationDatasetReference dataset_reference = 1 [(.google.api.field_behavior) = REQUIRED];
Returns 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];
Returns 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];
Returns Type Description boolean
Whether the friendlyName field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
internalGetMapField(int number)
protected MapField internalGetMapField ( int number )
Parameter Name Description number
int
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DestinationDataset . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DestinationDataset . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public DestinationDataset . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]