public interface ImportRegisteredPartiesRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLineOfBusiness()
public abstract LineOfBusiness getLineOfBusiness()Required. LineOfBusiness for the specified registered parties.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
LineOfBusiness |
The lineOfBusiness. |
getLineOfBusinessValue()
public abstract int getLineOfBusinessValue()Required. LineOfBusiness for the specified registered parties.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 5 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for lineOfBusiness. |
getMode()
public abstract ImportRegisteredPartiesRequest.UpdateMode getMode()Required. Mode of the request.
.google.cloud.financialservices.v1.ImportRegisteredPartiesRequest.UpdateMode mode = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ImportRegisteredPartiesRequest.UpdateMode |
The mode. |
getModeValue()
public abstract int getModeValue()Required. Mode of the request.
.google.cloud.financialservices.v1.ImportRegisteredPartiesRequest.UpdateMode mode = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for mode. |
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. |
getPartyTables(int index)
public abstract String getPartyTables(int index) Optional. List of BigQuery tables. Union of tables will be taken if there
is more than one table. VPC-SC restrictions apply. format:
bq://{project}.{bqDatasetID}.{bqTableID} Use of datasets is preferred
over the latter due to its simplicity and the reduced risk of errors
party_tables and datasets must not be provided at the
same time
repeated string party_tables = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The partyTables at the given index. |
getPartyTablesBytes(int index)
public abstract ByteString getPartyTablesBytes(int index) Optional. List of BigQuery tables. Union of tables will be taken if there
is more than one table. VPC-SC restrictions apply. format:
bq://{project}.{bqDatasetID}.{bqTableID} Use of datasets is preferred
over the latter due to its simplicity and the reduced risk of errors
party_tables and datasets must not be provided at the
same time
repeated string party_tables = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the partyTables at the given index. |
getPartyTablesCount()
public abstract int getPartyTablesCount() Optional. List of BigQuery tables. Union of tables will be taken if there
is more than one table. VPC-SC restrictions apply. format:
bq://{project}.{bqDatasetID}.{bqTableID} Use of datasets is preferred
over the latter due to its simplicity and the reduced risk of errors
party_tables and datasets must not be provided at the
same time
repeated string party_tables = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count of partyTables. |
getPartyTablesList()
public abstract List<String> getPartyTablesList() Optional. List of BigQuery tables. Union of tables will be taken if there
is more than one table. VPC-SC restrictions apply. format:
bq://{project}.{bqDatasetID}.{bqTableID} Use of datasets is preferred
over the latter due to its simplicity and the reduced risk of errors
party_tables and datasets must not be provided at the
same time
repeated string party_tables = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the partyTables. |
getValidateOnly()
public abstract boolean getValidateOnly()Optional. If the request will not register the parties, just determine what would happen.
bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The validateOnly. |