public final class

LayoutElementProto.ContentScaleModeProp

extends <any>

implements LayoutElementProto.ContentScaleModePropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.LayoutElementProto.ContentScaleModeProp

Overview

 An extensible ContentScaleMode property.
 
Protobuf type androidx.wear.protolayout.proto.ContentScaleModeProp

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 LayoutElementProto.ContentScaleModePropgetDefaultInstance()

public LayoutElementProto.ContentScaleModegetValue()

 The value

public intgetValueValue()

 The value

public static LayoutElementProto.ContentScaleModeProp.BuildernewBuilder()

public static LayoutElementProto.ContentScaleModeProp.BuildernewBuilder(LayoutElementProto.ContentScaleModeProp prototype)

public static LayoutElementProto.ContentScaleModePropparseDelimitedFrom(java.io.InputStream input)

public static LayoutElementProto.ContentScaleModePropparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ContentScaleModePropparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ContentScaleModePropparseFrom(java.nio.ByteBuffer data)

public static LayoutElementProto.ContentScaleModePropparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ContentScaleModePropparseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.ContentScaleModePropparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ContentScaleModePropparseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.ContentScaleModePropparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static LayoutElementProto.ContentScaleModePropparseFrom(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.ContentScaleMode value = 1;

Returns:

The enum numeric value on the wire for value.

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

Returns:

The value.

public static LayoutElementProto.ContentScaleModeProp parseFrom(java.nio.ByteBuffer data)

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

public static LayoutElementProto.ContentScaleModeProp parseFrom(com.google.protobuf.ByteString data)

public static LayoutElementProto.ContentScaleModeProp parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static LayoutElementProto.ContentScaleModeProp parseDelimitedFrom(java.io.InputStream input)

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

public static LayoutElementProto.ContentScaleModeProp parseFrom(com.google.protobuf.CodedInputStream input)

public static LayoutElementProto.ContentScaleModeProp parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

public static LayoutElementProto.ContentScaleModeProp getDefaultInstance()

public static <any> parser()