public static interface RoutineSpec.ArgumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RoutineSpec.Argument.Mode |
getMode()
Specifies whether the argument is input or output.
|
int |
getModeValue()
Specifies whether the argument is input or output.
|
String |
getName()
The name of the argument.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the argument.
|
String |
getType()
Type of the argument.
|
com.google.protobuf.ByteString |
getTypeBytes()
Type of the argument.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the argument. A return argument of a function might not have a name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the argument. A return argument of a function might not have a name.
string name = 1;int getModeValue()
Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;RoutineSpec.Argument.Mode getMode()
Specifies whether the argument is input or output.
.google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode mode = 2;String getType()
Type of the argument. The exact value depends on the source system and the language.
string type = 3;com.google.protobuf.ByteString getTypeBytes()
Type of the argument. The exact value depends on the source system and the language.
string type = 3;Copyright © 2023 Google LLC. All rights reserved.