Uses of Class
com.google.cloud.aiplatform.v1.StringArray
Packages that use StringArray
-
Uses of StringArray in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return StringArrayModifier and TypeMethodDescriptionStringArray.Builder.build()StringArray.Builder.buildPartial()static StringArrayStringArray.getDefaultInstance()StringArray.Builder.getDefaultInstanceForType()StringArray.getDefaultInstanceForType()FeatureValue.Builder.getStringArrayValue()A list of string type feature value.FeatureValue.getStringArrayValue()A list of string type feature value.FeatureValueOrBuilder.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 StringArrayModifier and TypeMethodDescriptioncom.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 StringArrayModifier and TypeMethodDescriptionStringArray.Builder.mergeFrom(StringArray other) FeatureValue.Builder.mergeStringArrayValue(StringArray value) A list of string type feature value.static StringArray.BuilderStringArray.newBuilder(StringArray prototype) FeatureValue.Builder.setStringArrayValue(StringArray value) A list of string type feature value.