Class InsightStateInfo.Builder (2.85.0)

public static final class InsightStateInfo.Builder extends GeneratedMessage.Builder<InsightStateInfo.Builder> implements InsightStateInfoOrBuilder

Information related to insight state.

Protobuf type google.cloud.recommender.v1.InsightStateInfo

Static Methods

getDescriptor()

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

Methods

build()

public InsightStateInfo build()
Returns
Type Description
InsightStateInfo

buildPartial()

public InsightStateInfo buildPartial()
Returns
Type Description
InsightStateInfo

clear()

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

clearState()

public InsightStateInfo.Builder clearState()

Insight state.

.google.cloud.recommender.v1.InsightStateInfo.State state = 1;

Returns
Type Description
InsightStateInfo.Builder

This builder for chaining.

clearStateMetadata()

public InsightStateInfo.Builder clearStateMetadata()
Returns
Type Description
InsightStateInfo.Builder

containsStateMetadata(String key)

public boolean containsStateMetadata(String key)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameter
Name Description
key String
Returns
Type Description
boolean

getDefaultInstanceForType()

public InsightStateInfo getDefaultInstanceForType()
Returns
Type Description
InsightStateInfo

getDescriptorForType()

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

getMutableStateMetadata() (deprecated)

public Map<String,String> getMutableStateMetadata()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getState()

public InsightStateInfo.State getState()

Insight state.

.google.cloud.recommender.v1.InsightStateInfo.State state = 1;

Returns
Type Description
InsightStateInfo.State

The state.

getStateMetadata() (deprecated)

public Map<String,String> getStateMetadata()
Returns
Type Description
Map<String,String>

getStateMetadataCount()

public int getStateMetadataCount()

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Returns
Type Description
int

getStateMetadataMap()

public Map<String,String> getStateMetadataMap()

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Returns
Type Description
Map<String,String>

getStateMetadataOrDefault(String key, String defaultValue)

public String getStateMetadataOrDefault(String key, String defaultValue)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getStateMetadataOrThrow(String key)

public String getStateMetadataOrThrow(String key)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameter
Name Description
key String
Returns
Type Description
String

getStateValue()

public int getStateValue()

Insight state.

.google.cloud.recommender.v1.InsightStateInfo.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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(InsightStateInfo other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

putAllStateMetadata(Map<String,String> values)

public InsightStateInfo.Builder putAllStateMetadata(Map<String,String> values)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
InsightStateInfo.Builder

putStateMetadata(String key, String value)

public InsightStateInfo.Builder putStateMetadata(String key, String value)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameters
Name Description
key String
value String
Returns
Type Description
InsightStateInfo.Builder

removeStateMetadata(String key)

public InsightStateInfo.Builder removeStateMetadata(String key)

A map of metadata for the state, provided by user or automations systems.

map<string, string> state_metadata = 2;

Parameter
Name Description
key String
Returns
Type Description
InsightStateInfo.Builder

setState(InsightStateInfo.State value)

public InsightStateInfo.Builder setState(InsightStateInfo.State value)

Insight state.

.google.cloud.recommender.v1.InsightStateInfo.State state = 1;

Parameter
Name Description
value InsightStateInfo.State

The state to set.

Returns
Type Description
InsightStateInfo.Builder

This builder for chaining.

setStateValue(int value)

public InsightStateInfo.Builder setStateValue(int value)

Insight state.

.google.cloud.recommender.v1.InsightStateInfo.State state = 1;

Parameter
Name Description
value int

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

Returns
Type Description
InsightStateInfo.Builder

This builder for chaining.