DeploymentType Class

public final class DeploymentType
extends ExpandableStringEnum<DeploymentType>

Defines values for DeploymentType.

Field Summary

Modifier and Type Field and Description
static final DeploymentType BATCH

Static value Batch for DeploymentType.

static final DeploymentType GRPCREALTIME_ENDPOINT

Static value GRPCRealtimeEndpoint for DeploymentType.

static final DeploymentType HTTP_REALTIME_ENDPOINT

Static value HttpRealtimeEndpoint for DeploymentType.

Constructor Summary

Constructor Description
DeploymentType()

Method Summary

Modifier and Type Method and Description
static DeploymentType fromString(String name)

Creates or finds a DeploymentType from its string representation.

static Collection<DeploymentType> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BATCH

public static final DeploymentType BATCH

Static value Batch for DeploymentType.

GRPCREALTIME_ENDPOINT

public static final DeploymentType GRPCREALTIME_ENDPOINT

Static value GRPCRealtimeEndpoint for DeploymentType.

HTTP_REALTIME_ENDPOINT

public static final DeploymentType HTTP_REALTIME_ENDPOINT

Static value HttpRealtimeEndpoint for DeploymentType.

Constructor Details

DeploymentType

public DeploymentType()

Method Details

fromString

public static DeploymentType fromString(String name)

Creates or finds a DeploymentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DeploymentType.

values

public static Collection values()

Returns:

known DeploymentType values.

Applies to