- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public static final class Asset.DiscoverySpec.JsonOptions.Builder extends GeneratedMessageV3.Builder<Asset.DiscoverySpec.JsonOptions.Builder> implements Asset.DiscoverySpec.JsonOptionsOrBuilder
Describe JSON data format.
Protobuf type google.cloud.dataplex.v1.Asset.DiscoverySpec.JsonOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Asset.DiscoverySpec.JsonOptions.BuilderImplements
Asset.DiscoverySpec.JsonOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Asset.DiscoverySpec.JsonOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
build()
public Asset.DiscoverySpec.JsonOptions build()
Type | Description |
Asset.DiscoverySpec.JsonOptions |
buildPartial()
public Asset.DiscoverySpec.JsonOptions buildPartial()
Type | Description |
Asset.DiscoverySpec.JsonOptions |
clear()
public Asset.DiscoverySpec.JsonOptions.Builder clear()
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
clearDisableTypeInference()
public Asset.DiscoverySpec.JsonOptions.Builder clearDisableTypeInference()
Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).
bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder | This builder for chaining. |
clearEncoding()
public Asset.DiscoverySpec.JsonOptions.Builder clearEncoding()
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Asset.DiscoverySpec.JsonOptions.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Asset.DiscoverySpec.JsonOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
clone()
public Asset.DiscoverySpec.JsonOptions.Builder clone()
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
getDefaultInstanceForType()
public Asset.DiscoverySpec.JsonOptions getDefaultInstanceForType()
Type | Description |
Asset.DiscoverySpec.JsonOptions |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisableTypeInference()
public boolean getDisableTypeInference()
Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).
bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | The disableTypeInference. |
getEncoding()
public String getEncoding()
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String | The encoding. |
getEncodingBytes()
public ByteString getEncodingBytes()
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for encoding. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Asset.DiscoverySpec.JsonOptions other)
public Asset.DiscoverySpec.JsonOptions.Builder mergeFrom(Asset.DiscoverySpec.JsonOptions other)
Name | Description |
other | Asset.DiscoverySpec.JsonOptions |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Asset.DiscoverySpec.JsonOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Asset.DiscoverySpec.JsonOptions.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.JsonOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
setDisableTypeInference(boolean value)
public Asset.DiscoverySpec.JsonOptions.Builder setDisableTypeInference(boolean value)
Optional. Whether to disable the inference of data type for Json data. If true, all columns will be registered as their primitive types (strings, number or boolean).
bool disable_type_inference = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | boolean The disableTypeInference to set. |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder | This builder for chaining. |
setEncoding(String value)
public Asset.DiscoverySpec.JsonOptions.Builder setEncoding(String value)
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The encoding to set. |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder | This builder for chaining. |
setEncodingBytes(ByteString value)
public Asset.DiscoverySpec.JsonOptions.Builder setEncodingBytes(ByteString value)
Optional. The character encoding of the data. The default is UTF-8.
string encoding = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes for encoding to set. |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Asset.DiscoverySpec.JsonOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Asset.DiscoverySpec.JsonOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Asset.DiscoverySpec.JsonOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Asset.DiscoverySpec.JsonOptions.Builder |