Class ExportInsightsDataRequest.BigQueryDestination (2.44.0)

public static final class ExportInsightsDataRequest.BigQueryDestination extends GeneratedMessageV3 implements ExportInsightsDataRequest.BigQueryDestinationOrBuilder

A BigQuery Table Reference.

Protobuf type google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ExportInsightsDataRequest.BigQueryDestination

Static Fields

DATASET_FIELD_NUMBER

public static final int DATASET_FIELD_NUMBER
Field Value
Type Description
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
Type Description
int

TABLE_FIELD_NUMBER

public static final int TABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ExportInsightsDataRequest.BigQueryDestination getDefaultInstance()
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ExportInsightsDataRequest.BigQueryDestination.Builder newBuilder()
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination.Builder

newBuilder(ExportInsightsDataRequest.BigQueryDestination prototype)

public static ExportInsightsDataRequest.BigQueryDestination.Builder newBuilder(ExportInsightsDataRequest.BigQueryDestination prototype)
Parameter
Name Description
prototype ExportInsightsDataRequest.BigQueryDestination
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination.Builder

parseDelimitedFrom(InputStream input)

public static ExportInsightsDataRequest.BigQueryDestination parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ExportInsightsDataRequest.BigQueryDestination> parser()
Returns
Type Description
Parser<BigQueryDestination>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataset()

public String getDataset()

Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataset.

getDatasetBytes()

public ByteString getDatasetBytes()

Required. The name of the BigQuery dataset that the snapshot result should be exported to. If this dataset does not exist, the export call returns an INVALID_ARGUMENT error.

string dataset = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataset.

getDefaultInstanceForType()

public ExportInsightsDataRequest.BigQueryDestination getDefaultInstanceForType()
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination

getParserForType()

public Parser<ExportInsightsDataRequest.BigQueryDestination> getParserForType()
Returns
Type Description
Parser<BigQueryDestination>
Overrides

getProjectId()

public String getProjectId()

A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.

string project_id = 3;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

A project ID or number. If specified, then export will attempt to write data to this project instead of the resource project. Otherwise, the resource project will be used.

string project_id = 3;

Returns
Type Description
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTable()

public String getTable()

The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.

string table = 2;

Returns
Type Description
String

The table.

getTableBytes()

public ByteString getTableBytes()

The BigQuery table name to which the insights data should be written. If this table does not exist, the export call returns an INVALID_ARGUMENT error.

string table = 2;

Returns
Type Description
ByteString

The bytes for table.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ExportInsightsDataRequest.BigQueryDestination.Builder newBuilderForType()
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ExportInsightsDataRequest.BigQueryDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ExportInsightsDataRequest.BigQueryDestination.Builder toBuilder()
Returns
Type Description
ExportInsightsDataRequest.BigQueryDestination.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException