public interface ExportIssueModelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportIssueModelRequest.DestinationCase |
getDestinationCase() |
ExportIssueModelRequest.GcsDestination |
getGcsDestination()
Google Cloud Storage URI to export the issue model to.
|
ExportIssueModelRequest.GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Google Cloud Storage URI to export the issue model to.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasGcsDestination()
Google Cloud Storage URI to export the issue model to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGcsDestination()
Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
ExportIssueModelRequest.GcsDestination getGcsDestination()
Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
ExportIssueModelRequest.GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Google Cloud Storage URI to export the issue model to.
.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;
String getName()
Required. The issue model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The issue model to export.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ExportIssueModelRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.