Class InsightStateInfo.Builder (2.43.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public InsightStateInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

build()

public InsightStateInfo build()
Returns
TypeDescription
InsightStateInfo

buildPartial()

public InsightStateInfo buildPartial()
Returns
TypeDescription
InsightStateInfo

clear()

public InsightStateInfo.Builder clear()
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public InsightStateInfo.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public InsightStateInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

clearState()

public InsightStateInfo.Builder clearState()

Insight state.

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

Returns
TypeDescription
InsightStateInfo.Builder

This builder for chaining.

clearStateMetadata()

public InsightStateInfo.Builder clearStateMetadata()
Returns
TypeDescription
InsightStateInfo.Builder

clone()

public InsightStateInfo.Builder clone()
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public InsightStateInfo getDefaultInstanceForType()
Returns
TypeDescription
InsightStateInfo

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMutableStateMetadata() (deprecated)

public Map<String,String> getMutableStateMetadata()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getState()

public InsightStateInfo.State getState()

Insight state.

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

Returns
TypeDescription
InsightStateInfo.State

The state.

getStateMetadata() (deprecated)

public Map<String,String> getStateMetadata()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
keyString
defaultValueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
String

getStateValue()

public int getStateValue()

Insight state.

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

Returns
TypeDescription
int

The enum numeric value on the wire for state.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(InsightStateInfo other)

public InsightStateInfo.Builder mergeFrom(InsightStateInfo other)
Parameter
NameDescription
otherInsightStateInfo
Returns
TypeDescription
InsightStateInfo.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public InsightStateInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
InsightStateInfo.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public InsightStateInfo.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InsightStateInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valuesMap<String,String>
Returns
TypeDescription
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
NameDescription
keyString
valueString
Returns
TypeDescription
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
NameDescription
keyString
Returns
TypeDescription
InsightStateInfo.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public InsightStateInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
InsightStateInfo.Builder
Overrides

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

public InsightStateInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueInsightStateInfo.State

The state to set.

Returns
TypeDescription
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
NameDescription
valueint

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

Returns
TypeDescription
InsightStateInfo.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final InsightStateInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InsightStateInfo.Builder
Overrides