Class AnalysisOptions.Python.Builder (0.11.0)

public static final class AnalysisOptions.Python.Builder extends GeneratedMessage.Builder<AnalysisOptions.Python.Builder> implements AnalysisOptions.PythonOrBuilder

Options for Python analysis.

Protobuf type google.cloud.geminidataanalytics.v1beta.AnalysisOptions.Python

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AnalysisOptions.Python build()
Returns
Type Description
AnalysisOptions.Python

buildPartial()

public AnalysisOptions.Python buildPartial()
Returns
Type Description
AnalysisOptions.Python

clear()

public AnalysisOptions.Python.Builder clear()
Returns
Type Description
AnalysisOptions.Python.Builder
Overrides

clearEnabled()

public AnalysisOptions.Python.Builder clearEnabled()

Optional. Whether to enable Python analysis. Defaults to false.

bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AnalysisOptions.Python.Builder

This builder for chaining.

getDefaultInstanceForType()

public AnalysisOptions.Python getDefaultInstanceForType()
Returns
Type Description
AnalysisOptions.Python

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getEnabled()

public boolean getEnabled()

Optional. Whether to enable Python analysis. Defaults to false.

bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The enabled.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AnalysisOptions.Python other)

public AnalysisOptions.Python.Builder mergeFrom(AnalysisOptions.Python other)
Parameter
Name Description
other AnalysisOptions.Python
Returns
Type Description
AnalysisOptions.Python.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AnalysisOptions.Python.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AnalysisOptions.Python.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AnalysisOptions.Python.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AnalysisOptions.Python.Builder
Overrides

setEnabled(boolean value)

public AnalysisOptions.Python.Builder setEnabled(boolean value)

Optional. Whether to enable Python analysis. Defaults to false.

bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The enabled to set.

Returns
Type Description
AnalysisOptions.Python.Builder

This builder for chaining.