Package 

Interface Openapiv2.JSONSchema.FieldConfigurationOrBuilder

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getPathParamName()
      Alternative parameter name when used as path parameter. If set, this will
      be used as the complete parameter name when this field is used as a path
      parameter. Use this to avoid having auto generated path parameter names
      for overlapping paths.
      
      string path_param_name = 47;
      abstract ByteString getPathParamNameBytes()
      Alternative parameter name when used as path parameter. If set, this will
      be used as the complete parameter name when this field is used as a path
      parameter. Use this to avoid having auto generated path parameter names
      for overlapping paths.
      
      string path_param_name = 47;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getPathParamName

         abstract String getPathParamName()
        Alternative parameter name when used as path parameter. If set, this will
        be used as the complete parameter name when this field is used as a path
        parameter. Use this to avoid having auto generated path parameter names
        for overlapping paths.
        
        string path_param_name = 47;
      • getPathParamNameBytes

         abstract ByteString getPathParamNameBytes()
        Alternative parameter name when used as path parameter. If set, this will
        be used as the complete parameter name when this field is used as a path
        parameter. Use this to avoid having auto generated path parameter names
        for overlapping paths.
        
        string path_param_name = 47;