Interface InputsOrBuilder (0.13.0)

public interface InputsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the parameters field is set.