public static final class PythonSettings.Builder extends GeneratedMessageV3.Builder<PythonSettings.Builder> implements PythonSettingsOrBuilder
Settings for Python client libraries.
Protobuf type google.api.PythonSettings
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PythonSettings.BuilderImplements
PythonSettingsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PythonSettings.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PythonSettings.Builder |
build()
public PythonSettings build()
Type | Description |
PythonSettings |
buildPartial()
public PythonSettings buildPartial()
Type | Description |
PythonSettings |
clear()
public PythonSettings.Builder clear()
Type | Description |
PythonSettings.Builder |
clearCommon()
public PythonSettings.Builder clearCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
PythonSettings.Builder |
clearField(Descriptors.FieldDescriptor field)
public PythonSettings.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PythonSettings.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PythonSettings.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PythonSettings.Builder |
clone()
public PythonSettings.Builder clone()
Type | Description |
PythonSettings.Builder |
getCommon()
public CommonLanguageSettings getCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
CommonLanguageSettings | The common. |
getCommonBuilder()
public CommonLanguageSettings.Builder getCommonBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
CommonLanguageSettings.Builder |
getCommonOrBuilder()
public CommonLanguageSettingsOrBuilder getCommonOrBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
CommonLanguageSettingsOrBuilder |
getDefaultInstanceForType()
public PythonSettings getDefaultInstanceForType()
Type | Description |
PythonSettings |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
hasCommon()
public boolean hasCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
Type | Description |
boolean | Whether the common field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCommon(CommonLanguageSettings value)
public PythonSettings.Builder mergeCommon(CommonLanguageSettings value)
Some settings.
.google.api.CommonLanguageSettings common = 1;
Name | Description |
value | CommonLanguageSettings |
Type | Description |
PythonSettings.Builder |
mergeFrom(PythonSettings other)
public PythonSettings.Builder mergeFrom(PythonSettings other)
Name | Description |
other | PythonSettings |
Type | Description |
PythonSettings.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PythonSettings.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PythonSettings.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PythonSettings.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PythonSettings.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PythonSettings.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PythonSettings.Builder |
setCommon(CommonLanguageSettings value)
public PythonSettings.Builder setCommon(CommonLanguageSettings value)
Some settings.
.google.api.CommonLanguageSettings common = 1;
Name | Description |
value | CommonLanguageSettings |
Type | Description |
PythonSettings.Builder |
setCommon(CommonLanguageSettings.Builder builderForValue)
public PythonSettings.Builder setCommon(CommonLanguageSettings.Builder builderForValue)
Some settings.
.google.api.CommonLanguageSettings common = 1;
Name | Description |
builderForValue | CommonLanguageSettings.Builder |
Type | Description |
PythonSettings.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PythonSettings.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PythonSettings.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PythonSettings.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PythonSettings.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PythonSettings.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PythonSettings.Builder |