Send feedback
Class PartialArg (3.82.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public final class PartialArg extends GeneratedMessageV3 implements PartialArgOrBuilder
Partial argument value of the function call.
Protobuf type google.cloud.aiplatform.v1.PartialArg
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BOOL_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int JSON_PATH_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NULL_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NUMBER_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STRING_VALUE_FIELD_NUMBER
Field Value
Type
Description
int
public static final int WILL_CONTINUE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static PartialArg getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static PartialArg . Builder newBuilder ()
public static PartialArg . Builder newBuilder ( PartialArg prototype )
public static PartialArg parseDelimitedFrom ( InputStream input )
public static PartialArg parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PartialArg parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static PartialArg parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static PartialArg parseFrom ( ByteString data )
public static PartialArg parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static PartialArg parseFrom ( CodedInputStream input )
public static PartialArg parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static PartialArg parseFrom ( InputStream input )
public static PartialArg parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static PartialArg parseFrom ( ByteBuffer data )
public static PartialArg parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<PartialArg> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public boolean getBoolValue ()
Optional. Represents a boolean value.
bool bool_value = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
The boolValue.
public PartialArg getDefaultInstanceForType ()
public PartialArg . DeltaCase getDeltaCase ()
public String getJsonPath ()
Returns
Type
Description
String
The jsonPath.
public ByteString getJsonPathBytes ()
Returns
Type
Description
ByteString
The bytes for jsonPath.
public NullValue getNullValue ()
Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
NullValue
The nullValue.
public int getNullValueValue ()
Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The enum numeric value on the wire for nullValue.
public double getNumberValue ()
Optional. Represents a double value.
double number_value = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
double
The numberValue.
public Parser<PartialArg> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public String getStringValue ()
Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The stringValue.
public ByteString getStringValueBytes ()
Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for stringValue.
public 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
Type
Description
boolean
The willContinue.
public boolean hasBoolValue ()
Optional. Represents a boolean value.
bool bool_value = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the boolValue field is set.
public boolean hasNullValue ()
Optional. Represents a null value.
.google.protobuf.NullValue null_value = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the nullValue field is set.
public boolean hasNumberValue ()
Optional. Represents a double value.
double number_value = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the numberValue field is set.
public boolean hasStringValue ()
Optional. Represents a string value.
string string_value = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
boolean
Whether the stringValue field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public PartialArg . Builder newBuilderForType ()
protected PartialArg . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public PartialArg . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-09 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-09 UTC."],[],[]]