public static class

Action.Metadata.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.appindexing.Action.Metadata.Builder

Class Overview

The builder for Action.Metadata.

Summary

Public Constructors
Action.Metadata.Builder()
Public Methods
Action.Metadata.Builder setUpload(boolean uploadable)
Sets whether the action can be uploaded to the cloud.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Action.Metadata.Builder ()

Public Methods

public Action.Metadata.Builder setUpload (boolean uploadable)

Sets whether the action can be uploaded to the cloud. The default is true.

Parameters
uploadable boolean
Returns
Action.Metadata.Builder