public final class

WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder

extends <any>

implements WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProtoOrBuilder

 java.lang.Object

↳<any>

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

Overview

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

Summary

Methods
public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuilderclearId()

string id = 1;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuilderclearIdOrName()

bytes idOrName = 2;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuilderclearRoot()

.google.protobuf.Any root = 3;

public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.ByteStringgetIdOrName()

bytes idOrName = 2;

public com.google.protobuf.AnygetRoot()

.google.protobuf.Any root = 3;

public booleanhasRoot()

.google.protobuf.Any root = 3;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuildermergeRoot(com.google.protobuf.Any value)

.google.protobuf.Any root = 3;

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

string id = 1;

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

string id = 1;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuildersetIdOrName(com.google.protobuf.ByteString value)

bytes idOrName = 2;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuildersetRoot(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any root = 3;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.BuildersetRoot(com.google.protobuf.Any value)

.google.protobuf.Any root = 3;

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.FrameByIdOrNameWithRootSimpleAtomProto.Builder setIdBytes(com.google.protobuf.ByteString value)

string id = 1;

Parameters:

value: The bytes for id to set.

Returns:

This builder for chaining.

public com.google.protobuf.ByteString getIdOrName()

bytes idOrName = 2;

Returns:

The idOrName.

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder setIdOrName(com.google.protobuf.ByteString value)

bytes idOrName = 2;

Parameters:

value: The idOrName to set.

Returns:

This builder for chaining.

bytes idOrName = 2;

Returns:

This builder for chaining.

public boolean hasRoot()

.google.protobuf.Any root = 3;

public com.google.protobuf.Any getRoot()

.google.protobuf.Any root = 3;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder setRoot(com.google.protobuf.Any value)

.google.protobuf.Any root = 3;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder setRoot(com.google.protobuf.Any.Builder builderForValue)

.google.protobuf.Any root = 3;

public WebWebdriverAtoms.FrameByIdOrNameWithRootSimpleAtomProto.Builder mergeRoot(com.google.protobuf.Any value)

.google.protobuf.Any root = 3;

.google.protobuf.Any root = 3;