Uses of Class
com.google.cloud.aiplatform.v1beta1.StringArray
-
Packages that use StringArray Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of StringArray in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return StringArray Modifier and Type Method Description StringArray
StringArray.Builder. build()
StringArray
StringArray.Builder. buildPartial()
static StringArray
StringArray. getDefaultInstance()
StringArray
StringArray.Builder. getDefaultInstanceForType()
StringArray
StringArray. getDefaultInstanceForType()
StringArray
FeatureValue.Builder. getStringArrayValue()
A list of string type feature value.StringArray
FeatureValue. getStringArrayValue()
A list of string type feature value.StringArray
FeatureValueOrBuilder. getStringArrayValue()
A list of string type feature value.static StringArray
StringArray. parseDelimitedFrom(InputStream input)
static StringArray
StringArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringArray
StringArray. parseFrom(byte[] data)
static StringArray
StringArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringArray
StringArray. parseFrom(com.google.protobuf.ByteString data)
static StringArray
StringArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringArray
StringArray. parseFrom(com.google.protobuf.CodedInputStream input)
static StringArray
StringArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringArray
StringArray. parseFrom(InputStream input)
static StringArray
StringArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringArray
StringArray. parseFrom(ByteBuffer data)
static StringArray
StringArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type StringArray Modifier and Type Method Description com.google.protobuf.Parser<StringArray>
StringArray. getParserForType()
static com.google.protobuf.Parser<StringArray>
StringArray. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type StringArray Modifier and Type Method Description StringArray.Builder
StringArray.Builder. mergeFrom(StringArray other)
FeatureValue.Builder
FeatureValue.Builder. mergeStringArrayValue(StringArray value)
A list of string type feature value.static StringArray.Builder
StringArray. newBuilder(StringArray prototype)
FeatureValue.Builder
FeatureValue.Builder. setStringArrayValue(StringArray value)
A list of string type feature value.
-