-
- All Implemented Interfaces:
-
com.google.android.horologist.data.ActivityLaunchedOrBuilder,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder
public final class ActivityLaunched extends GeneratedMessageLite<ActivityLaunched, ActivityLaunched.Builder> implements ActivityLaunchedOrBuilder
Protobuf type
{@code com.google.android.horologist.data.ActivityLaunched}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classActivityLaunched.BuilderProtobuf type
{@code com.google.android.horologist.data.ActivityLaunched}
-
Field Summary
Fields Modifier and Type Field Description public final static intACTIVITYLAUNCHEDONCE_FIELD_NUMBERpublic final static intTIMESTAMP_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleangetActivityLaunchedOnce()bool activityLaunchedOnce = 1;booleanhasTimestamp().google.protobuf.Timestamp timestamp = 2;TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 2;static ActivityLaunchedparseFrom(ByteBuffer data)static ActivityLaunchedparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static ActivityLaunchedparseFrom(ByteString data)static ActivityLaunchedparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static ActivityLaunchedparseFrom(Array<byte> data)static ActivityLaunchedparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static ActivityLaunchedparseFrom(InputStream input)static ActivityLaunchedparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ActivityLaunchedparseDelimitedFrom(InputStream input)static ActivityLaunchedparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static ActivityLaunchedparseFrom(CodedInputStream input)static ActivityLaunchedparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static ActivityLaunched.BuildernewBuilder()static ActivityLaunched.BuildernewBuilder(ActivityLaunched prototype)static ActivityLaunchedgetDefaultInstance()static Parser<ActivityLaunched>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getActivityLaunchedOnce
boolean getActivityLaunchedOnce()
bool activityLaunchedOnce = 1;
-
hasTimestamp
boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 2;
-
getTimestamp
Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 2;
-
parseFrom
static ActivityLaunched parseFrom(ByteBuffer data)
-
parseFrom
static ActivityLaunched parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ActivityLaunched parseFrom(ByteString data)
-
parseFrom
static ActivityLaunched parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ActivityLaunched parseFrom(Array<byte> data)
-
parseFrom
static ActivityLaunched parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ActivityLaunched parseFrom(InputStream input)
-
parseFrom
static ActivityLaunched parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static ActivityLaunched parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static ActivityLaunched parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static ActivityLaunched parseFrom(CodedInputStream input)
-
parseFrom
static ActivityLaunched parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static ActivityLaunched.Builder newBuilder()
-
newBuilder
static ActivityLaunched.Builder newBuilder(ActivityLaunched prototype)
-
getDefaultInstance
static ActivityLaunched getDefaultInstance()
-
parser
static Parser<ActivityLaunched> parser()
-
-
-
-