public interface ImportEvaluationsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversationList()
public abstract ImportEvaluationsRequest.ConversationList getConversationList()The conversations to import the evaluations from.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ConversationList conversation_list = 2;
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsRequest.ConversationList |
The conversationList. |
getConversationListOrBuilder()
public abstract ImportEvaluationsRequest.ConversationListOrBuilder getConversationListOrBuilder()The conversations to import the evaluations from.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ConversationList conversation_list = 2;
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsRequest.ConversationListOrBuilder |
|
getCsvContent()
public abstract ByteString getCsvContent()Raw bytes representing the csv file with the evaluations structure.
bytes csv_content = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The csvContent. |
getGcsUri()
public abstract String getGcsUri() The Google Cloud Storage URI
from which to import evaluations. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The gcsUri. |
getGcsUriBytes()
public abstract ByteString getGcsUriBytes() The Google Cloud Storage URI
from which to import evaluations. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for gcsUri. |
getImportOptions()
public abstract ImportEvaluationsRequest.ImportOptions getImportOptions()Optional. Options governing the import process for the evaluations.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions import_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsRequest.ImportOptions |
The importOptions. |
getImportOptionsOrBuilder()
public abstract ImportEvaluationsRequest.ImportOptionsOrBuilder getImportOptionsOrBuilder()Optional. Options governing the import process for the evaluations.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions import_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsRequest.ImportOptionsOrBuilder |
|
getParent()
public abstract String getParent() Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSourceCase()
public abstract ImportEvaluationsRequest.SourceCase getSourceCase()| Returns | |
|---|---|
| Type | Description |
ImportEvaluationsRequest.SourceCase |
|
hasConversationList()
public abstract boolean hasConversationList()The conversations to import the evaluations from.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ConversationList conversation_list = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conversationList field is set. |
hasCsvContent()
public abstract boolean hasCsvContent()Raw bytes representing the csv file with the evaluations structure.
bytes csv_content = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the csvContent field is set. |
hasGcsUri()
public abstract boolean hasGcsUri() The Google Cloud Storage URI
from which to import evaluations. The format of this URI must be
gs://<bucket-name>/<object-name>.
string gcs_uri = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsUri field is set. |
hasImportOptions()
public abstract boolean hasImportOptions()Optional. Options governing the import process for the evaluations.
.google.cloud.ces.v1beta.ImportEvaluationsRequest.ImportOptions import_options = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the importOptions field is set. |