public final class ExportInsightsDataRequest extends GeneratedMessageV3 implements ExportInsightsDataRequestOrBuilder
The request to export insights.
Protobuf type google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BIG_QUERY_DESTINATION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int FILTER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int KMS_KEY_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int WRITE_DISPOSITION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static ExportInsightsDataRequest getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static ExportInsightsDataRequest.Builder newBuilder()
public static ExportInsightsDataRequest.Builder newBuilder(ExportInsightsDataRequest prototype)
public static ExportInsightsDataRequest parseDelimitedFrom(InputStream input)
public static ExportInsightsDataRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportInsightsDataRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static ExportInsightsDataRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ExportInsightsDataRequest parseFrom(ByteString data)
public static ExportInsightsDataRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ExportInsightsDataRequest parseFrom(CodedInputStream input)
public static ExportInsightsDataRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportInsightsDataRequest parseFrom(InputStream input)
public static ExportInsightsDataRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ExportInsightsDataRequest parseFrom(ByteBuffer data)
public static ExportInsightsDataRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<ExportInsightsDataRequest> parser()
Methods
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public ExportInsightsDataRequest.BigQueryDestination getBigQueryDestination()
Specified if sink is a BigQuery table.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination big_query_destination = 2;
public ExportInsightsDataRequest.BigQueryDestinationOrBuilder getBigQueryDestinationOrBuilder()
Specified if sink is a BigQuery table.
.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest.BigQueryDestination big_query_destination = 2;
public ExportInsightsDataRequest getDefaultInstanceForType()
public ExportInsightsDataRequest.DestinationCase getDestinationCase()
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 |
---|
Type | Description |
ByteString | The bytes for filter.
|
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 |
---|
Type | Description |
ByteString | The bytes for kmsKey.
|
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 |
---|
Type | Description |
ByteString | The bytes for parent.
|
public Parser<ExportInsightsDataRequest> getParserForType()
Overrides
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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;
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 |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ExportInsightsDataRequest.Builder newBuilderForType()
protected ExportInsightsDataRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public ExportInsightsDataRequest.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides