Class InsightStateInfo.Builder (2.44.0)

public static final class InsightStateInfo.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InsightStateInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InsightStateInfo.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public InsightStateInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
InsightStateInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public InsightStateInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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

clone()

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

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 GeneratedMessageV3.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.GeneratedMessageV3.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.GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InsightStateInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
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

setField(Descriptors.FieldDescriptor field, Object value)

public InsightStateInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
InsightStateInfo.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public InsightStateInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
InsightStateInfo.Builder
Overrides

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.

setUnknownFields(UnknownFieldSet unknownFields)

public final InsightStateInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
InsightStateInfo.Builder
Overrides