Class RoutineSpec.Argument (1.48.0)

public static final class RoutineSpec.Argument extends GeneratedMessageV3 implements RoutineSpec.ArgumentOrBuilder

Input or output argument of a function or stored procedure.

Protobuf type google.cloud.datacatalog.v1.RoutineSpec.Argument

Static Fields

MODE_FIELD_NUMBER

public static final int MODE_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RoutineSpec.Argument getDefaultInstance()
Returns
Type Description
RoutineSpec.Argument

getDescriptor()

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

newBuilder()

public static RoutineSpec.Argument.Builder newBuilder()
Returns
Type Description
RoutineSpec.Argument.Builder

newBuilder(RoutineSpec.Argument prototype)

public static RoutineSpec.Argument.Builder newBuilder(RoutineSpec.Argument prototype)
Parameter
Name Description
prototype RoutineSpec.Argument
Returns
Type Description
RoutineSpec.Argument.Builder

parseDelimitedFrom(InputStream input)

public static RoutineSpec.Argument parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RoutineSpec.Argument parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RoutineSpec.Argument parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RoutineSpec.Argument parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RoutineSpec.Argument parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RoutineSpec.Argument parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RoutineSpec.Argument parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RoutineSpec.Argument
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RoutineSpec.Argument> parser()
Returns
Type Description
Parser<Argument>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RoutineSpec.Argument getDefaultInstanceForType()
Returns
Type Description
RoutineSpec.Argument

getMode()

public RoutineSpec.Argument.Mode getMode()

Specifies whether the argument is input or output.

.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;

Returns
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;

Returns
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;

Returns
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;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<RoutineSpec.Argument> getParserForType()
Returns
Type Description
Parser<Argument>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public String getType()

Type of the argument. The exact value depends on the source system and the language.

string type = 3;

Returns
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;

Returns
Type Description
ByteString

The bytes for type.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RoutineSpec.Argument.Builder newBuilderForType()
Returns
Type Description
RoutineSpec.Argument.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RoutineSpec.Argument.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RoutineSpec.Argument.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public RoutineSpec.Argument.Builder toBuilder()
Returns
Type Description
RoutineSpec.Argument.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException