Package inference
Interface GrpcService.ModelRepositoryParameterOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GrpcService.ModelRepositoryParameter,GrpcService.ModelRepositoryParameter.Builder
- Enclosing class:
GrpcService
public static interface GrpcService.ModelRepositoryParameterOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean@@ ..com.google.protobuf.ByteString@@ ..long@@ ..@@ ..com.google.protobuf.ByteString@@ ..boolean@@ ..boolean@@ ..boolean@@ ..boolean@@ ..Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBoolParam
boolean hasBoolParam()@@ .. cpp:var:: bool bool_param @@ @@ A boolean parameter value. @@
bool bool_param = 1;- Returns:
- Whether the boolParam field is set.
-
getBoolParam
boolean getBoolParam()@@ .. cpp:var:: bool bool_param @@ @@ A boolean parameter value. @@
bool bool_param = 1;- Returns:
- The boolParam.
-
hasInt64Param
boolean hasInt64Param()@@ .. cpp:var:: int64 int64_param @@ @@ An int64 parameter value. @@
int64 int64_param = 2;- Returns:
- Whether the int64Param field is set.
-
getInt64Param
long getInt64Param()@@ .. cpp:var:: int64 int64_param @@ @@ An int64 parameter value. @@
int64 int64_param = 2;- Returns:
- The int64Param.
-
hasStringParam
boolean hasStringParam()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- Whether the stringParam field is set.
-
getStringParam
String getStringParam()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- The stringParam.
-
getStringParamBytes
com.google.protobuf.ByteString getStringParamBytes()@@ .. cpp:var:: string string_param @@ @@ A string parameter value. @@
string string_param = 3;- Returns:
- The bytes for stringParam.
-
hasBytesParam
boolean hasBytesParam()@@ .. cpp:var:: bytes bytes_param @@ @@ A bytes parameter value. @@
bytes bytes_param = 4;- Returns:
- Whether the bytesParam field is set.
-
getBytesParam
com.google.protobuf.ByteString getBytesParam()@@ .. cpp:var:: bytes bytes_param @@ @@ A bytes parameter value. @@
bytes bytes_param = 4;- Returns:
- The bytesParam.
-
getParameterChoiceCase
GrpcService.ModelRepositoryParameter.ParameterChoiceCase getParameterChoiceCase()
-