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

    Modifier and Type
    Method
    Description
    Some settings.
    Some settings.
    boolean
    Some settings.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasCommon

      boolean hasCommon()
       Some settings.
       
      .google.api.CommonLanguageSettings common = 1;
      Returns:
      Whether the common field is set.
    • getCommon

       Some settings.
       
      .google.api.CommonLanguageSettings common = 1;
      Returns:
      The common.
    • getCommonOrBuilder

      CommonLanguageSettingsOrBuilder getCommonOrBuilder()
       Some settings.
       
      .google.api.CommonLanguageSettings common = 1;