public interface InputsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParameters()
public abstract 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 | |
|---|---|
| Type | Description |
Struct |
The parameters. |
getParametersOrBuilder()
public abstract StructOrBuilder getParametersOrBuilder()Output only. The JSON schema defining the inputs and their formats.
.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
hasParameters()
public abstract 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 | |
|---|---|
| Type | Description |
boolean |
Whether the parameters field is set. |