public final class

RemoteWebMatchers.WithBodyMatcherProto

extends <any>

implements RemoteWebMatchers.WithBodyMatcherProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.matcher.RemoteWebMatchers.WithBodyMatcherProto

Overview

Protobuf type google.test.remote.web.model.WithBodyMatcherProto

Summary

Fields
public static final intBODYMATCHER_FIELD_NUMBER

public static final intID_FIELD_NUMBER

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

public com.google.protobuf.AnygetBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public static RemoteWebMatchers.WithBodyMatcherProtogetDefaultInstance()

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public static RemoteWebMatchers.WithBodyMatcherProto.BuildernewBuilder()

public static RemoteWebMatchers.WithBodyMatcherProto.BuildernewBuilder(RemoteWebMatchers.WithBodyMatcherProto prototype)

public static RemoteWebMatchers.WithBodyMatcherProtoparseDelimitedFrom(java.io.InputStream input)

public static RemoteWebMatchers.WithBodyMatcherProtoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(byte[] data[], com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(java.nio.ByteBuffer data)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

public static RemoteWebMatchers.WithBodyMatcherProtoparseFrom(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 ID_FIELD_NUMBER

public static final int BODYMATCHER_FIELD_NUMBER

Methods

public java.lang.String getId()

string id = 1;

Returns:

The id.

public com.google.protobuf.ByteString getIdBytes()

string id = 1;

Returns:

The bytes for id.

public boolean hasBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public com.google.protobuf.Any getBodyMatcher()

.google.protobuf.Any bodyMatcher = 2;

public static RemoteWebMatchers.WithBodyMatcherProto parseFrom(java.nio.ByteBuffer data)

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

public static RemoteWebMatchers.WithBodyMatcherProto parseFrom(com.google.protobuf.ByteString data)

public static RemoteWebMatchers.WithBodyMatcherProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

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

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

public static RemoteWebMatchers.WithBodyMatcherProto parseDelimitedFrom(java.io.InputStream input)

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

public static RemoteWebMatchers.WithBodyMatcherProto parseFrom(com.google.protobuf.CodedInputStream input)

public static RemoteWebMatchers.WithBodyMatcherProto 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 RemoteWebMatchers.WithBodyMatcherProto getDefaultInstance()

public static <any> parser()