public final class

TypesProto.Int32Prop

extends <any>

implements TypesProto.Int32PropOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.proto.TypesProto.Int32Prop

Overview

 An int32 type.
 
Protobuf type androidx.wear.protolayout.proto.Int32Prop

Summary

Fields
public static final intDYNAMIC_VALUE_FIELD_NUMBER

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 TypesProto.Int32PropgetDefaultInstance()

public DynamicProto.DynamicInt32getDynamicValue()

 The dynamic value.

public TypesProto.Int32Prop.OptionalValueCasegetOptionalValueCase()

public intgetValue()

 The static value.

public booleanhasDynamicValue()

 The dynamic value.

public booleanhasValue()

 The static value.

public static TypesProto.Int32Prop.BuildernewBuilder()

public static TypesProto.Int32Prop.BuildernewBuilder(TypesProto.Int32Prop prototype)

public static TypesProto.Int32PropparseDelimitedFrom(java.io.InputStream input)

public static TypesProto.Int32PropparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32PropparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32PropparseFrom(java.nio.ByteBuffer data)

public static TypesProto.Int32PropparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32PropparseFrom(com.google.protobuf.ByteString data)

public static TypesProto.Int32PropparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32PropparseFrom(com.google.protobuf.CodedInputStream input)

public static TypesProto.Int32PropparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32PropparseFrom(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

public static final int DYNAMIC_VALUE_FIELD_NUMBER

Methods

public TypesProto.Int32Prop.OptionalValueCase getOptionalValueCase()

public boolean hasValue()

 The static value.
 
int32 value = 1;

Returns:

Whether the value field is set.

public int getValue()

 The static value.
 
int32 value = 1;

Returns:

The value.

public boolean hasDynamicValue()

 The dynamic value.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 dynamic_value = 2;

public DynamicProto.DynamicInt32 getDynamicValue()

 The dynamic value.
 
.androidx.wear.protolayout.expression.proto.DynamicInt32 dynamic_value = 2;

public static TypesProto.Int32Prop parseFrom(java.nio.ByteBuffer data)

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

public static TypesProto.Int32Prop parseFrom(com.google.protobuf.ByteString data)

public static TypesProto.Int32Prop parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static TypesProto.Int32Prop parseDelimitedFrom(java.io.InputStream input)

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

public static TypesProto.Int32Prop parseFrom(com.google.protobuf.CodedInputStream input)

public static TypesProto.Int32Prop parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static TypesProto.Int32Prop.Builder newBuilder()

public static TypesProto.Int32Prop.Builder newBuilder(TypesProto.Int32Prop prototype)

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

public static TypesProto.Int32Prop getDefaultInstance()

public static <any> parser()