Uses of Class
com.google.cloud.aiplatform.v1.StringArray.Builder
Packages that use StringArray.Builder
-
Uses of StringArray.Builder in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StringArray.BuilderModifier and TypeMethodDescriptionStringArray.Builder.addAllValues(Iterable<String> values) A list of string values.A list of string values.StringArray.Builder.addValuesBytes(com.google.protobuf.ByteString value) A list of string values.StringArray.Builder.clear()StringArray.Builder.clearValues()A list of string values.FeatureValue.Builder.getStringArrayValueBuilder()A list of string type feature value.StringArray.Builder.mergeFrom(StringArray other) StringArray.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StringArray.Builder.mergeFrom(com.google.protobuf.Message other) static StringArray.BuilderStringArray.newBuilder()static StringArray.BuilderStringArray.newBuilder(StringArray prototype) StringArray.newBuilderForType()protected StringArray.BuilderStringArray.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) A list of string values.StringArray.toBuilder()Methods in com.google.cloud.aiplatform.v1 with parameters of type StringArray.BuilderModifier and TypeMethodDescriptionFeatureValue.Builder.setStringArrayValue(StringArray.Builder builderForValue) A list of string type feature value.