Class InsightTypeGenerationConfig.Builder (2.43.0)

public static final class InsightTypeGenerationConfig.Builder extends GeneratedMessageV3.Builder<InsightTypeGenerationConfig.Builder> implements InsightTypeGenerationConfigOrBuilder

A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.

Protobuf type google.cloud.recommender.v1beta1.InsightTypeGenerationConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public InsightTypeGenerationConfig build()
Returns
TypeDescription
InsightTypeGenerationConfig

buildPartial()

public InsightTypeGenerationConfig buildPartial()
Returns
TypeDescription
InsightTypeGenerationConfig

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParams()

public InsightTypeGenerationConfig.Builder clearParams()

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
InsightTypeGenerationConfig.Builder

clone()

public InsightTypeGenerationConfig.Builder clone()
Returns
TypeDescription
InsightTypeGenerationConfig.Builder
Overrides

getDefaultInstanceForType()

public InsightTypeGenerationConfig getDefaultInstanceForType()
Returns
TypeDescription
InsightTypeGenerationConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParams()

public Struct getParams()

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
Struct

The params.

getParamsBuilder()

public Struct.Builder getParamsBuilder()

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
Builder

getParamsOrBuilder()

public StructOrBuilder getParamsOrBuilder()

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
StructOrBuilder

hasParams()

public boolean hasParams()

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Returns
TypeDescription
boolean

Whether the params field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(InsightTypeGenerationConfig other)

public InsightTypeGenerationConfig.Builder mergeFrom(InsightTypeGenerationConfig other)
Parameter
NameDescription
otherInsightTypeGenerationConfig
Returns
TypeDescription
InsightTypeGenerationConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeParams(Struct value)

public InsightTypeGenerationConfig.Builder mergeParams(Struct value)

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Parameter
NameDescription
valueStruct
Returns
TypeDescription
InsightTypeGenerationConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final InsightTypeGenerationConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
InsightTypeGenerationConfig.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setParams(Struct value)

public InsightTypeGenerationConfig.Builder setParams(Struct value)

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Parameter
NameDescription
valueStruct
Returns
TypeDescription
InsightTypeGenerationConfig.Builder

setParams(Struct.Builder builderForValue)

public InsightTypeGenerationConfig.Builder setParams(Struct.Builder builderForValue)

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.

.google.protobuf.Struct params = 1;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
InsightTypeGenerationConfig.Builder

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

public InsightTypeGenerationConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
InsightTypeGenerationConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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