public static final class RoutineSpec.Argument.Builder extends GeneratedMessageV3.Builder<RoutineSpec.Argument.Builder> implements RoutineSpec.ArgumentOrBuilderInput or output argument of a function or stored procedure.
Protobuf type google.cloud.datacatalog.v1.RoutineSpec.Argument
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RoutineSpec.Argument.BuilderImplements
RoutineSpec.ArgumentOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RoutineSpec.Argument.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| RoutineSpec.Argument.Builder |
build()
public RoutineSpec.Argument build()| Type | Description |
| RoutineSpec.Argument |
buildPartial()
public RoutineSpec.Argument buildPartial()| Type | Description |
| RoutineSpec.Argument |
clear()
public RoutineSpec.Argument.Builder clear()| Type | Description |
| RoutineSpec.Argument.Builder |
clearField(Descriptors.FieldDescriptor field)
public RoutineSpec.Argument.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| RoutineSpec.Argument.Builder |
clearMode()
public RoutineSpec.Argument.Builder clearMode()Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
clearName()
public RoutineSpec.Argument.Builder clearName()The name of the argument. A return argument of a function might not have a name.
string name = 1;
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public RoutineSpec.Argument.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| RoutineSpec.Argument.Builder |
clearType()
public RoutineSpec.Argument.Builder clearType()Type of the argument. The exact value depends on the source system and the language.
string type = 3;
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
clone()
public RoutineSpec.Argument.Builder clone()| Type | Description |
| RoutineSpec.Argument.Builder |
getDefaultInstanceForType()
public RoutineSpec.Argument getDefaultInstanceForType()| Type | Description |
| RoutineSpec.Argument |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getMode()
public RoutineSpec.Argument.Mode getMode()Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;
| Type | Description |
| RoutineSpec.Argument.Mode | The mode. |
getModeValue()
public int getModeValue()Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;
| Type | Description |
| int | The enum numeric value on the wire for mode. |
getName()
public String getName()The name of the argument. A return argument of a function might not have a name.
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public ByteString getNameBytes()The name of the argument. A return argument of a function might not have a name.
string name = 1;
| Type | Description |
| ByteString | The bytes for name. |
getType()
public String getType()Type of the argument. The exact value depends on the source system and the language.
string type = 3;
| Type | Description |
| String | The type. |
getTypeBytes()
public ByteString getTypeBytes()Type of the argument. The exact value depends on the source system and the language.
string type = 3;
| Type | Description |
| ByteString | The bytes for type. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(RoutineSpec.Argument other)
public RoutineSpec.Argument.Builder mergeFrom(RoutineSpec.Argument other)| Name | Description |
| other | RoutineSpec.Argument |
| Type | Description |
| RoutineSpec.Argument.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RoutineSpec.Argument.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| RoutineSpec.Argument.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public RoutineSpec.Argument.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| RoutineSpec.Argument.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RoutineSpec.Argument.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| RoutineSpec.Argument.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RoutineSpec.Argument.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| RoutineSpec.Argument.Builder |
setMode(RoutineSpec.Argument.Mode value)
public RoutineSpec.Argument.Builder setMode(RoutineSpec.Argument.Mode value)Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;
| Name | Description |
| value | RoutineSpec.Argument.ModeThe mode to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setModeValue(int value)
public RoutineSpec.Argument.Builder setModeValue(int value)Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;
| Name | Description |
| value | intThe enum numeric value on the wire for mode to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setName(String value)
public RoutineSpec.Argument.Builder setName(String value)The name of the argument. A return argument of a function might not have a name.
string name = 1;
| Name | Description |
| value | StringThe name to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public RoutineSpec.Argument.Builder setNameBytes(ByteString value)The name of the argument. A return argument of a function might not have a name.
string name = 1;
| Name | Description |
| value | ByteStringThe bytes for name to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RoutineSpec.Argument.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| RoutineSpec.Argument.Builder |
setType(String value)
public RoutineSpec.Argument.Builder setType(String value)Type of the argument. The exact value depends on the source system and the language.
string type = 3;
| Name | Description |
| value | StringThe type to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public RoutineSpec.Argument.Builder setTypeBytes(ByteString value)Type of the argument. The exact value depends on the source system and the language.
string type = 3;
| Name | Description |
| value | ByteStringThe bytes for type to set. |
| Type | Description |
| RoutineSpec.Argument.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RoutineSpec.Argument.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| RoutineSpec.Argument.Builder |