Class RejoinUserEventsResponse (2.43.0)

public final class RejoinUserEventsResponse extends GeneratedMessageV3 implements RejoinUserEventsResponseOrBuilder

Response message for RejoinUserEvents method.

Protobuf type google.cloud.retail.v2beta.RejoinUserEventsResponse

Static Fields

REJOINED_USER_EVENTS_COUNT_FIELD_NUMBER

public static final int REJOINED_USER_EVENTS_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RejoinUserEventsResponse getDefaultInstance()
Returns
TypeDescription
RejoinUserEventsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RejoinUserEventsResponse.Builder newBuilder()
Returns
TypeDescription
RejoinUserEventsResponse.Builder

newBuilder(RejoinUserEventsResponse prototype)

public static RejoinUserEventsResponse.Builder newBuilder(RejoinUserEventsResponse prototype)
Parameter
NameDescription
prototypeRejoinUserEventsResponse
Returns
TypeDescription
RejoinUserEventsResponse.Builder

parseDelimitedFrom(InputStream input)

public static RejoinUserEventsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RejoinUserEventsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RejoinUserEventsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RejoinUserEventsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RejoinUserEventsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RejoinUserEventsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RejoinUserEventsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RejoinUserEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RejoinUserEventsResponse> parser()
Returns
TypeDescription
Parser<RejoinUserEventsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RejoinUserEventsResponse getDefaultInstanceForType()
Returns
TypeDescription
RejoinUserEventsResponse

getParserForType()

public Parser<RejoinUserEventsResponse> getParserForType()
Returns
TypeDescription
Parser<RejoinUserEventsResponse>
Overrides

getRejoinedUserEventsCount()

public long getRejoinedUserEventsCount()

Number of user events that were joined with latest product catalog.

int64 rejoined_user_events_count = 1;

Returns
TypeDescription
long

The rejoinedUserEventsCount.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RejoinUserEventsResponse.Builder newBuilderForType()
Returns
TypeDescription
RejoinUserEventsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RejoinUserEventsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RejoinUserEventsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RejoinUserEventsResponse.Builder toBuilder()
Returns
TypeDescription
RejoinUserEventsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException