PrepareEnvironmentResponse

abstract class PrepareEnvironmentResponse


The response from the PrepareEnvironment API.

Summary

Nested types

Builder for PrepareEnvironmentResponse.

Public functions

java-static PrepareEnvironmentResponse.Builder!
java-static PrepareEnvironmentResponse!
Environment!

The environment of the device.

Boolean

Returns true if environment is set.

abstract PrepareEnvironmentResponse.Builder!

Public functions

builder

java-static fun builder(): PrepareEnvironmentResponse.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): PrepareEnvironmentResponse!

getEnvironment

fun getEnvironment(): Environment!

The environment of the device.

hasEnvironment

fun hasEnvironment(): Boolean

Returns true if environment is set.

toBuilder

abstract fun toBuilder(): PrepareEnvironmentResponse.Builder!