public final class

WebWebdriverAtoms.FindElementTransformingAtomProto.Builder

extends <any>

implements WebWebdriverAtoms.FindElementTransformingAtomProtoOrBuilder

 java.lang.Object

↳<any>

↳androidx.test.espresso.web.proto.webdriver.WebWebdriverAtoms.FindElementTransformingAtomProto.Builder

Overview

Protobuf type google.test.remote.web.webdriver.FindElementTransformingAtomProto

Summary

Methods
public WebWebdriverAtoms.FindElementTransformingAtomProto.BuilderclearCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuilderclearFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuilderclearId()

string id = 1;

public com.google.protobuf.AnygetCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.AnygetFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public booleanhasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public booleanhasFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildermergeCastOrDieAtom(com.google.protobuf.Any value)

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildermergeFindElementSimpleAtom(com.google.protobuf.Any value)

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetCastOrDieAtom(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetCastOrDieAtom(com.google.protobuf.Any value)

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetFindElementSimpleAtom(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetFindElementSimpleAtom(com.google.protobuf.Any value)

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetId(java.lang.String value)

string id = 1;

public WebWebdriverAtoms.FindElementTransformingAtomProto.BuildersetIdBytes(com.google.protobuf.ByteString value)

string id = 1;

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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.

string id = 1;

Parameters:

value: The id to set.

Returns:

This builder for chaining.

string id = 1;

Returns:

This builder for chaining.

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public boolean hasFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public com.google.protobuf.Any getFindElementSimpleAtom()

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder setFindElementSimpleAtom(com.google.protobuf.Any value)

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder setFindElementSimpleAtom(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any findElementSimpleAtom = 2;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder mergeFindElementSimpleAtom(com.google.protobuf.Any value)

.google.protobuf.Any findElementSimpleAtom = 2;

.google.protobuf.Any findElementSimpleAtom = 2;

public boolean hasCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public com.google.protobuf.Any getCastOrDieAtom()

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder setCastOrDieAtom(com.google.protobuf.Any value)

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder setCastOrDieAtom(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any castOrDieAtom = 3;

public WebWebdriverAtoms.FindElementTransformingAtomProto.Builder mergeCastOrDieAtom(com.google.protobuf.Any value)

.google.protobuf.Any castOrDieAtom = 3;

.google.protobuf.Any castOrDieAtom = 3;