public final class ExportInsightsDataRequest extends GeneratedMessageV3 implements ExportInsightsDataRequestOrBuilder
The request to export insights.
Protobuf type google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest
Static Fields
public static final int BIG_QUERY_DESTINATION_FIELD_NUMBER
Field Value
public static final int FILTER_FIELD_NUMBER
Field Value
public static final int KMS_KEY_FIELD_NUMBER
Field Value
public static final int PARENT_FIELD_NUMBER
Field Value
public static final int WRITE_DISPOSITION_FIELD_NUMBER
Field Value
Static Methods
public static ExportInsightsDataRequest getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static ExportInsightsDataRequest.Builder newBuilder()
Returns
public static ExportInsightsDataRequest.Builder newBuilder(ExportInsightsDataRequest prototype)
Parameter
Returns
public static ExportInsightsDataRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static ExportInsightsDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<ExportInsightsDataRequest> parser()
Returns
Methods
public boolean equals(Object obj)
Parameter
Returns
Overrides
public ExportInsightsDataRequest.BigQueryDestination getBigQueryDestination()
Specified if sink is a BigQuery table.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination big_query_destination = 2;
Returns
public ExportInsightsDataRequest.BigQueryDestinationOrBuilder getBigQueryDestinationOrBuilder()
Specified if sink is a BigQuery table.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination big_query_destination = 2;
Returns
public ExportInsightsDataRequest getDefaultInstanceForType()
Returns
public ExportInsightsDataRequest.DestinationCase getDestinationCase()
Returns
public String getFilter()
A filter to reduce results to a specific subset. Useful for exporting
conversations with specific properties.
string filter = 3;
Returns
Type | Description |
String | The filter.
|
public ByteString getFilterBytes()
A filter to reduce results to a specific subset. Useful for exporting
conversations with specific properties.
string filter = 3;
Returns
public String getKmsKey()
A fully qualified KMS key name for BigQuery tables protected by CMEK.
Format:
projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
string kms_key = 4;
Returns
Type | Description |
String | The kmsKey.
|
public ByteString getKmsKeyBytes()
A fully qualified KMS key name for BigQuery tables protected by CMEK.
Format:
projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}
string kms_key = 4;
Returns
public String getParent()
Required. The parent resource to export data from.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
public ByteString getParentBytes()
Required. The parent resource to export data from.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
public Parser<ExportInsightsDataRequest> getParserForType()
Returns
Overrides
public int getSerializedSize()
Returns
Overrides
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public ExportInsightsDataRequest.WriteDisposition getWriteDisposition()
Options for what to do if the destination table already exists.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition write_disposition = 5;
Returns
public int getWriteDispositionValue()
Options for what to do if the destination table already exists.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.WriteDisposition write_disposition = 5;
Returns
Type | Description |
int | The enum numeric value on the wire for writeDisposition.
|
public boolean hasBigQueryDestination()
Specified if sink is a BigQuery table.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination big_query_destination = 2;
Returns
Type | Description |
boolean | Whether the bigQueryDestination field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ExportInsightsDataRequest.Builder newBuilderForType()
Returns
protected ExportInsightsDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public ExportInsightsDataRequest.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions