Interface InputsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Inputs
,Inputs.Builder
public interface InputsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Struct
getParameters()
Output only.com.google.protobuf.StructOrBuilder
getParametersOrBuilder()
Output only.boolean
hasParameters()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasParameters
boolean hasParameters()
Output only. The JSON schema defining the inputs and their formats.
.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- Whether the parameters field is set.
-
getParameters
com.google.protobuf.Struct getParameters()
Output only. The JSON schema defining the inputs and their formats.
.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Returns:
- The parameters.
-
getParametersOrBuilder
com.google.protobuf.StructOrBuilder getParametersOrBuilder()
Output only. The JSON schema defining the inputs and their formats.
.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-