Class ExportEngineConfigMetadataRequest.Builder (0.24.0)

public static final class ExportEngineConfigMetadataRequest.Builder extends GeneratedMessage.Builder<ExportEngineConfigMetadataRequest.Builder> implements ExportEngineConfigMetadataRequestOrBuilder

Request for exporting EngineConfig metadata.

Protobuf type google.cloud.financialservices.v1.ExportEngineConfigMetadataRequest

Static Methods

getDescriptor()

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

Methods

build()

public ExportEngineConfigMetadataRequest build()
Returns
Type Description
ExportEngineConfigMetadataRequest

buildPartial()

public ExportEngineConfigMetadataRequest buildPartial()
Returns
Type Description
ExportEngineConfigMetadataRequest

clear()

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

clearEngineConfig()

public ExportEngineConfigMetadataRequest.Builder clearEngineConfig()

Required. The resource name of the EngineConfig.

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

Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

This builder for chaining.

clearStructuredMetadataDestination()

public ExportEngineConfigMetadataRequest.Builder clearStructuredMetadataDestination()

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

getDefaultInstanceForType()

public ExportEngineConfigMetadataRequest getDefaultInstanceForType()
Returns
Type Description
ExportEngineConfigMetadataRequest

getDescriptorForType()

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

getEngineConfig()

public String getEngineConfig()

Required. The resource name of the EngineConfig.

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

Returns
Type Description
String

The engineConfig.

getEngineConfigBytes()

public ByteString getEngineConfigBytes()

Required. The resource name of the EngineConfig.

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

Returns
Type Description
ByteString

The bytes for engineConfig.

getStructuredMetadataDestination()

public BigQueryDestination getStructuredMetadataDestination()

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination

The structuredMetadataDestination.

getStructuredMetadataDestinationBuilder()

public BigQueryDestination.Builder getStructuredMetadataDestinationBuilder()

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination.Builder

getStructuredMetadataDestinationOrBuilder()

public BigQueryDestinationOrBuilder getStructuredMetadataDestinationOrBuilder()

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestinationOrBuilder

hasStructuredMetadataDestination()

public boolean hasStructuredMetadataDestination()

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the structuredMetadataDestination field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExportEngineConfigMetadataRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeStructuredMetadataDestination(BigQueryDestination value)

public ExportEngineConfigMetadataRequest.Builder mergeStructuredMetadataDestination(BigQueryDestination value)

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryDestination
Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

setEngineConfig(String value)

public ExportEngineConfigMetadataRequest.Builder setEngineConfig(String value)

Required. The resource name of the EngineConfig.

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

Parameter
Name Description
value String

The engineConfig to set.

Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

This builder for chaining.

setEngineConfigBytes(ByteString value)

public ExportEngineConfigMetadataRequest.Builder setEngineConfigBytes(ByteString value)

Required. The resource name of the EngineConfig.

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

Parameter
Name Description
value ByteString

The bytes for engineConfig to set.

Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

This builder for chaining.

setStructuredMetadataDestination(BigQueryDestination value)

public ExportEngineConfigMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination value)

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value BigQueryDestination
Returns
Type Description
ExportEngineConfigMetadataRequest.Builder

setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)

public ExportEngineConfigMetadataRequest.Builder setStructuredMetadataDestination(BigQueryDestination.Builder builderForValue)

Required. BigQuery output where the metadata will be written.

.google.cloud.financialservices.v1.BigQueryDestination structured_metadata_destination = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue BigQueryDestination.Builder
Returns
Type Description
ExportEngineConfigMetadataRequest.Builder