Interface ExportRegisteredPartiesRequestOrBuilder (0.22.0)

public interface ExportRegisteredPartiesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract BigQueryDestination getDataset()

Required. The location to output the RegisteredParties.

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

Returns
Type Description
BigQueryDestination

The dataset.

getDatasetOrBuilder()

public abstract BigQueryDestinationOrBuilder getDatasetOrBuilder()

Required. The location to output the RegisteredParties.

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

Returns
Type Description
BigQueryDestinationOrBuilder

getLineOfBusiness()

public abstract LineOfBusiness getLineOfBusiness()

Required. LineOfBusiness to get RegisteredParties from.

.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
LineOfBusiness

The lineOfBusiness.

getLineOfBusinessValue()

public abstract int getLineOfBusinessValue()

Required. LineOfBusiness to get RegisteredParties from.

.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for lineOfBusiness.

getName()

public abstract String getName()

Required. The full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}

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 full path to the Instance resource in this API. format: projects/{project}/locations/{location}/instances/{instance}

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

Returns
Type Description
ByteString

The bytes for name.

hasDataset()

public abstract boolean hasDataset()

Required. The location to output the RegisteredParties.

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

Returns
Type Description
boolean

Whether the dataset field is set.