public interface

WebModelAtoms.TransformingAtomProtoOrBuilder

 androidx.test.espresso.web.proto.model.WebModelAtoms.TransformingAtomProtoOrBuilder

Subclasses:

WebModelAtoms.TransformingAtomProto, WebModelAtoms.TransformingAtomProto.Builder

Summary

Methods
public java.lang.StringgetId()

string id = 1;

public com.google.protobuf.ByteStringgetIdBytes()

string id = 1;

public com.google.protobuf.AnygetParent()

.google.protobuf.Any parent = 2;

public com.google.protobuf.AnygetTransformer()

.google.protobuf.Any transformer = 3;

public booleanhasParent()

.google.protobuf.Any parent = 2;

public booleanhasTransformer()

.google.protobuf.Any transformer = 3;

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 hasParent()

.google.protobuf.Any parent = 2;

Returns:

Whether the parent field is set.

public com.google.protobuf.Any getParent()

.google.protobuf.Any parent = 2;

Returns:

The parent.

public boolean hasTransformer()

.google.protobuf.Any transformer = 3;

Returns:

Whether the transformer field is set.

public com.google.protobuf.Any getTransformer()

.google.protobuf.Any transformer = 3;

Returns:

The transformer.