HamcrestMatchersv13.AnyOfProto


public final class HamcrestMatchersv13.AnyOfProto extends GeneratedMessageLite implements HamcrestMatchersv13.AnyOfProtoOrBuilder


Protobuf type google.test.remote.hamcrest.matcher13.AnyOfProto

Summary

Nested types

Protobuf type google.test.remote.hamcrest.matcher13.AnyOfProto

Constants

static final int
static final int

Public methods

static HamcrestMatchersv13.AnyOfProto
String

string id = 1;

ByteString

string id = 1;

Any
getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

int

repeated .google.protobuf.Any matchers = 2;

List<Any>

repeated .google.protobuf.Any matchers = 2;

AnyOrBuilder

repeated .google.protobuf.Any matchers = 2;

List<AnyOrBuilder>

repeated .google.protobuf.Any matchers = 2;

static HamcrestMatchersv13.AnyOfProto.Builder
static HamcrestMatchersv13.AnyOfProto.Builder
static HamcrestMatchersv13.AnyOfProto
static HamcrestMatchersv13.AnyOfProto
parseDelimitedFrom(
    InputStream input,
    ExtensionRegistryLite extensionRegistry
)
static HamcrestMatchersv13.AnyOfProto
parseFrom(byte[] data)
static HamcrestMatchersv13.AnyOfProto
static HamcrestMatchersv13.AnyOfProto
static HamcrestMatchersv13.AnyOfProto
static HamcrestMatchersv13.AnyOfProto
static HamcrestMatchersv13.AnyOfProto
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.AnyOfProto
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.AnyOfProto
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
static HamcrestMatchersv13.AnyOfProto
parseFrom(
    CodedInputStream input,
    ExtensionRegistryLite extensionRegistry
)
static HamcrestMatchersv13.AnyOfProto
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
static Parser<HamcrestMatchersv13.AnyOfProto>

Protected methods

final Object
dynamicMethod(
    GeneratedMessageLite.MethodToInvoke method,
    Object arg0,
    Object arg1
)

Inherited methods

From com.google.protobuf.AbstractMessageLite
static void
<T> addAll(Iterable<T> values, Collection<Object> list)

This method is deprecated.

static void
byte[]
ByteString
void
From com.google.protobuf.GeneratedMessageLite
final BuilderType
<MessageType extends GeneratedMessageLite<MessageType, BuilderType>, BuilderType extends GeneratedMessageLite.Builder<MessageType, BuilderType>> createBuilder(

)
static Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
static Internal.ProtobufList<E>
boolean
equals(Object other)
final MessageType
final Parser<MessageType>
int
final boolean
void
void
mergeLengthDelimitedField(int fieldNumber, ByteString value)
final void
void
mergeVarintField(int tag, int value)
static Internal.BooleanList
static Internal.DoubleList
static Internal.FloatList
static Internal.IntList
static Internal.LongList
static Internal.ProtobufList<E>
final BuilderType
static Object
newMessageInfo(
    MessageLite defaultInstance,
    String info,
    Object[] objects
)
static GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
<ContainingType extends MessageLite, Type> newRepeatedGeneratedExtension(
    ContainingType containingTypeDefaultInstance,
    MessageLite messageDefaultInstance,
    Internal.EnumLiteMap<Object> enumTypeMap,
    int number,
    WireFormat.FieldType type,
    boolean isPacked,
    Class singularType
)
static GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
<ContainingType extends MessageLite, Type> newSingularGeneratedExtension(
    ContainingType containingTypeDefaultInstance,
    Type defaultValue,
    MessageLite messageDefaultInstance,
    Internal.EnumLiteMap<Object> enumTypeMap,
    int number,
    WireFormat.FieldType type,
    Class singularType
)
static T
<T extends GeneratedMessageLite<T, Object>> parseDelimitedFrom(
    T defaultInstance,
    InputStream input
)
static T
<T extends GeneratedMessageLite<T, Object>> parseFrom(
    T defaultInstance,
    ByteBuffer data,
    ExtensionRegistryLite extensionRegistry
)
boolean
static void
<T extends GeneratedMessageLite<ObjectObject>> registerDefaultInstance(
    Class<T> clazz,
    T defaultInstance
)
final BuilderType
String
void
From com.google.protobuf.MessageLite
From com.google.protobuf.MessageLiteOrBuilder

Constants

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER = 1

MATCHERS_FIELD_NUMBER

public static final int MATCHERS_FIELD_NUMBER = 2

Public methods

getDefaultInstance

public static HamcrestMatchersv13.AnyOfProto getDefaultInstance()

getId

public String getId()

string id = 1;

Returns
String

The id.

getIdBytes

public ByteString getIdBytes()

string id = 1;

Returns
ByteString

The bytes for id.

getMatchers

public Any getMatchers(int index)

repeated .google.protobuf.Any matchers = 2;

getMatchersCount

public int getMatchersCount()

repeated .google.protobuf.Any matchers = 2;

getMatchersList

public List<AnygetMatchersList()

repeated .google.protobuf.Any matchers = 2;

getMatchersOrBuilder

public AnyOrBuilder getMatchersOrBuilder(int index)

repeated .google.protobuf.Any matchers = 2;

getMatchersOrBuilderList

public List<AnyOrBuildergetMatchersOrBuilderList()

repeated .google.protobuf.Any matchers = 2;

newBuilder

public static HamcrestMatchersv13.AnyOfProto.Builder newBuilder()

parseDelimitedFrom

public static HamcrestMatchersv13.AnyOfProto parseDelimitedFrom(InputStream input)

parseDelimitedFrom

public static HamcrestMatchersv13.AnyOfProto parseDelimitedFrom(
    InputStream input,
    ExtensionRegistryLite extensionRegistry
)

parseFrom

public static HamcrestMatchersv13.AnyOfProto parseFrom(InputStream input)

parseFrom

public static HamcrestMatchersv13.AnyOfProto parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

parseFrom

public static HamcrestMatchersv13.AnyOfProto parseFrom(
    CodedInputStream input,
    ExtensionRegistryLite extensionRegistry
)

parseFrom

public static HamcrestMatchersv13.AnyOfProto parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

parser

public static Parser<HamcrestMatchersv13.AnyOfProtoparser()

Protected methods

dynamicMethod

protected final Object dynamicMethod(
    GeneratedMessageLite.MethodToInvoke method,
    Object arg0,
    Object arg1
)