Class Openapiv2.JSONSchema.FieldConfiguration.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.JSONSchema.FieldConfiguration.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.JSONSchema.FieldConfiguration.Builder>
      • getDefaultInstanceForType

        public Openapiv2.JSONSchema.FieldConfiguration getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Openapiv2.JSONSchema.FieldConfiguration build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Openapiv2.JSONSchema.FieldConfiguration buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.JSONSchema.FieldConfiguration.Builder>
      • mergeFrom

        public Openapiv2.JSONSchema.FieldConfiguration.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                  throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.JSONSchema.FieldConfiguration.Builder>
        Throws:
        java.io.IOException
      • getPathParamName

        public java.lang.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;
        Specified by:
        getPathParamName in interface Openapiv2.JSONSchema.FieldConfigurationOrBuilder
        Returns:
        The pathParamName.
      • getPathParamNameBytes

        public com.google.protobuf.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;
        Specified by:
        getPathParamNameBytes in interface Openapiv2.JSONSchema.FieldConfigurationOrBuilder
        Returns:
        The bytes for pathParamName.
      • setPathParamName

        public Openapiv2.JSONSchema.FieldConfiguration.Builder setPathParamName​(java.lang.String value)
         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;
        Parameters:
        value - The pathParamName to set.
        Returns:
        This builder for chaining.
      • clearPathParamName

        public Openapiv2.JSONSchema.FieldConfiguration.Builder clearPathParamName()
         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;
        Returns:
        This builder for chaining.
      • setPathParamNameBytes

        public Openapiv2.JSONSchema.FieldConfiguration.Builder setPathParamNameBytes​(com.google.protobuf.ByteString value)
         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;
        Parameters:
        value - The bytes for pathParamName to set.
        Returns:
        This builder for chaining.