public final class

FixedProto.FixedInstant

extends <any>

implements FixedProto.FixedInstantOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedInstant

Overview

 A fixed time instant type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedInstant

Summary

Fields
public static final intEPOCH_SECONDS_FIELD_NUMBER

Methods
protected final java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static FixedProto.FixedInstantgetDefaultInstance()

public longgetEpochSeconds()

 The number of seconds that have elapsed since 00:00:00 UTC on 1 January
 1970.

public static FixedProto.FixedInstant.BuildernewBuilder()

public static FixedProto.FixedInstant.BuildernewBuilder(FixedProto.FixedInstant prototype)

public static FixedProto.FixedInstantparseDelimitedFrom(java.io.InputStream input)

public static FixedProto.FixedInstantparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstantparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstantparseFrom(java.nio.ByteBuffer data)

public static FixedProto.FixedInstantparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstantparseFrom(com.google.protobuf.ByteString data)

public static FixedProto.FixedInstantparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstantparseFrom(com.google.protobuf.CodedInputStream input)

public static FixedProto.FixedInstantparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstantparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static <any>parser()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public static final int EPOCH_SECONDS_FIELD_NUMBER

Methods

public long getEpochSeconds()

 The number of seconds that have elapsed since 00:00:00 UTC on 1 January
 1970.
 
int64 epoch_seconds = 1;

Returns:

The epochSeconds.

public static FixedProto.FixedInstant parseFrom(java.nio.ByteBuffer data)

public static FixedProto.FixedInstant parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant parseFrom(com.google.protobuf.ByteString data)

public static FixedProto.FixedInstant parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant parseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant parseDelimitedFrom(java.io.InputStream input)

public static FixedProto.FixedInstant parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant parseFrom(com.google.protobuf.CodedInputStream input)

public static FixedProto.FixedInstant parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static FixedProto.FixedInstant.Builder newBuilder()

public static FixedProto.FixedInstant.Builder newBuilder(FixedProto.FixedInstant prototype)

protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)

public static FixedProto.FixedInstant getDefaultInstance()

public static <any> parser()