public static final class ExportInsightsDataRequest.BigQueryDestination extends GeneratedMessageV3 implements ExportInsightsDataRequest.BigQueryDestinationOrBuilder
A BigQuery Table Reference.
Protobuf type
google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination
Static Fields
public static final int DATASET_FIELD_NUMBER
Field Value
public static final int PROJECT_ID_FIELD_NUMBER
Field Value
public static final int TABLE_FIELD_NUMBER
Field Value
Static Methods
public static ExportInsightsDataRequest.BigQueryDestination getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ExportInsightsDataRequest.BigQueryDestination.Builder newBuilder()
Returns
public static ExportInsightsDataRequest.BigQueryDestination.Builder newBuilder(ExportInsightsDataRequest.BigQueryDestination prototype)
Parameter
Returns
public static ExportInsightsDataRequest.BigQueryDestination parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest.BigQueryDestination parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ExportInsightsDataRequest.BigQueryDestination> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
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.
|
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
public ExportInsightsDataRequest.BigQueryDestination getDefaultInstanceForType()
Returns
public Parser<ExportInsightsDataRequest.BigQueryDestination> getParserForType()
Returns
Overrides
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.
|
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
public int getSerializedSize()
Returns
Overrides
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.
|
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
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ExportInsightsDataRequest.BigQueryDestination.Builder newBuilderForType()
Returns
protected ExportInsightsDataRequest.BigQueryDestination.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ExportInsightsDataRequest.BigQueryDestination.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions