public static final class ExportRegisteredPartiesRequest.Builder extends GeneratedMessage.Builder<ExportRegisteredPartiesRequest.Builder> implements ExportRegisteredPartiesRequestOrBuilderRequest to export a list of currently registered parties.
Protobuf type google.cloud.financialservices.v1.ExportRegisteredPartiesRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ExportRegisteredPartiesRequest.BuilderImplements
ExportRegisteredPartiesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ExportRegisteredPartiesRequest build()| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest |
|
buildPartial()
public ExportRegisteredPartiesRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest |
|
clear()
public ExportRegisteredPartiesRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
clearDataset()
public ExportRegisteredPartiesRequest.Builder clearDataset()Required. The location to output the RegisteredParties.
.google.cloud.financialservices.v1.BigQueryDestination dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
clearLineOfBusiness()
public ExportRegisteredPartiesRequest.Builder clearLineOfBusiness()Required. LineOfBusiness to get RegisteredParties from.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |
clearName()
public ExportRegisteredPartiesRequest.Builder clearName() 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 |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |
getDataset()
public 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. |
getDatasetBuilder()
public BigQueryDestination.Builder getDatasetBuilder()Required. The location to output the RegisteredParties.
.google.cloud.financialservices.v1.BigQueryDestination dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryDestination.Builder |
|
getDatasetOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public ExportRegisteredPartiesRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLineOfBusiness()
public 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 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 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDataset(BigQueryDestination value)
public ExportRegisteredPartiesRequest.Builder mergeDataset(BigQueryDestination value)Required. The location to output the RegisteredParties.
.google.cloud.financialservices.v1.BigQueryDestination dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
mergeFrom(ExportRegisteredPartiesRequest other)
public ExportRegisteredPartiesRequest.Builder mergeFrom(ExportRegisteredPartiesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ExportRegisteredPartiesRequest |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExportRegisteredPartiesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ExportRegisteredPartiesRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
setDataset(BigQueryDestination value)
public ExportRegisteredPartiesRequest.Builder setDataset(BigQueryDestination value)Required. The location to output the RegisteredParties.
.google.cloud.financialservices.v1.BigQueryDestination dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
BigQueryDestination |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
setDataset(BigQueryDestination.Builder builderForValue)
public ExportRegisteredPartiesRequest.Builder setDataset(BigQueryDestination.Builder builderForValue)Required. The location to output the RegisteredParties.
.google.cloud.financialservices.v1.BigQueryDestination dataset = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
BigQueryDestination.Builder |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
|
setLineOfBusiness(LineOfBusiness value)
public ExportRegisteredPartiesRequest.Builder setLineOfBusiness(LineOfBusiness value)Required. LineOfBusiness to get RegisteredParties from.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
LineOfBusinessThe lineOfBusiness to set. |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |
setLineOfBusinessValue(int value)
public ExportRegisteredPartiesRequest.Builder setLineOfBusinessValue(int value)Required. LineOfBusiness to get RegisteredParties from.
.google.cloud.financialservices.v1.LineOfBusiness line_of_business = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for lineOfBusiness to set. |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |
setName(String value)
public ExportRegisteredPartiesRequest.Builder setName(String value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public ExportRegisteredPartiesRequest.Builder setNameBytes(ByteString value) 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
ExportRegisteredPartiesRequest.Builder |
This builder for chaining. |