Class Inputs.Builder (0.87.0)

public static final class Inputs.Builder extends GeneratedMessage.Builder<Inputs.Builder> implements InputsOrBuilder

Defines definition of input parameters of asset templates.

Protobuf type google.cloud.privatecatalog.v1beta1.Inputs

Implements

InputsOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public Inputs build()
Returns
Type Description
Inputs

buildPartial()

public Inputs buildPartial()
Returns
Type Description
Inputs

clear()

public Inputs.Builder clear()
Returns
Type Description
Inputs.Builder
Overrides

clearParameters()

public Inputs.Builder clearParameters()

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
Inputs.Builder

getDefaultInstanceForType()

public Inputs getDefaultInstanceForType()
Returns
Type Description
Inputs

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParameters()

public 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.

getParametersBuilder()

public Struct.Builder getParametersBuilder()

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
Builder

getParametersOrBuilder()

public 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Inputs other)

public Inputs.Builder mergeFrom(Inputs other)
Parameter
Name Description
other Inputs
Returns
Type Description
Inputs.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Inputs.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Inputs.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Inputs.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Inputs.Builder
Overrides

mergeParameters(Struct value)

public Inputs.Builder mergeParameters(Struct value)

Output only. The JSON schema defining the inputs and their formats.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Struct
Returns
Type Description
Inputs.Builder

setParameters(Struct value)

public Inputs.Builder setParameters(Struct value)

Output only. The JSON schema defining the inputs and their formats.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Struct
Returns
Type Description
Inputs.Builder

setParameters(Struct.Builder builderForValue)

public Inputs.Builder setParameters(Struct.Builder builderForValue)

Output only. The JSON schema defining the inputs and their formats.

.google.protobuf.Struct parameters = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Inputs.Builder