Package com.google.api.expr.v1alpha1
Class Type.FunctionType.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Type.FunctionType,Type.FunctionType.Builder>
com.google.api.expr.v1alpha1.Type.FunctionType.Builder
- All Implemented Interfaces:
Type.FunctionTypeOrBuilder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
- Enclosing class:
- Type.FunctionType
public static final class Type.FunctionType.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Type.FunctionType,Type.FunctionType.Builder>
implements Type.FunctionTypeOrBuilder
Function type with result and arg types.Protobuf type
google.api.expr.v1alpha1.Type.FunctionType
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionaddAllArgTypes
(Iterable<? extends Type> values) Argument types of the function.addArgTypes
(int index, Type value) Argument types of the function.addArgTypes
(int index, Type.Builder builderForValue) Argument types of the function.addArgTypes
(Type value) Argument types of the function.addArgTypes
(Type.Builder builderForValue) Argument types of the function.Argument types of the function.Result type of the function.getArgTypes
(int index) Argument types of the function.int
Argument types of the function.Argument types of the function.Result type of the function.boolean
Result type of the function.mergeResultType
(Type value) Result type of the function.removeArgTypes
(int index) Argument types of the function.setArgTypes
(int index, Type value) Argument types of the function.setArgTypes
(int index, Type.Builder builderForValue) Argument types of the function.setResultType
(Type value) Result type of the function.setResultType
(Type.Builder builderForValue) Result type of the function.Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasResultType
public boolean hasResultType()Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
- Specified by:
hasResultType
in interfaceType.FunctionTypeOrBuilder
- Returns:
- Whether the resultType field is set.
-
getResultType
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
- Specified by:
getResultType
in interfaceType.FunctionTypeOrBuilder
- Returns:
- The resultType.
-
setResultType
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
-
setResultType
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
-
mergeResultType
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
-
clearResultType
Result type of the function.
.google.api.expr.v1alpha1.Type result_type = 1 [json_name = "resultType"];
-
getArgTypesList
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
- Specified by:
getArgTypesList
in interfaceType.FunctionTypeOrBuilder
-
getArgTypesCount
public int getArgTypesCount()Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
- Specified by:
getArgTypesCount
in interfaceType.FunctionTypeOrBuilder
-
getArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
- Specified by:
getArgTypes
in interfaceType.FunctionTypeOrBuilder
-
setArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
setArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
addArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
addArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
addArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
addArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
addAllArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
clearArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-
removeArgTypes
Argument types of the function.
repeated .google.api.expr.v1alpha1.Type arg_types = 2 [json_name = "argTypes"];
-