Package com.google.api
Interface PythonSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PythonSettings
,PythonSettings.Builder
public interface PythonSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonLanguageSettings
getCommon()
Some settings.CommonLanguageSettingsOrBuilder
getCommonOrBuilder()
Some settings.boolean
hasCommon()
Some settings.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCommon
boolean hasCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
- Returns:
- Whether the common field is set.
-
getCommon
CommonLanguageSettings getCommon()
Some settings.
.google.api.CommonLanguageSettings common = 1;
- Returns:
- The common.
-
getCommonOrBuilder
CommonLanguageSettingsOrBuilder getCommonOrBuilder()
Some settings.
.google.api.CommonLanguageSettings common = 1;
-
-