Uses of Class
com.google.cloud.aiplatform.v1.StringArray
-
Packages that use StringArray Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of StringArray in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StringArray Modifier and Type Method Description StringArrayStringArray.Builder. build()StringArrayStringArray.Builder. buildPartial()static StringArrayStringArray. getDefaultInstance()StringArrayStringArray.Builder. getDefaultInstanceForType()StringArrayStringArray. getDefaultInstanceForType()StringArrayFeatureValue.Builder. getStringArrayValue()A list of string type feature value.StringArrayFeatureValue. getStringArrayValue()A list of string type feature value.StringArrayFeatureValueOrBuilder. getStringArrayValue()A list of string type feature value.static StringArrayStringArray. parseDelimitedFrom(InputStream input)static StringArrayStringArray. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringArrayStringArray. parseFrom(byte[] data)static StringArrayStringArray. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringArrayStringArray. parseFrom(com.google.protobuf.ByteString data)static StringArrayStringArray. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringArrayStringArray. parseFrom(com.google.protobuf.CodedInputStream input)static StringArrayStringArray. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringArrayStringArray. parseFrom(InputStream input)static StringArrayStringArray. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static StringArrayStringArray. parseFrom(ByteBuffer data)static StringArrayStringArray. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 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.v1 with parameters of type StringArray Modifier and Type Method Description StringArray.BuilderStringArray.Builder. mergeFrom(StringArray other)FeatureValue.BuilderFeatureValue.Builder. mergeStringArrayValue(StringArray value)A list of string type feature value.static StringArray.BuilderStringArray. newBuilder(StringArray prototype)FeatureValue.BuilderFeatureValue.Builder. setStringArrayValue(StringArray value)A list of string type feature value.
-