Class ExportIssueModelRequest.Builder (2.83.0)

public static final class ExportIssueModelRequest.Builder extends GeneratedMessage.Builder<ExportIssueModelRequest.Builder> implements ExportIssueModelRequestOrBuilder

Request to export an issue model.

Protobuf type google.cloud.contactcenterinsights.v1.ExportIssueModelRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ExportIssueModelRequest build()
Returns
Type Description
ExportIssueModelRequest

buildPartial()

public ExportIssueModelRequest buildPartial()
Returns
Type Description
ExportIssueModelRequest

clear()

public ExportIssueModelRequest.Builder clear()
Returns
Type Description
ExportIssueModelRequest.Builder
Overrides

clearDestination()

public ExportIssueModelRequest.Builder clearDestination()
Returns
Type Description
ExportIssueModelRequest.Builder

clearGcsDestination()

public ExportIssueModelRequest.Builder clearGcsDestination()

Google Cloud Storage URI to export the issue model to.

.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;

Returns
Type Description
ExportIssueModelRequest.Builder

clearName()

public ExportIssueModelRequest.Builder clearName()

Required. The issue model to export.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ExportIssueModelRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ExportIssueModelRequest getDefaultInstanceForType()
Returns
Type Description
ExportIssueModelRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDestinationCase()

public ExportIssueModelRequest.DestinationCase getDestinationCase()
Returns
Type Description
ExportIssueModelRequest.DestinationCase

getGcsDestination()

public 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.

getGcsDestinationBuilder()

public ExportIssueModelRequest.GcsDestination.Builder getGcsDestinationBuilder()

Google Cloud Storage URI to export the issue model to.

.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;

Returns
Type Description
ExportIssueModelRequest.GcsDestination.Builder

getGcsDestinationOrBuilder()

public 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportIssueModelRequest other)

public ExportIssueModelRequest.Builder mergeFrom(ExportIssueModelRequest other)
Parameter
Name Description
other ExportIssueModelRequest
Returns
Type Description
ExportIssueModelRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExportIssueModelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExportIssueModelRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExportIssueModelRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExportIssueModelRequest.Builder
Overrides

mergeGcsDestination(ExportIssueModelRequest.GcsDestination value)

public ExportIssueModelRequest.Builder mergeGcsDestination(ExportIssueModelRequest.GcsDestination value)

Google Cloud Storage URI to export the issue model to.

.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;

Parameter
Name Description
value ExportIssueModelRequest.GcsDestination
Returns
Type Description
ExportIssueModelRequest.Builder

setGcsDestination(ExportIssueModelRequest.GcsDestination value)

public ExportIssueModelRequest.Builder setGcsDestination(ExportIssueModelRequest.GcsDestination value)

Google Cloud Storage URI to export the issue model to.

.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;

Parameter
Name Description
value ExportIssueModelRequest.GcsDestination
Returns
Type Description
ExportIssueModelRequest.Builder

setGcsDestination(ExportIssueModelRequest.GcsDestination.Builder builderForValue)

public ExportIssueModelRequest.Builder setGcsDestination(ExportIssueModelRequest.GcsDestination.Builder builderForValue)

Google Cloud Storage URI to export the issue model to.

.google.cloud.contactcenterinsights.v1.ExportIssueModelRequest.GcsDestination gcs_destination = 2;

Parameter
Name Description
builderForValue ExportIssueModelRequest.GcsDestination.Builder
Returns
Type Description
ExportIssueModelRequest.Builder

setName(String value)

public ExportIssueModelRequest.Builder setName(String value)

Required. The issue model to export.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ExportIssueModelRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ExportIssueModelRequest.Builder setNameBytes(ByteString value)

Required. The issue model to export.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ExportIssueModelRequest.Builder

This builder for chaining.