Class FeatureResourceState.Builder (1.83.0)

public static final class FeatureResourceState.Builder extends GeneratedMessage.Builder<FeatureResourceState.Builder> implements FeatureResourceStateOrBuilder

FeatureResourceState describes the state of a Feature resource in the GkeHub API. See FeatureState for the "running state" of the Feature in the Hub and across Memberships.

Protobuf type google.cloud.gkehub.v1.FeatureResourceState

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public FeatureResourceState build()
Returns
Type Description
FeatureResourceState

buildPartial()

public FeatureResourceState buildPartial()
Returns
Type Description
FeatureResourceState

clear()

public FeatureResourceState.Builder clear()
Returns
Type Description
FeatureResourceState.Builder
Overrides

clearState()

public FeatureResourceState.Builder clearState()

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Returns
Type Description
FeatureResourceState.Builder

This builder for chaining.

getDefaultInstanceForType()

public FeatureResourceState getDefaultInstanceForType()
Returns
Type Description
FeatureResourceState

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getState()

public FeatureResourceState.State getState()

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Returns
Type Description
FeatureResourceState.State

The state.

getStateValue()

public int getStateValue()

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Returns
Type Description
int

The enum numeric value on the wire for state.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureResourceState other)

public FeatureResourceState.Builder mergeFrom(FeatureResourceState other)
Parameter
Name Description
other FeatureResourceState
Returns
Type Description
FeatureResourceState.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public FeatureResourceState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
FeatureResourceState.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public FeatureResourceState.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
FeatureResourceState.Builder
Overrides

setState(FeatureResourceState.State value)

public FeatureResourceState.Builder setState(FeatureResourceState.State value)

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Parameter
Name Description
value FeatureResourceState.State

The state to set.

Returns
Type Description
FeatureResourceState.Builder

This builder for chaining.

setStateValue(int value)

public FeatureResourceState.Builder setStateValue(int value)

The current state of the Feature resource in the Hub API.

.google.cloud.gkehub.v1.FeatureResourceState.State state = 1;

Parameter
Name Description
value int

The enum numeric value on the wire for state to set.

Returns
Type Description
FeatureResourceState.Builder

This builder for chaining.