public interface ExportEngineConfigMetadataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEngineConfig()
public abstract 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 abstract 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 abstract 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. |
getStructuredMetadataDestinationOrBuilder()
public abstract 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 abstract 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. |