public static final class IdentityMappingEntryOperationMetadata.Builder extends GeneratedMessage.Builder<IdentityMappingEntryOperationMetadata.Builder> implements IdentityMappingEntryOperationMetadataOrBuilderIdentityMappingEntry LongRunningOperation metadata for IdentityMappingStoreService.ImportIdentityMappings and IdentityMappingStoreService.PurgeIdentityMappings
Protobuf type google.cloud.discoveryengine.v1.IdentityMappingEntryOperationMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > IdentityMappingEntryOperationMetadata.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public IdentityMappingEntryOperationMetadata build()| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata |
|
buildPartial()
public IdentityMappingEntryOperationMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata |
|
clear()
public IdentityMappingEntryOperationMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
|
clearFailureCount()
public IdentityMappingEntryOperationMetadata.Builder clearFailureCount()The number of IdentityMappingEntries that failed to be processed.
int64 failure_count = 2;
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |
clearSuccessCount()
public IdentityMappingEntryOperationMetadata.Builder clearSuccessCount()The number of IdentityMappingEntries that were successfully processed.
int64 success_count = 1;
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |
clearTotalCount()
public IdentityMappingEntryOperationMetadata.Builder clearTotalCount()The total number of IdentityMappingEntries that were processed.
int64 total_count = 3;
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public IdentityMappingEntryOperationMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getFailureCount()
public long getFailureCount()The number of IdentityMappingEntries that failed to be processed.
int64 failure_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The failureCount. |
getSuccessCount()
public long getSuccessCount()The number of IdentityMappingEntries that were successfully processed.
int64 success_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The successCount. |
getTotalCount()
public long getTotalCount()The total number of IdentityMappingEntries that were processed.
int64 total_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The totalCount. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(IdentityMappingEntryOperationMetadata other)
public IdentityMappingEntryOperationMetadata.Builder mergeFrom(IdentityMappingEntryOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
IdentityMappingEntryOperationMetadata |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public IdentityMappingEntryOperationMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public IdentityMappingEntryOperationMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
|
setFailureCount(long value)
public IdentityMappingEntryOperationMetadata.Builder setFailureCount(long value)The number of IdentityMappingEntries that failed to be processed.
int64 failure_count = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe failureCount to set. |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |
setSuccessCount(long value)
public IdentityMappingEntryOperationMetadata.Builder setSuccessCount(long value)The number of IdentityMappingEntries that were successfully processed.
int64 success_count = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe successCount to set. |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |
setTotalCount(long value)
public IdentityMappingEntryOperationMetadata.Builder setTotalCount(long value)The total number of IdentityMappingEntries that were processed.
int64 total_count = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe totalCount to set. |
| Returns | |
|---|---|
| Type | Description |
IdentityMappingEntryOperationMetadata.Builder |
This builder for chaining. |