Interface InsightTypeGenerationConfigOrBuilder (2.43.0)

public interface InsightTypeGenerationConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParams()

public abstract 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.

getParamsOrBuilder()

public abstract 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 abstract 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.