Package com.google.cloud.aiplatform.v1
Interface PartialArgOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartialArg,PartialArg.Builder
@Generated
public interface PartialArgOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOptional.Required.com.google.protobuf.ByteStringRequired.com.google.protobuf.NullValueOptional.intOptional.doubleOptional.Optional.com.google.protobuf.ByteStringOptional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.booleanOptional.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
-
hasNullValue
boolean hasNullValue()Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the nullValue field is set.
-
getNullValueValue
int getNullValueValue()Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The enum numeric value on the wire for nullValue.
-
getNullValue
com.google.protobuf.NullValue getNullValue()Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The nullValue.
-
hasNumberValue
boolean hasNumberValue()Optional. Represents a double value.
double number_value = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the numberValue field is set.
-
getNumberValue
double getNumberValue()Optional. Represents a double value.
double number_value = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The numberValue.
-
hasStringValue
boolean hasStringValue()Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the stringValue field is set.
-
getStringValue
String getStringValue()Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The stringValue.
-
getStringValueBytes
com.google.protobuf.ByteString getStringValueBytes()Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for stringValue.
-
hasBoolValue
boolean hasBoolValue()Optional. Represents a boolean value.
bool bool_value = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the boolValue field is set.
-
getBoolValue
boolean getBoolValue()Optional. Represents a boolean value.
bool bool_value = 5 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The boolValue.
-
getJsonPath
String getJsonPath()Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".
string json_path = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The jsonPath.
-
getJsonPathBytes
com.google.protobuf.ByteString getJsonPathBytes()Required. A JSON Path (RFC 9535) to the argument being streamed. https://datatracker.ietf.org/doc/html/rfc9535. e.g. "$.foo.bar[0].data".
string json_path = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for jsonPath.
-
getWillContinue
boolean getWillContinue()Optional. Whether this is not the last part of the same json_path. If true, another PartialArg message for the current json_path is expected to follow.
bool will_continue = 6 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The willContinue.
-
getDeltaCase
PartialArg.DeltaCase getDeltaCase()
-