public final class InsightTypeGenerationConfig extends GeneratedMessageV3 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 Fields
PARAMS_FIELD_NUMBER
public static final int PARAMS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static InsightTypeGenerationConfig getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static InsightTypeGenerationConfig.Builder newBuilder()
Returns
newBuilder(InsightTypeGenerationConfig prototype)
public static InsightTypeGenerationConfig.Builder newBuilder(InsightTypeGenerationConfig prototype)
Parameter
Returns
public static InsightTypeGenerationConfig parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static InsightTypeGenerationConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static InsightTypeGenerationConfig parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static InsightTypeGenerationConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static InsightTypeGenerationConfig parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static InsightTypeGenerationConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InsightTypeGenerationConfig parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static InsightTypeGenerationConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static InsightTypeGenerationConfig parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static InsightTypeGenerationConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static InsightTypeGenerationConfig parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static InsightTypeGenerationConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<InsightTypeGenerationConfig> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public InsightTypeGenerationConfig getDefaultInstanceForType()
Returns
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
Type | Description |
Struct | The params.
|
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
getParserForType()
public Parser<InsightTypeGenerationConfig> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
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
Type | Description |
boolean | Whether the params field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public InsightTypeGenerationConfig.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected InsightTypeGenerationConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public InsightTypeGenerationConfig.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions