public final class EventProto extends com.google.protobuf.GeneratedMessageV3 implements EventProtoOrBuilder
com.salesforce.cantor.grpc.events.EventProto| Modifier and Type | Class and Description |
|---|---|
static class |
EventProto.Builder
Protobuf type
com.salesforce.cantor.grpc.events.EventProto |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DIMENSIONS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
PAYLOAD_FIELD_NUMBER |
static int |
TIMESTAMP_MILLIS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDimensions(String key)
map<string, double> dimensions = 3; |
boolean |
containsMetadata(String key)
map<string, string> metadata = 2; |
boolean |
equals(Object obj) |
static EventProto |
getDefaultInstance() |
EventProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Map<String,Double> |
getDimensions()
Deprecated.
|
int |
getDimensionsCount()
map<string, double> dimensions = 3; |
Map<String,Double> |
getDimensionsMap()
map<string, double> dimensions = 3; |
double |
getDimensionsOrDefault(String key,
double defaultValue)
map<string, double> dimensions = 3; |
double |
getDimensionsOrThrow(String key)
map<string, double> dimensions = 3; |
Map<String,String> |
getMetadata()
Deprecated.
|
int |
getMetadataCount()
map<string, string> metadata = 2; |
Map<String,String> |
getMetadataMap()
map<string, string> metadata = 2; |
String |
getMetadataOrDefault(String key,
String defaultValue)
map<string, string> metadata = 2; |
String |
getMetadataOrThrow(String key)
map<string, string> metadata = 2; |
com.google.protobuf.Parser<EventProto> |
getParserForType() |
com.google.protobuf.ByteString |
getPayload()
optional bytes payload = 4; |
int |
getSerializedSize() |
long |
getTimestampMillis()
optional uint64 timestamp_millis = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
isInitialized() |
static EventProto.Builder |
newBuilder() |
static EventProto.Builder |
newBuilder(EventProto prototype) |
EventProto.Builder |
newBuilderForType() |
static EventProto |
parseDelimitedFrom(InputStream input) |
static EventProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProto |
parseFrom(byte[] data) |
static EventProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProto |
parseFrom(com.google.protobuf.ByteString data) |
static EventProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static EventProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static EventProto |
parseFrom(InputStream input) |
static EventProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<EventProto> |
parser() |
EventProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TIMESTAMP_MILLIS_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int DIMENSIONS_FIELD_NUMBER
public static final int PAYLOAD_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public long getTimestampMillis()
optional uint64 timestamp_millis = 1;getTimestampMillis in interface EventProtoOrBuilderpublic int getMetadataCount()
EventProtoOrBuildermap<string, string> metadata = 2;getMetadataCount in interface EventProtoOrBuilderpublic boolean containsMetadata(String key)
map<string, string> metadata = 2;containsMetadata in interface EventProtoOrBuilder@Deprecated public Map<String,String> getMetadata()
getMetadataMap() instead.getMetadata in interface EventProtoOrBuilderpublic Map<String,String> getMetadataMap()
map<string, string> metadata = 2;getMetadataMap in interface EventProtoOrBuilderpublic String getMetadataOrDefault(String key, String defaultValue)
map<string, string> metadata = 2;getMetadataOrDefault in interface EventProtoOrBuilderpublic String getMetadataOrThrow(String key)
map<string, string> metadata = 2;getMetadataOrThrow in interface EventProtoOrBuilderpublic int getDimensionsCount()
EventProtoOrBuildermap<string, double> dimensions = 3;getDimensionsCount in interface EventProtoOrBuilderpublic boolean containsDimensions(String key)
map<string, double> dimensions = 3;containsDimensions in interface EventProtoOrBuilder@Deprecated public Map<String,Double> getDimensions()
getDimensionsMap() instead.getDimensions in interface EventProtoOrBuilderpublic Map<String,Double> getDimensionsMap()
map<string, double> dimensions = 3;getDimensionsMap in interface EventProtoOrBuilderpublic double getDimensionsOrDefault(String key, double defaultValue)
map<string, double> dimensions = 3;getDimensionsOrDefault in interface EventProtoOrBuilderpublic double getDimensionsOrThrow(String key)
map<string, double> dimensions = 3;getDimensionsOrThrow in interface EventProtoOrBuilderpublic com.google.protobuf.ByteString getPayload()
optional bytes payload = 4;getPayload in interface EventProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static EventProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static EventProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static EventProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static EventProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static EventProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static EventProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic EventProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static EventProto.Builder newBuilder()
public static EventProto.Builder newBuilder(EventProto prototype)
public EventProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static EventProto getDefaultInstance()
public static com.google.protobuf.Parser<EventProto> parser()
public com.google.protobuf.Parser<EventProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public EventProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.