public final class

ActionProto.LoadAction

extends <any>

implements ActionProto.LoadActionOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.ActionProto.LoadAction

Overview

 An action used to load (or reload) the layout contents.
 
Protobuf type androidx.wear.protolayout.proto.LoadAction

Summary

Fields
public static final intREQUEST_STATE_FIELD_NUMBER

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

public static ActionProto.LoadActiongetDefaultInstance()

public StateProto.StategetRequestState()

 The state to load the next layout with.

public booleanhasRequestState()

 The state to load the next layout with.

public static ActionProto.LoadAction.BuildernewBuilder()

public static ActionProto.LoadAction.BuildernewBuilder(ActionProto.LoadAction prototype)

public static ActionProto.LoadActionparseDelimitedFrom(java.io.InputStream input)

public static ActionProto.LoadActionparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadActionparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadActionparseFrom(java.nio.ByteBuffer data)

public static ActionProto.LoadActionparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadActionparseFrom(com.google.protobuf.ByteString data)

public static ActionProto.LoadActionparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadActionparseFrom(com.google.protobuf.CodedInputStream input)

public static ActionProto.LoadActionparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadActionparseFrom(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 REQUEST_STATE_FIELD_NUMBER

Methods

public boolean hasRequestState()

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public StateProto.State getRequestState()

 The state to load the next layout with. This will be included in the
 layout request sent after this action is invoked by a Clickable.
 
.androidx.wear.protolayout.proto.State request_state = 1;

public static ActionProto.LoadAction parseFrom(java.nio.ByteBuffer data)

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

public static ActionProto.LoadAction parseFrom(com.google.protobuf.ByteString data)

public static ActionProto.LoadAction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static ActionProto.LoadAction parseDelimitedFrom(java.io.InputStream input)

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

public static ActionProto.LoadAction parseFrom(com.google.protobuf.CodedInputStream input)

public static ActionProto.LoadAction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static ActionProto.LoadAction.Builder newBuilder()

public static ActionProto.LoadAction.Builder newBuilder(ActionProto.LoadAction prototype)

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

public static ActionProto.LoadAction getDefaultInstance()

public static <any> parser()