Share via


ContentAnalyzerStatus Class

public final class ContentAnalyzerStatus
extends ExpandableStringEnum<ContentAnalyzerStatus>

Status of a resource.

Field Summary

Modifier and Type Field and Description
static final ContentAnalyzerStatus CREATING

The resource is being created.

static final ContentAnalyzerStatus DELETING

The resource is being deleted.

static final ContentAnalyzerStatus FAILED

The resource failed during creation.

static final ContentAnalyzerStatus READY

The resource is ready.

Constructor Summary

Constructor Description
ContentAnalyzerStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContentAnalyzerStatus value.

Method Summary

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

Creates or finds a ContentAnalyzerStatus from its string representation.

static Collection<ContentAnalyzerStatus> values()

Gets known ContentAnalyzerStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CREATING

public static final ContentAnalyzerStatus CREATING

The resource is being created.

DELETING

public static final ContentAnalyzerStatus DELETING

The resource is being deleted.

FAILED

public static final ContentAnalyzerStatus FAILED

The resource failed during creation.

READY

public static final ContentAnalyzerStatus READY

The resource is ready.

Constructor Details

ContentAnalyzerStatus

@Deprecated
public ContentAnalyzerStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ContentAnalyzerStatus value.

Method Details

fromString

public static ContentAnalyzerStatus fromString(String name)

Creates or finds a ContentAnalyzerStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ContentAnalyzerStatus.

values

public static Collection<ContentAnalyzerStatus> values()

Gets known ContentAnalyzerStatus values.

Returns:

known ContentAnalyzerStatus values.

Applies to