Class FileCharacteristics.Builder (0.90.0)
Stay organized with collections
Save and categorize content based on your preferences.
public static final class FileCharacteristics.Builder extends GeneratedMessage.Builder<FileCharacteristics.Builder> implements FileCharacteristicsOrBuilder
Caracteristics of other file types.
Protobuf type google.cloud.discoveryengine.v1alpha.FileCharacteristics
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
build()
public FileCharacteristics build()
buildPartial()
public FileCharacteristics buildPartial()
clear()
public FileCharacteristics.Builder clear()
Overrides
clearCharacteristics()
public FileCharacteristics.Builder clearCharacteristics()
containsCharacteristics(String key)
public boolean containsCharacteristics(String key)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
key |
String
|
getCharacteristics() (deprecated)
public Map<String,String> getCharacteristics()
getCharacteristicsCount()
public int getCharacteristicsCount()
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
|
getCharacteristicsMap()
public Map<String,String> getCharacteristicsMap()
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCharacteristicsOrDefault(String key, String defaultValue)
public String getCharacteristicsOrDefault(String key, String defaultValue)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
|
getCharacteristicsOrThrow(String key)
public String getCharacteristicsOrThrow(String key)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
|
getDefaultInstanceForType()
public FileCharacteristics getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getMutableCharacteristics() (deprecated)
public Map<String,String> getMutableCharacteristics()
Use alternate mutation accessors instead.
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(FileCharacteristics other)
public FileCharacteristics.Builder mergeFrom(FileCharacteristics other)
public FileCharacteristics.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public FileCharacteristics.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
putAllCharacteristics(Map<String,String> values)
public FileCharacteristics.Builder putAllCharacteristics(Map<String,String> values)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
putCharacteristics(String key, String value)
public FileCharacteristics.Builder putCharacteristics(String key, String value)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
removeCharacteristics(String key)
public FileCharacteristics.Builder removeCharacteristics(String key)
Output only. Generic map of characteristics.
map<string, string> characteristics = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
key |
String
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-07-31 UTC.
[null,null,["Last updated 2026-07-31 UTC."],[],[]]