Interface InsightTypeGenerationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InsightTypeGenerationConfig
,InsightTypeGenerationConfig.Builder
public interface InsightTypeGenerationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Struct
getParams()
Parameters for this InsightTypeGenerationConfig.com.google.protobuf.StructOrBuilder
getParamsOrBuilder()
Parameters for this InsightTypeGenerationConfig.boolean
hasParams()
Parameters for this InsightTypeGenerationConfig.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasParams
boolean hasParams()
Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
.google.protobuf.Struct params = 1;
- Returns:
- Whether the params field is set.
-
getParams
com.google.protobuf.Struct getParams()
Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
.google.protobuf.Struct params = 1;
- Returns:
- The params.
-
getParamsOrBuilder
com.google.protobuf.StructOrBuilder getParamsOrBuilder()
Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.
.google.protobuf.Struct params = 1;
-
-