Send feedback
Class ImportRegisteredPartiesResponse (0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class ImportRegisteredPartiesResponse extends GeneratedMessageV3 implements ImportRegisteredPartiesResponseOrBuilder
Response for adding/removing registered parties from BigQuery tables.
Protobuf type google.cloud.financialservices.v1.ImportRegisteredPartiesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
PARTIES_ADDED_FIELD_NUMBER
public static final int PARTIES_ADDED_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_DOWNTIERED_FIELD_NUMBER
public static final int PARTIES_DOWNTIERED_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_FAILED_TO_DOWNTIER_FIELD_NUMBER
public static final int PARTIES_FAILED_TO_DOWNTIER_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_FAILED_TO_REMOVE_FIELD_NUMBER
public static final int PARTIES_FAILED_TO_REMOVE_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_REMOVED_FIELD_NUMBER
public static final int PARTIES_REMOVED_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_TOTAL_FIELD_NUMBER
public static final int PARTIES_TOTAL_FIELD_NUMBER
Field Value
Type
Description
int
PARTIES_UPTIERED_FIELD_NUMBER
public static final int PARTIES_UPTIERED_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ImportRegisteredPartiesResponse getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ImportRegisteredPartiesResponse . Builder newBuilder ()
newBuilder(ImportRegisteredPartiesResponse prototype)
public static ImportRegisteredPartiesResponse . Builder newBuilder ( ImportRegisteredPartiesResponse prototype )
public static ImportRegisteredPartiesResponse parseDelimitedFrom ( InputStream input )
public static ImportRegisteredPartiesResponse parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ImportRegisteredPartiesResponse parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportRegisteredPartiesResponse parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ImportRegisteredPartiesResponse parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportRegisteredPartiesResponse parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ImportRegisteredPartiesResponse parseFrom ( CodedInputStream input )
public static ImportRegisteredPartiesResponse parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ImportRegisteredPartiesResponse parseFrom ( InputStream input )
public static ImportRegisteredPartiesResponse parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ImportRegisteredPartiesResponse parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportRegisteredPartiesResponse parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ImportRegisteredPartiesResponse> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ImportRegisteredPartiesResponse getDefaultInstanceForType ()
getParserForType()
public Parser<ImportRegisteredPartiesResponse> getParserForType ()
Overrides
getPartiesAdded()
public long getPartiesAdded ()
Number of parties added by this operation.
int64 parties_added = 1;
Returns
Type
Description
long
The partiesAdded.
getPartiesDowntiered()
public long getPartiesDowntiered ()
Total number of parties that are downtiered in this instance
int64 parties_downtiered = 6;
Returns
Type
Description
long
The partiesDowntiered.
getPartiesFailedToDowntier()
public long getPartiesFailedToDowntier ()
Number of parties that failed to be downtiered
int64 parties_failed_to_downtier = 7;
Returns
Type
Description
long
The partiesFailedToDowntier.
getPartiesFailedToRemove()
public long getPartiesFailedToRemove ()
Number of parties that failed to be removed by this operation.
int64 parties_failed_to_remove = 4;
Returns
Type
Description
long
The partiesFailedToRemove.
getPartiesRemoved()
public long getPartiesRemoved ()
Number of parties removed by this operation.
int64 parties_removed = 2;
Returns
Type
Description
long
The partiesRemoved.
getPartiesTotal()
public long getPartiesTotal ()
Total number of parties that are registered in this instance, after the
update operation was completed.
int64 parties_total = 3;
Returns
Type
Description
long
The partiesTotal.
getPartiesUptiered()
public long getPartiesUptiered ()
int64 parties_uptiered = 5;
Returns
Type
Description
long
The partiesUptiered.
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ImportRegisteredPartiesResponse . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportRegisteredPartiesResponse . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ImportRegisteredPartiesResponse . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-18 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-18 UTC."],[],[]]