public final class PartialArg extends GeneratedMessage implements PartialArgOrBuilder
Partial argument value of the function call.
Protobuf type google.cloud.aiplatform.v1.PartialArg
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PartialArg.Builder newBuilderForType()
protected PartialArg.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
public PartialArg.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides