public interface InsightTypeGenerationConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the params field is set. |