public final class

AlignmentProto.ArcAnchorTypeProp

extends <any>

implements AlignmentProto.ArcAnchorTypePropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.AlignmentProto.ArcAnchorTypeProp

Overview

 An extensible ArcAnchorType property.
 
Protobuf type androidx.wear.protolayout.proto.ArcAnchorTypeProp

Summary

Fields
public static final intVALUE_FIELD_NUMBER

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

public static AlignmentProto.ArcAnchorTypePropgetDefaultInstance()

public AlignmentProto.ArcAnchorTypegetValue()

 The value.

public intgetValueValue()

 The value.

public static AlignmentProto.ArcAnchorTypeProp.BuildernewBuilder()

public static AlignmentProto.ArcAnchorTypeProp.BuildernewBuilder(AlignmentProto.ArcAnchorTypeProp prototype)

public static AlignmentProto.ArcAnchorTypePropparseDelimitedFrom(java.io.InputStream input)

public static AlignmentProto.ArcAnchorTypePropparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypePropparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypePropparseFrom(java.nio.ByteBuffer data)

public static AlignmentProto.ArcAnchorTypePropparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypePropparseFrom(com.google.protobuf.ByteString data)

public static AlignmentProto.ArcAnchorTypePropparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypePropparseFrom(com.google.protobuf.CodedInputStream input)

public static AlignmentProto.ArcAnchorTypePropparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypePropparseFrom(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 VALUE_FIELD_NUMBER

Methods

public int getValueValue()

 The value.
 
.androidx.wear.protolayout.proto.ArcAnchorType value = 1;

Returns:

The enum numeric value on the wire for value.

 The value.
 
.androidx.wear.protolayout.proto.ArcAnchorType value = 1;

Returns:

The value.

public static AlignmentProto.ArcAnchorTypeProp parseFrom(java.nio.ByteBuffer data)

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

public static AlignmentProto.ArcAnchorTypeProp parseFrom(com.google.protobuf.ByteString data)

public static AlignmentProto.ArcAnchorTypeProp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static AlignmentProto.ArcAnchorTypeProp parseDelimitedFrom(java.io.InputStream input)

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

public static AlignmentProto.ArcAnchorTypeProp parseFrom(com.google.protobuf.CodedInputStream input)

public static AlignmentProto.ArcAnchorTypeProp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static AlignmentProto.ArcAnchorTypeProp.Builder newBuilder()

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

public static AlignmentProto.ArcAnchorTypeProp getDefaultInstance()

public static <any> parser()