public final class ReconcileTagsResponse extends GeneratedMessage implements ReconcileTagsResponseOrBuilderLong-running operation response message returned by ReconcileTags.
Protobuf type google.cloud.datacatalog.v1.ReconcileTagsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ReconcileTagsResponseImplements
ReconcileTagsResponseOrBuilderStatic Fields
CREATED_TAGS_COUNT_FIELD_NUMBER
public static final int CREATED_TAGS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
DELETED_TAGS_COUNT_FIELD_NUMBER
public static final int DELETED_TAGS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UPDATED_TAGS_COUNT_FIELD_NUMBER
public static final int UPDATED_TAGS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ReconcileTagsResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ReconcileTagsResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse.Builder |
|
newBuilder(ReconcileTagsResponse prototype)
public static ReconcileTagsResponse.Builder newBuilder(ReconcileTagsResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ReconcileTagsResponse |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ReconcileTagsResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ReconcileTagsResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ReconcileTagsResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ReconcileTagsResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ReconcileTagsResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ReconcileTagsResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReconcileTagsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ReconcileTagsResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ReconcileTagsResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreatedTagsCount()
public long getCreatedTagsCount()Number of tags created in the request.
int64 created_tags_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The createdTagsCount. |
getDefaultInstanceForType()
public ReconcileTagsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse |
|
getDeletedTagsCount()
public long getDeletedTagsCount()Number of tags deleted in the request.
int64 deleted_tags_count = 3;
| Returns | |
|---|---|
| Type | Description |
long |
The deletedTagsCount. |
getParserForType()
public Parser<ReconcileTagsResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ReconcileTagsResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUpdatedTagsCount()
public long getUpdatedTagsCount()Number of tags updated in the request.
int64 updated_tags_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The updatedTagsCount. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ReconcileTagsResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReconcileTagsResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse.Builder |
|
toBuilder()
public ReconcileTagsResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ReconcileTagsResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|