Class DestinationDatasetReference (2.4.0)

public final class DestinationDatasetReference extends GeneratedMessageV3 implements DestinationDatasetReferenceOrBuilder

Contains the reference that identifies a destination bigquery dataset.

Protobuf type google.cloud.bigquery.dataexchange.v1beta1.DestinationDatasetReference

Static Fields

DATASET_ID_FIELD_NUMBER

public static final int DATASET_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static DestinationDatasetReference getDefaultInstance()
Returns
TypeDescription
DestinationDatasetReference

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static DestinationDatasetReference.Builder newBuilder()
Returns
TypeDescription
DestinationDatasetReference.Builder

newBuilder(DestinationDatasetReference prototype)

public static DestinationDatasetReference.Builder newBuilder(DestinationDatasetReference prototype)
Parameter
NameDescription
prototypeDestinationDatasetReference
Returns
TypeDescription
DestinationDatasetReference.Builder

parseDelimitedFrom(InputStream input)

public static DestinationDatasetReference parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static DestinationDatasetReference parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DestinationDatasetReference parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DestinationDatasetReference parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static DestinationDatasetReference parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static DestinationDatasetReference parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DestinationDatasetReference parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DestinationDatasetReference
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<DestinationDatasetReference> parser()
Returns
TypeDescription
Parser<DestinationDatasetReference>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

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
TypeDescription
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
TypeDescription
ByteString

The bytes for datasetId.

getDefaultInstanceForType()

public DestinationDatasetReference getDefaultInstanceForType()
Returns
TypeDescription
DestinationDatasetReference

getParserForType()

public Parser<DestinationDatasetReference> getParserForType()
Returns
TypeDescription
Parser<DestinationDatasetReference>
Overrides

getProjectId()

public String getProjectId()

Required. The ID of the project containing this dataset.

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public DestinationDatasetReference.Builder newBuilderForType()
Returns
TypeDescription
DestinationDatasetReference.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected DestinationDatasetReference.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
DestinationDatasetReference.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public DestinationDatasetReference.Builder toBuilder()
Returns
TypeDescription
DestinationDatasetReference.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException