public final class UserEventImportSummary extends GeneratedMessage implements UserEventImportSummaryOrBuilderA summary of import result. The UserEventImportSummary summarizes the import status for user events.
Protobuf type google.cloud.recommendationengine.v1beta1.UserEventImportSummary
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UserEventImportSummaryImplements
UserEventImportSummaryOrBuilderStatic Fields
JOINED_EVENTS_COUNT_FIELD_NUMBER
public static final int JOINED_EVENTS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
UNJOINED_EVENTS_COUNT_FIELD_NUMBER
public static final int UNJOINED_EVENTS_COUNT_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static UserEventImportSummary getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static UserEventImportSummary.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary.Builder |
|
newBuilder(UserEventImportSummary prototype)
public static UserEventImportSummary.Builder newBuilder(UserEventImportSummary prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
UserEventImportSummary |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary.Builder |
|
parseDelimitedFrom(InputStream input)
public static UserEventImportSummary parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static UserEventImportSummary parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static UserEventImportSummary parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static UserEventImportSummary parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static UserEventImportSummary parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static UserEventImportSummary parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UserEventImportSummary parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<UserEventImportSummary> parser()| Returns | |
|---|---|
| Type | Description |
Parser<UserEventImportSummary> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public UserEventImportSummary getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary |
|
getJoinedEventsCount()
public long getJoinedEventsCount()Count of user events imported with complete existing catalog information.
int64 joined_events_count = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The joinedEventsCount. |
getParserForType()
public Parser<UserEventImportSummary> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<UserEventImportSummary> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getUnjoinedEventsCount()
public long getUnjoinedEventsCount()Count of user events imported, but with catalog information not found in the imported catalog.
int64 unjoined_events_count = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The unjoinedEventsCount. |
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 UserEventImportSummary.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected UserEventImportSummary.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary.Builder |
|
toBuilder()
public UserEventImportSummary.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
UserEventImportSummary.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|