public interface ExportIssueModelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract ExportIssueModelRequest.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
ExportIssueModelRequest.DestinationCase |
|
getGcsDestination()
public abstract ExportIssueModelRequest.GcsDestination getGcsDestination()Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
| Returns | |
|---|---|
| Type | Description |
ExportIssueModelRequest.GcsDestination |
The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract ExportIssueModelRequest.GcsDestinationOrBuilder getGcsDestinationOrBuilder()Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
| Returns | |
|---|---|
| Type | Description |
ExportIssueModelRequest.GcsDestinationOrBuilder |
|
getName()
public abstract String getName()Required. The issue model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The issue model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasGcsDestination()
public abstract boolean hasGcsDestination()Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsDestination field is set. |