urlgroup

package
v0.0.0-...-4a6d4ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 9, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package urlgroup implements the Azure ARM Urlgroup service API version 1.0.0.

Test Infrastructure for AutoRest

Index

Constants

View Source
const (
	// DefaultBaseURI is the default URI used for the service Urlgroup
	DefaultBaseURI = "http://localhost:3000"
)

Variables

This section is empty.

Functions

func UserAgent

func UserAgent() string

UserAgent returns the UserAgent string to use when sending http.Requests.

func Version

func Version() string

Version returns the semantic version (see http://semver.org) of the client.

Types

type BaseClient

type BaseClient struct {
	autorest.Client
	BaseURI           string
	GlobalStringPath  string
	GlobalStringQuery string
}

BaseClient is the base client for Urlgroup.

func New

func New(globalStringPath string, globalStringQuery string) BaseClient

New creates an instance of the BaseClient client.

func NewWithBaseURI

func NewWithBaseURI(baseURI string, globalStringPath string, globalStringQuery string) BaseClient

NewWithBaseURI creates an instance of the BaseClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

type Error

type Error struct {
	Status  *int32  `json:"status,omitempty"`
	Message *string `json:"message,omitempty"`
}

Error ...

type PathItemsClient

type PathItemsClient struct {
	BaseClient
}

PathItemsClient is the test Infrastructure for AutoRest

func NewPathItemsClient

func NewPathItemsClient(globalStringPath string, globalStringQuery string) PathItemsClient

NewPathItemsClient creates an instance of the PathItemsClient client.

func NewPathItemsClientWithBaseURI

func NewPathItemsClientWithBaseURI(baseURI string, globalStringPath string, globalStringQuery string) PathItemsClient

NewPathItemsClientWithBaseURI creates an instance of the PathItemsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (PathItemsClient) GetAllWithValues

func (client PathItemsClient) GetAllWithValues(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (result autorest.Response, err error)

GetAllWithValues send globalStringPath='globalStringPath', pathItemStringPath='pathItemStringPath', localStringPath='localStringPath', globalStringQuery='globalStringQuery', pathItemStringQuery='pathItemStringQuery', localStringQuery='localStringQuery' Parameters: localStringPath - should contain value 'localStringPath' pathItemStringPath - a string value 'pathItemStringPath' that appears in the path localStringQuery - should contain value 'localStringQuery' pathItemStringQuery - a string value 'pathItemStringQuery' that appears as a query parameter

func (PathItemsClient) GetAllWithValuesPreparer

func (client PathItemsClient) GetAllWithValuesPreparer(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (*http.Request, error)

GetAllWithValuesPreparer prepares the GetAllWithValues request.

func (PathItemsClient) GetAllWithValuesResponder

func (client PathItemsClient) GetAllWithValuesResponder(resp *http.Response) (result autorest.Response, err error)

GetAllWithValuesResponder handles the response to the GetAllWithValues request. The method always closes the http.Response Body.

func (PathItemsClient) GetAllWithValuesSender

func (client PathItemsClient) GetAllWithValuesSender(req *http.Request) (*http.Response, error)

GetAllWithValuesSender sends the GetAllWithValues request. The method will close the http.Response Body if it receives an error.

func (PathItemsClient) GetGlobalAndLocalQueryNull

func (client PathItemsClient) GetGlobalAndLocalQueryNull(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (result autorest.Response, err error)

GetGlobalAndLocalQueryNull send globalStringPath=globalStringPath, pathItemStringPath='pathItemStringPath', localStringPath='localStringPath', globalStringQuery=null, pathItemStringQuery='pathItemStringQuery', localStringQuery=null Parameters: localStringPath - should contain value 'localStringPath' pathItemStringPath - a string value 'pathItemStringPath' that appears in the path localStringQuery - should contain null value pathItemStringQuery - a string value 'pathItemStringQuery' that appears as a query parameter

func (PathItemsClient) GetGlobalAndLocalQueryNullPreparer

func (client PathItemsClient) GetGlobalAndLocalQueryNullPreparer(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (*http.Request, error)

GetGlobalAndLocalQueryNullPreparer prepares the GetGlobalAndLocalQueryNull request.

func (PathItemsClient) GetGlobalAndLocalQueryNullResponder

func (client PathItemsClient) GetGlobalAndLocalQueryNullResponder(resp *http.Response) (result autorest.Response, err error)

GetGlobalAndLocalQueryNullResponder handles the response to the GetGlobalAndLocalQueryNull request. The method always closes the http.Response Body.

func (PathItemsClient) GetGlobalAndLocalQueryNullSender

func (client PathItemsClient) GetGlobalAndLocalQueryNullSender(req *http.Request) (*http.Response, error)

GetGlobalAndLocalQueryNullSender sends the GetGlobalAndLocalQueryNull request. The method will close the http.Response Body if it receives an error.

func (PathItemsClient) GetGlobalQueryNull

func (client PathItemsClient) GetGlobalQueryNull(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (result autorest.Response, err error)

GetGlobalQueryNull send globalStringPath='globalStringPath', pathItemStringPath='pathItemStringPath', localStringPath='localStringPath', globalStringQuery=null, pathItemStringQuery='pathItemStringQuery', localStringQuery='localStringQuery' Parameters: localStringPath - should contain value 'localStringPath' pathItemStringPath - a string value 'pathItemStringPath' that appears in the path localStringQuery - should contain value 'localStringQuery' pathItemStringQuery - a string value 'pathItemStringQuery' that appears as a query parameter

func (PathItemsClient) GetGlobalQueryNullPreparer

func (client PathItemsClient) GetGlobalQueryNullPreparer(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (*http.Request, error)

GetGlobalQueryNullPreparer prepares the GetGlobalQueryNull request.

func (PathItemsClient) GetGlobalQueryNullResponder

func (client PathItemsClient) GetGlobalQueryNullResponder(resp *http.Response) (result autorest.Response, err error)

GetGlobalQueryNullResponder handles the response to the GetGlobalQueryNull request. The method always closes the http.Response Body.

func (PathItemsClient) GetGlobalQueryNullSender

func (client PathItemsClient) GetGlobalQueryNullSender(req *http.Request) (*http.Response, error)

GetGlobalQueryNullSender sends the GetGlobalQueryNull request. The method will close the http.Response Body if it receives an error.

func (PathItemsClient) GetLocalPathItemQueryNull

func (client PathItemsClient) GetLocalPathItemQueryNull(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (result autorest.Response, err error)

GetLocalPathItemQueryNull send globalStringPath='globalStringPath', pathItemStringPath='pathItemStringPath', localStringPath='localStringPath', globalStringQuery='globalStringQuery', pathItemStringQuery=null, localStringQuery=null Parameters: localStringPath - should contain value 'localStringPath' pathItemStringPath - a string value 'pathItemStringPath' that appears in the path localStringQuery - should contain value null pathItemStringQuery - should contain value null

func (PathItemsClient) GetLocalPathItemQueryNullPreparer

func (client PathItemsClient) GetLocalPathItemQueryNullPreparer(ctx context.Context, localStringPath string, pathItemStringPath string, localStringQuery string, pathItemStringQuery string) (*http.Request, error)

GetLocalPathItemQueryNullPreparer prepares the GetLocalPathItemQueryNull request.

func (PathItemsClient) GetLocalPathItemQueryNullResponder

func (client PathItemsClient) GetLocalPathItemQueryNullResponder(resp *http.Response) (result autorest.Response, err error)

GetLocalPathItemQueryNullResponder handles the response to the GetLocalPathItemQueryNull request. The method always closes the http.Response Body.

func (PathItemsClient) GetLocalPathItemQueryNullSender

func (client PathItemsClient) GetLocalPathItemQueryNullSender(req *http.Request) (*http.Response, error)

GetLocalPathItemQueryNullSender sends the GetLocalPathItemQueryNull request. The method will close the http.Response Body if it receives an error.

type PathsClient

type PathsClient struct {
	BaseClient
}

PathsClient is the test Infrastructure for AutoRest

func NewPathsClient

func NewPathsClient(globalStringPath string, globalStringQuery string) PathsClient

NewPathsClient creates an instance of the PathsClient client.

func NewPathsClientWithBaseURI

func NewPathsClientWithBaseURI(baseURI string, globalStringPath string, globalStringQuery string) PathsClient

NewPathsClientWithBaseURI creates an instance of the PathsClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (PathsClient) ArrayCsvInPath

func (client PathsClient) ArrayCsvInPath(ctx context.Context, arrayPath []string) (result autorest.Response, err error)

ArrayCsvInPath get an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the csv-array format Parameters: arrayPath - an array of string ['ArrayPath1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the csv-array format

func (PathsClient) ArrayCsvInPathPreparer

func (client PathsClient) ArrayCsvInPathPreparer(ctx context.Context, arrayPath []string) (*http.Request, error)

ArrayCsvInPathPreparer prepares the ArrayCsvInPath request.

func (PathsClient) ArrayCsvInPathResponder

func (client PathsClient) ArrayCsvInPathResponder(resp *http.Response) (result autorest.Response, err error)

ArrayCsvInPathResponder handles the response to the ArrayCsvInPath request. The method always closes the http.Response Body.

func (PathsClient) ArrayCsvInPathSender

func (client PathsClient) ArrayCsvInPathSender(req *http.Request) (*http.Response, error)

ArrayCsvInPathSender sends the ArrayCsvInPath request. The method will close the http.Response Body if it receives an error.

func (PathsClient) Base64URL

func (client PathsClient) Base64URL(ctx context.Context, base64URLPath string) (result autorest.Response, err error)

Base64URL get 'lorem' encoded value as 'bG9yZW0' (base64url) Parameters: base64URLPath - base64url encoded value

func (PathsClient) Base64URLPreparer

func (client PathsClient) Base64URLPreparer(ctx context.Context, base64URLPath string) (*http.Request, error)

Base64URLPreparer prepares the Base64URL request.

func (PathsClient) Base64URLResponder

func (client PathsClient) Base64URLResponder(resp *http.Response) (result autorest.Response, err error)

Base64URLResponder handles the response to the Base64URL request. The method always closes the http.Response Body.

func (PathsClient) Base64URLSender

func (client PathsClient) Base64URLSender(req *http.Request) (*http.Response, error)

Base64URLSender sends the Base64URL request. The method will close the http.Response Body if it receives an error.

func (PathsClient) ByteEmpty

func (client PathsClient) ByteEmpty(ctx context.Context) (result autorest.Response, err error)

ByteEmpty get ” as byte array

func (PathsClient) ByteEmptyPreparer

func (client PathsClient) ByteEmptyPreparer(ctx context.Context) (*http.Request, error)

ByteEmptyPreparer prepares the ByteEmpty request.

func (PathsClient) ByteEmptyResponder

func (client PathsClient) ByteEmptyResponder(resp *http.Response) (result autorest.Response, err error)

ByteEmptyResponder handles the response to the ByteEmpty request. The method always closes the http.Response Body.

func (PathsClient) ByteEmptySender

func (client PathsClient) ByteEmptySender(req *http.Request) (*http.Response, error)

ByteEmptySender sends the ByteEmpty request. The method will close the http.Response Body if it receives an error.

func (PathsClient) ByteMultiByte

func (client PathsClient) ByteMultiByte(ctx context.Context, bytePath []byte) (result autorest.Response, err error)

ByteMultiByte get '啊齄丂狛狜隣郎隣兀﨩' multibyte value as utf-8 encoded byte array Parameters: bytePath - '啊齄丂狛狜隣郎隣兀﨩' multibyte value as utf-8 encoded byte array

func (PathsClient) ByteMultiBytePreparer

func (client PathsClient) ByteMultiBytePreparer(ctx context.Context, bytePath []byte) (*http.Request, error)

ByteMultiBytePreparer prepares the ByteMultiByte request.

func (PathsClient) ByteMultiByteResponder

func (client PathsClient) ByteMultiByteResponder(resp *http.Response) (result autorest.Response, err error)

ByteMultiByteResponder handles the response to the ByteMultiByte request. The method always closes the http.Response Body.

func (PathsClient) ByteMultiByteSender

func (client PathsClient) ByteMultiByteSender(req *http.Request) (*http.Response, error)

ByteMultiByteSender sends the ByteMultiByte request. The method will close the http.Response Body if it receives an error.

func (PathsClient) ByteNull

func (client PathsClient) ByteNull(ctx context.Context, bytePath []byte) (result autorest.Response, err error)

ByteNull get null as byte array (should throw) Parameters: bytePath - null as byte array (should throw)

func (PathsClient) ByteNullPreparer

func (client PathsClient) ByteNullPreparer(ctx context.Context, bytePath []byte) (*http.Request, error)

ByteNullPreparer prepares the ByteNull request.

func (PathsClient) ByteNullResponder

func (client PathsClient) ByteNullResponder(resp *http.Response) (result autorest.Response, err error)

ByteNullResponder handles the response to the ByteNull request. The method always closes the http.Response Body.

func (PathsClient) ByteNullSender

func (client PathsClient) ByteNullSender(req *http.Request) (*http.Response, error)

ByteNullSender sends the ByteNull request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DateNull

func (client PathsClient) DateNull(ctx context.Context, datePath date.Date) (result autorest.Response, err error)

DateNull get null as date - this should throw or be unusable on the client side, depending on date representation Parameters: datePath - null as date (should throw)

func (PathsClient) DateNullPreparer

func (client PathsClient) DateNullPreparer(ctx context.Context, datePath date.Date) (*http.Request, error)

DateNullPreparer prepares the DateNull request.

func (PathsClient) DateNullResponder

func (client PathsClient) DateNullResponder(resp *http.Response) (result autorest.Response, err error)

DateNullResponder handles the response to the DateNull request. The method always closes the http.Response Body.

func (PathsClient) DateNullSender

func (client PathsClient) DateNullSender(req *http.Request) (*http.Response, error)

DateNullSender sends the DateNull request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DateTimeNull

func (client PathsClient) DateTimeNull(ctx context.Context, dateTimePath date.Time) (result autorest.Response, err error)

DateTimeNull get null as date-time, should be disallowed or throw depending on representation of date-time Parameters: dateTimePath - null as date-time

func (PathsClient) DateTimeNullPreparer

func (client PathsClient) DateTimeNullPreparer(ctx context.Context, dateTimePath date.Time) (*http.Request, error)

DateTimeNullPreparer prepares the DateTimeNull request.

func (PathsClient) DateTimeNullResponder

func (client PathsClient) DateTimeNullResponder(resp *http.Response) (result autorest.Response, err error)

DateTimeNullResponder handles the response to the DateTimeNull request. The method always closes the http.Response Body.

func (PathsClient) DateTimeNullSender

func (client PathsClient) DateTimeNullSender(req *http.Request) (*http.Response, error)

DateTimeNullSender sends the DateTimeNull request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DateTimeValid

func (client PathsClient) DateTimeValid(ctx context.Context) (result autorest.Response, err error)

DateTimeValid get '2012-01-01T01:01:01Z' as date-time

func (PathsClient) DateTimeValidPreparer

func (client PathsClient) DateTimeValidPreparer(ctx context.Context) (*http.Request, error)

DateTimeValidPreparer prepares the DateTimeValid request.

func (PathsClient) DateTimeValidResponder

func (client PathsClient) DateTimeValidResponder(resp *http.Response) (result autorest.Response, err error)

DateTimeValidResponder handles the response to the DateTimeValid request. The method always closes the http.Response Body.

func (PathsClient) DateTimeValidSender

func (client PathsClient) DateTimeValidSender(req *http.Request) (*http.Response, error)

DateTimeValidSender sends the DateTimeValid request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DateValid

func (client PathsClient) DateValid(ctx context.Context) (result autorest.Response, err error)

DateValid get '2012-01-01' as date

func (PathsClient) DateValidPreparer

func (client PathsClient) DateValidPreparer(ctx context.Context) (*http.Request, error)

DateValidPreparer prepares the DateValid request.

func (PathsClient) DateValidResponder

func (client PathsClient) DateValidResponder(resp *http.Response) (result autorest.Response, err error)

DateValidResponder handles the response to the DateValid request. The method always closes the http.Response Body.

func (PathsClient) DateValidSender

func (client PathsClient) DateValidSender(req *http.Request) (*http.Response, error)

DateValidSender sends the DateValid request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DoubleDecimalNegative

func (client PathsClient) DoubleDecimalNegative(ctx context.Context) (result autorest.Response, err error)

DoubleDecimalNegative get '-9999999.999' numeric value

func (PathsClient) DoubleDecimalNegativePreparer

func (client PathsClient) DoubleDecimalNegativePreparer(ctx context.Context) (*http.Request, error)

DoubleDecimalNegativePreparer prepares the DoubleDecimalNegative request.

func (PathsClient) DoubleDecimalNegativeResponder

func (client PathsClient) DoubleDecimalNegativeResponder(resp *http.Response) (result autorest.Response, err error)

DoubleDecimalNegativeResponder handles the response to the DoubleDecimalNegative request. The method always closes the http.Response Body.

func (PathsClient) DoubleDecimalNegativeSender

func (client PathsClient) DoubleDecimalNegativeSender(req *http.Request) (*http.Response, error)

DoubleDecimalNegativeSender sends the DoubleDecimalNegative request. The method will close the http.Response Body if it receives an error.

func (PathsClient) DoubleDecimalPositive

func (client PathsClient) DoubleDecimalPositive(ctx context.Context) (result autorest.Response, err error)

DoubleDecimalPositive get '9999999.999' numeric value

func (PathsClient) DoubleDecimalPositivePreparer

func (client PathsClient) DoubleDecimalPositivePreparer(ctx context.Context) (*http.Request, error)

DoubleDecimalPositivePreparer prepares the DoubleDecimalPositive request.

func (PathsClient) DoubleDecimalPositiveResponder

func (client PathsClient) DoubleDecimalPositiveResponder(resp *http.Response) (result autorest.Response, err error)

DoubleDecimalPositiveResponder handles the response to the DoubleDecimalPositive request. The method always closes the http.Response Body.

func (PathsClient) DoubleDecimalPositiveSender

func (client PathsClient) DoubleDecimalPositiveSender(req *http.Request) (*http.Response, error)

DoubleDecimalPositiveSender sends the DoubleDecimalPositive request. The method will close the http.Response Body if it receives an error.

func (PathsClient) EnumNull

func (client PathsClient) EnumNull(ctx context.Context, enumPath URIColor) (result autorest.Response, err error)

EnumNull get null (should throw on the client before the request is sent on wire) Parameters: enumPath - send null should throw

func (PathsClient) EnumNullPreparer

func (client PathsClient) EnumNullPreparer(ctx context.Context, enumPath URIColor) (*http.Request, error)

EnumNullPreparer prepares the EnumNull request.

func (PathsClient) EnumNullResponder

func (client PathsClient) EnumNullResponder(resp *http.Response) (result autorest.Response, err error)

EnumNullResponder handles the response to the EnumNull request. The method always closes the http.Response Body.

func (PathsClient) EnumNullSender

func (client PathsClient) EnumNullSender(req *http.Request) (*http.Response, error)

EnumNullSender sends the EnumNull request. The method will close the http.Response Body if it receives an error.

func (PathsClient) EnumValid

func (client PathsClient) EnumValid(ctx context.Context, enumPath URIColor) (result autorest.Response, err error)

EnumValid get using uri with 'green color' in path parameter Parameters: enumPath - send the value green

func (PathsClient) EnumValidPreparer

func (client PathsClient) EnumValidPreparer(ctx context.Context, enumPath URIColor) (*http.Request, error)

EnumValidPreparer prepares the EnumValid request.

func (PathsClient) EnumValidResponder

func (client PathsClient) EnumValidResponder(resp *http.Response) (result autorest.Response, err error)

EnumValidResponder handles the response to the EnumValid request. The method always closes the http.Response Body.

func (PathsClient) EnumValidSender

func (client PathsClient) EnumValidSender(req *http.Request) (*http.Response, error)

EnumValidSender sends the EnumValid request. The method will close the http.Response Body if it receives an error.

func (PathsClient) FloatScientificNegative

func (client PathsClient) FloatScientificNegative(ctx context.Context) (result autorest.Response, err error)

FloatScientificNegative get '-1.034E-20' numeric value

func (PathsClient) FloatScientificNegativePreparer

func (client PathsClient) FloatScientificNegativePreparer(ctx context.Context) (*http.Request, error)

FloatScientificNegativePreparer prepares the FloatScientificNegative request.

func (PathsClient) FloatScientificNegativeResponder

func (client PathsClient) FloatScientificNegativeResponder(resp *http.Response) (result autorest.Response, err error)

FloatScientificNegativeResponder handles the response to the FloatScientificNegative request. The method always closes the http.Response Body.

func (PathsClient) FloatScientificNegativeSender

func (client PathsClient) FloatScientificNegativeSender(req *http.Request) (*http.Response, error)

FloatScientificNegativeSender sends the FloatScientificNegative request. The method will close the http.Response Body if it receives an error.

func (PathsClient) FloatScientificPositive

func (client PathsClient) FloatScientificPositive(ctx context.Context) (result autorest.Response, err error)

FloatScientificPositive get '1.034E+20' numeric value

func (PathsClient) FloatScientificPositivePreparer

func (client PathsClient) FloatScientificPositivePreparer(ctx context.Context) (*http.Request, error)

FloatScientificPositivePreparer prepares the FloatScientificPositive request.

func (PathsClient) FloatScientificPositiveResponder

func (client PathsClient) FloatScientificPositiveResponder(resp *http.Response) (result autorest.Response, err error)

FloatScientificPositiveResponder handles the response to the FloatScientificPositive request. The method always closes the http.Response Body.

func (PathsClient) FloatScientificPositiveSender

func (client PathsClient) FloatScientificPositiveSender(req *http.Request) (*http.Response, error)

FloatScientificPositiveSender sends the FloatScientificPositive request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetBooleanFalse

func (client PathsClient) GetBooleanFalse(ctx context.Context) (result autorest.Response, err error)

GetBooleanFalse get false Boolean value on path

func (PathsClient) GetBooleanFalsePreparer

func (client PathsClient) GetBooleanFalsePreparer(ctx context.Context) (*http.Request, error)

GetBooleanFalsePreparer prepares the GetBooleanFalse request.

func (PathsClient) GetBooleanFalseResponder

func (client PathsClient) GetBooleanFalseResponder(resp *http.Response) (result autorest.Response, err error)

GetBooleanFalseResponder handles the response to the GetBooleanFalse request. The method always closes the http.Response Body.

func (PathsClient) GetBooleanFalseSender

func (client PathsClient) GetBooleanFalseSender(req *http.Request) (*http.Response, error)

GetBooleanFalseSender sends the GetBooleanFalse request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetBooleanTrue

func (client PathsClient) GetBooleanTrue(ctx context.Context) (result autorest.Response, err error)

GetBooleanTrue get true Boolean value on path

func (PathsClient) GetBooleanTruePreparer

func (client PathsClient) GetBooleanTruePreparer(ctx context.Context) (*http.Request, error)

GetBooleanTruePreparer prepares the GetBooleanTrue request.

func (PathsClient) GetBooleanTrueResponder

func (client PathsClient) GetBooleanTrueResponder(resp *http.Response) (result autorest.Response, err error)

GetBooleanTrueResponder handles the response to the GetBooleanTrue request. The method always closes the http.Response Body.

func (PathsClient) GetBooleanTrueSender

func (client PathsClient) GetBooleanTrueSender(req *http.Request) (*http.Response, error)

GetBooleanTrueSender sends the GetBooleanTrue request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetIntNegativeOneMillion

func (client PathsClient) GetIntNegativeOneMillion(ctx context.Context) (result autorest.Response, err error)

GetIntNegativeOneMillion get '-1000000' integer value

func (PathsClient) GetIntNegativeOneMillionPreparer

func (client PathsClient) GetIntNegativeOneMillionPreparer(ctx context.Context) (*http.Request, error)

GetIntNegativeOneMillionPreparer prepares the GetIntNegativeOneMillion request.

func (PathsClient) GetIntNegativeOneMillionResponder

func (client PathsClient) GetIntNegativeOneMillionResponder(resp *http.Response) (result autorest.Response, err error)

GetIntNegativeOneMillionResponder handles the response to the GetIntNegativeOneMillion request. The method always closes the http.Response Body.

func (PathsClient) GetIntNegativeOneMillionSender

func (client PathsClient) GetIntNegativeOneMillionSender(req *http.Request) (*http.Response, error)

GetIntNegativeOneMillionSender sends the GetIntNegativeOneMillion request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetIntOneMillion

func (client PathsClient) GetIntOneMillion(ctx context.Context) (result autorest.Response, err error)

GetIntOneMillion get '1000000' integer value

func (PathsClient) GetIntOneMillionPreparer

func (client PathsClient) GetIntOneMillionPreparer(ctx context.Context) (*http.Request, error)

GetIntOneMillionPreparer prepares the GetIntOneMillion request.

func (PathsClient) GetIntOneMillionResponder

func (client PathsClient) GetIntOneMillionResponder(resp *http.Response) (result autorest.Response, err error)

GetIntOneMillionResponder handles the response to the GetIntOneMillion request. The method always closes the http.Response Body.

func (PathsClient) GetIntOneMillionSender

func (client PathsClient) GetIntOneMillionSender(req *http.Request) (*http.Response, error)

GetIntOneMillionSender sends the GetIntOneMillion request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetNegativeTenBillion

func (client PathsClient) GetNegativeTenBillion(ctx context.Context) (result autorest.Response, err error)

GetNegativeTenBillion get '-10000000000' 64 bit integer value

func (PathsClient) GetNegativeTenBillionPreparer

func (client PathsClient) GetNegativeTenBillionPreparer(ctx context.Context) (*http.Request, error)

GetNegativeTenBillionPreparer prepares the GetNegativeTenBillion request.

func (PathsClient) GetNegativeTenBillionResponder

func (client PathsClient) GetNegativeTenBillionResponder(resp *http.Response) (result autorest.Response, err error)

GetNegativeTenBillionResponder handles the response to the GetNegativeTenBillion request. The method always closes the http.Response Body.

func (PathsClient) GetNegativeTenBillionSender

func (client PathsClient) GetNegativeTenBillionSender(req *http.Request) (*http.Response, error)

GetNegativeTenBillionSender sends the GetNegativeTenBillion request. The method will close the http.Response Body if it receives an error.

func (PathsClient) GetTenBillion

func (client PathsClient) GetTenBillion(ctx context.Context) (result autorest.Response, err error)

GetTenBillion get '10000000000' 64 bit integer value

func (PathsClient) GetTenBillionPreparer

func (client PathsClient) GetTenBillionPreparer(ctx context.Context) (*http.Request, error)

GetTenBillionPreparer prepares the GetTenBillion request.

func (PathsClient) GetTenBillionResponder

func (client PathsClient) GetTenBillionResponder(resp *http.Response) (result autorest.Response, err error)

GetTenBillionResponder handles the response to the GetTenBillion request. The method always closes the http.Response Body.

func (PathsClient) GetTenBillionSender

func (client PathsClient) GetTenBillionSender(req *http.Request) (*http.Response, error)

GetTenBillionSender sends the GetTenBillion request. The method will close the http.Response Body if it receives an error.

func (PathsClient) StringEmpty

func (client PathsClient) StringEmpty(ctx context.Context) (result autorest.Response, err error)

StringEmpty get ”

func (PathsClient) StringEmptyPreparer

func (client PathsClient) StringEmptyPreparer(ctx context.Context) (*http.Request, error)

StringEmptyPreparer prepares the StringEmpty request.

func (PathsClient) StringEmptyResponder

func (client PathsClient) StringEmptyResponder(resp *http.Response) (result autorest.Response, err error)

StringEmptyResponder handles the response to the StringEmpty request. The method always closes the http.Response Body.

func (PathsClient) StringEmptySender

func (client PathsClient) StringEmptySender(req *http.Request) (*http.Response, error)

StringEmptySender sends the StringEmpty request. The method will close the http.Response Body if it receives an error.

func (PathsClient) StringNull

func (client PathsClient) StringNull(ctx context.Context, stringPath string) (result autorest.Response, err error)

StringNull get null (should throw) Parameters: stringPath - null string value

func (PathsClient) StringNullPreparer

func (client PathsClient) StringNullPreparer(ctx context.Context, stringPath string) (*http.Request, error)

StringNullPreparer prepares the StringNull request.

func (PathsClient) StringNullResponder

func (client PathsClient) StringNullResponder(resp *http.Response) (result autorest.Response, err error)

StringNullResponder handles the response to the StringNull request. The method always closes the http.Response Body.

func (PathsClient) StringNullSender

func (client PathsClient) StringNullSender(req *http.Request) (*http.Response, error)

StringNullSender sends the StringNull request. The method will close the http.Response Body if it receives an error.

func (PathsClient) StringURLEncoded

func (client PathsClient) StringURLEncoded(ctx context.Context) (result autorest.Response, err error)

StringURLEncoded get 'begin!*'();:@ &=+$,/?#[]end

func (PathsClient) StringURLEncodedPreparer

func (client PathsClient) StringURLEncodedPreparer(ctx context.Context) (*http.Request, error)

StringURLEncodedPreparer prepares the StringURLEncoded request.

func (PathsClient) StringURLEncodedResponder

func (client PathsClient) StringURLEncodedResponder(resp *http.Response) (result autorest.Response, err error)

StringURLEncodedResponder handles the response to the StringURLEncoded request. The method always closes the http.Response Body.

func (PathsClient) StringURLEncodedSender

func (client PathsClient) StringURLEncodedSender(req *http.Request) (*http.Response, error)

StringURLEncodedSender sends the StringURLEncoded request. The method will close the http.Response Body if it receives an error.

func (PathsClient) StringUnicode

func (client PathsClient) StringUnicode(ctx context.Context) (result autorest.Response, err error)

StringUnicode get '啊齄丂狛狜隣郎隣兀﨩' multi-byte string value

func (PathsClient) StringUnicodePreparer

func (client PathsClient) StringUnicodePreparer(ctx context.Context) (*http.Request, error)

StringUnicodePreparer prepares the StringUnicode request.

func (PathsClient) StringUnicodeResponder

func (client PathsClient) StringUnicodeResponder(resp *http.Response) (result autorest.Response, err error)

StringUnicodeResponder handles the response to the StringUnicode request. The method always closes the http.Response Body.

func (PathsClient) StringUnicodeSender

func (client PathsClient) StringUnicodeSender(req *http.Request) (*http.Response, error)

StringUnicodeSender sends the StringUnicode request. The method will close the http.Response Body if it receives an error.

func (PathsClient) UnixTimeURL

func (client PathsClient) UnixTimeURL(ctx context.Context, unixTimeURLPath date.UnixTime) (result autorest.Response, err error)

UnixTimeURL get the date 2016-04-13 encoded value as '1460505600' (Unix time) Parameters: unixTimeURLPath - unix time encoded value

func (PathsClient) UnixTimeURLPreparer

func (client PathsClient) UnixTimeURLPreparer(ctx context.Context, unixTimeURLPath date.UnixTime) (*http.Request, error)

UnixTimeURLPreparer prepares the UnixTimeURL request.

func (PathsClient) UnixTimeURLResponder

func (client PathsClient) UnixTimeURLResponder(resp *http.Response) (result autorest.Response, err error)

UnixTimeURLResponder handles the response to the UnixTimeURL request. The method always closes the http.Response Body.

func (PathsClient) UnixTimeURLSender

func (client PathsClient) UnixTimeURLSender(req *http.Request) (*http.Response, error)

UnixTimeURLSender sends the UnixTimeURL request. The method will close the http.Response Body if it receives an error.

type QueriesClient

type QueriesClient struct {
	BaseClient
}

QueriesClient is the test Infrastructure for AutoRest

func NewQueriesClient

func NewQueriesClient(globalStringPath string, globalStringQuery string) QueriesClient

NewQueriesClient creates an instance of the QueriesClient client.

func NewQueriesClientWithBaseURI

func NewQueriesClientWithBaseURI(baseURI string, globalStringPath string, globalStringQuery string) QueriesClient

NewQueriesClientWithBaseURI creates an instance of the QueriesClient client using a custom endpoint. Use this when interacting with an Azure cloud that uses a non-standard base URI (sovereign clouds, Azure stack).

func (QueriesClient) ArrayStringCsvEmpty

func (client QueriesClient) ArrayStringCsvEmpty(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringCsvEmpty get an empty array [] of string using the csv-array format Parameters: arrayQuery - an empty array [] of string using the csv-array format

func (QueriesClient) ArrayStringCsvEmptyPreparer

func (client QueriesClient) ArrayStringCsvEmptyPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringCsvEmptyPreparer prepares the ArrayStringCsvEmpty request.

func (QueriesClient) ArrayStringCsvEmptyResponder

func (client QueriesClient) ArrayStringCsvEmptyResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringCsvEmptyResponder handles the response to the ArrayStringCsvEmpty request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringCsvEmptySender

func (client QueriesClient) ArrayStringCsvEmptySender(req *http.Request) (*http.Response, error)

ArrayStringCsvEmptySender sends the ArrayStringCsvEmpty request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ArrayStringCsvNull

func (client QueriesClient) ArrayStringCsvNull(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringCsvNull get a null array of string using the csv-array format Parameters: arrayQuery - a null array of string using the csv-array format

func (QueriesClient) ArrayStringCsvNullPreparer

func (client QueriesClient) ArrayStringCsvNullPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringCsvNullPreparer prepares the ArrayStringCsvNull request.

func (QueriesClient) ArrayStringCsvNullResponder

func (client QueriesClient) ArrayStringCsvNullResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringCsvNullResponder handles the response to the ArrayStringCsvNull request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringCsvNullSender

func (client QueriesClient) ArrayStringCsvNullSender(req *http.Request) (*http.Response, error)

ArrayStringCsvNullSender sends the ArrayStringCsvNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ArrayStringCsvValid

func (client QueriesClient) ArrayStringCsvValid(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringCsvValid get an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the csv-array format Parameters: arrayQuery - an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the csv-array format

func (QueriesClient) ArrayStringCsvValidPreparer

func (client QueriesClient) ArrayStringCsvValidPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringCsvValidPreparer prepares the ArrayStringCsvValid request.

func (QueriesClient) ArrayStringCsvValidResponder

func (client QueriesClient) ArrayStringCsvValidResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringCsvValidResponder handles the response to the ArrayStringCsvValid request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringCsvValidSender

func (client QueriesClient) ArrayStringCsvValidSender(req *http.Request) (*http.Response, error)

ArrayStringCsvValidSender sends the ArrayStringCsvValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ArrayStringPipesValid

func (client QueriesClient) ArrayStringPipesValid(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringPipesValid get an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the pipes-array format Parameters: arrayQuery - an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the pipes-array format

func (QueriesClient) ArrayStringPipesValidPreparer

func (client QueriesClient) ArrayStringPipesValidPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringPipesValidPreparer prepares the ArrayStringPipesValid request.

func (QueriesClient) ArrayStringPipesValidResponder

func (client QueriesClient) ArrayStringPipesValidResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringPipesValidResponder handles the response to the ArrayStringPipesValid request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringPipesValidSender

func (client QueriesClient) ArrayStringPipesValidSender(req *http.Request) (*http.Response, error)

ArrayStringPipesValidSender sends the ArrayStringPipesValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ArrayStringSsvValid

func (client QueriesClient) ArrayStringSsvValid(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringSsvValid get an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the ssv-array format Parameters: arrayQuery - an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the ssv-array format

func (QueriesClient) ArrayStringSsvValidPreparer

func (client QueriesClient) ArrayStringSsvValidPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringSsvValidPreparer prepares the ArrayStringSsvValid request.

func (QueriesClient) ArrayStringSsvValidResponder

func (client QueriesClient) ArrayStringSsvValidResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringSsvValidResponder handles the response to the ArrayStringSsvValid request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringSsvValidSender

func (client QueriesClient) ArrayStringSsvValidSender(req *http.Request) (*http.Response, error)

ArrayStringSsvValidSender sends the ArrayStringSsvValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ArrayStringTsvValid

func (client QueriesClient) ArrayStringTsvValid(ctx context.Context, arrayQuery []string) (result autorest.Response, err error)

ArrayStringTsvValid get an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the tsv-array format Parameters: arrayQuery - an array of string ['ArrayQuery1', 'begin!*'();:@ &=+$,/?#[]end' , null, ”] using the tsv-array format

func (QueriesClient) ArrayStringTsvValidPreparer

func (client QueriesClient) ArrayStringTsvValidPreparer(ctx context.Context, arrayQuery []string) (*http.Request, error)

ArrayStringTsvValidPreparer prepares the ArrayStringTsvValid request.

func (QueriesClient) ArrayStringTsvValidResponder

func (client QueriesClient) ArrayStringTsvValidResponder(resp *http.Response) (result autorest.Response, err error)

ArrayStringTsvValidResponder handles the response to the ArrayStringTsvValid request. The method always closes the http.Response Body.

func (QueriesClient) ArrayStringTsvValidSender

func (client QueriesClient) ArrayStringTsvValidSender(req *http.Request) (*http.Response, error)

ArrayStringTsvValidSender sends the ArrayStringTsvValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ByteEmpty

func (client QueriesClient) ByteEmpty(ctx context.Context) (result autorest.Response, err error)

ByteEmpty get ” as byte array

func (QueriesClient) ByteEmptyPreparer

func (client QueriesClient) ByteEmptyPreparer(ctx context.Context) (*http.Request, error)

ByteEmptyPreparer prepares the ByteEmpty request.

func (QueriesClient) ByteEmptyResponder

func (client QueriesClient) ByteEmptyResponder(resp *http.Response) (result autorest.Response, err error)

ByteEmptyResponder handles the response to the ByteEmpty request. The method always closes the http.Response Body.

func (QueriesClient) ByteEmptySender

func (client QueriesClient) ByteEmptySender(req *http.Request) (*http.Response, error)

ByteEmptySender sends the ByteEmpty request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ByteMultiByte

func (client QueriesClient) ByteMultiByte(ctx context.Context, byteQuery []byte) (result autorest.Response, err error)

ByteMultiByte get '啊齄丂狛狜隣郎隣兀﨩' multibyte value as utf-8 encoded byte array Parameters: byteQuery - '啊齄丂狛狜隣郎隣兀﨩' multibyte value as utf-8 encoded byte array

func (QueriesClient) ByteMultiBytePreparer

func (client QueriesClient) ByteMultiBytePreparer(ctx context.Context, byteQuery []byte) (*http.Request, error)

ByteMultiBytePreparer prepares the ByteMultiByte request.

func (QueriesClient) ByteMultiByteResponder

func (client QueriesClient) ByteMultiByteResponder(resp *http.Response) (result autorest.Response, err error)

ByteMultiByteResponder handles the response to the ByteMultiByte request. The method always closes the http.Response Body.

func (QueriesClient) ByteMultiByteSender

func (client QueriesClient) ByteMultiByteSender(req *http.Request) (*http.Response, error)

ByteMultiByteSender sends the ByteMultiByte request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) ByteNull

func (client QueriesClient) ByteNull(ctx context.Context, byteQuery []byte) (result autorest.Response, err error)

ByteNull get null as byte array (no query parameters in uri) Parameters: byteQuery - null as byte array (no query parameters in uri)

func (QueriesClient) ByteNullPreparer

func (client QueriesClient) ByteNullPreparer(ctx context.Context, byteQuery []byte) (*http.Request, error)

ByteNullPreparer prepares the ByteNull request.

func (QueriesClient) ByteNullResponder

func (client QueriesClient) ByteNullResponder(resp *http.Response) (result autorest.Response, err error)

ByteNullResponder handles the response to the ByteNull request. The method always closes the http.Response Body.

func (QueriesClient) ByteNullSender

func (client QueriesClient) ByteNullSender(req *http.Request) (*http.Response, error)

ByteNullSender sends the ByteNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DateNull

func (client QueriesClient) DateNull(ctx context.Context, dateQuery *date.Date) (result autorest.Response, err error)

DateNull get null as date - this should result in no query parameters in uri Parameters: dateQuery - null as date (no query parameters in uri)

func (QueriesClient) DateNullPreparer

func (client QueriesClient) DateNullPreparer(ctx context.Context, dateQuery *date.Date) (*http.Request, error)

DateNullPreparer prepares the DateNull request.

func (QueriesClient) DateNullResponder

func (client QueriesClient) DateNullResponder(resp *http.Response) (result autorest.Response, err error)

DateNullResponder handles the response to the DateNull request. The method always closes the http.Response Body.

func (QueriesClient) DateNullSender

func (client QueriesClient) DateNullSender(req *http.Request) (*http.Response, error)

DateNullSender sends the DateNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DateTimeNull

func (client QueriesClient) DateTimeNull(ctx context.Context, dateTimeQuery *date.Time) (result autorest.Response, err error)

DateTimeNull get null as date-time, should result in no query parameters in uri Parameters: dateTimeQuery - null as date-time (no query parameters)

func (QueriesClient) DateTimeNullPreparer

func (client QueriesClient) DateTimeNullPreparer(ctx context.Context, dateTimeQuery *date.Time) (*http.Request, error)

DateTimeNullPreparer prepares the DateTimeNull request.

func (QueriesClient) DateTimeNullResponder

func (client QueriesClient) DateTimeNullResponder(resp *http.Response) (result autorest.Response, err error)

DateTimeNullResponder handles the response to the DateTimeNull request. The method always closes the http.Response Body.

func (QueriesClient) DateTimeNullSender

func (client QueriesClient) DateTimeNullSender(req *http.Request) (*http.Response, error)

DateTimeNullSender sends the DateTimeNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DateTimeValid

func (client QueriesClient) DateTimeValid(ctx context.Context) (result autorest.Response, err error)

DateTimeValid get '2012-01-01T01:01:01Z' as date-time

func (QueriesClient) DateTimeValidPreparer

func (client QueriesClient) DateTimeValidPreparer(ctx context.Context) (*http.Request, error)

DateTimeValidPreparer prepares the DateTimeValid request.

func (QueriesClient) DateTimeValidResponder

func (client QueriesClient) DateTimeValidResponder(resp *http.Response) (result autorest.Response, err error)

DateTimeValidResponder handles the response to the DateTimeValid request. The method always closes the http.Response Body.

func (QueriesClient) DateTimeValidSender

func (client QueriesClient) DateTimeValidSender(req *http.Request) (*http.Response, error)

DateTimeValidSender sends the DateTimeValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DateValid

func (client QueriesClient) DateValid(ctx context.Context) (result autorest.Response, err error)

DateValid get '2012-01-01' as date

func (QueriesClient) DateValidPreparer

func (client QueriesClient) DateValidPreparer(ctx context.Context) (*http.Request, error)

DateValidPreparer prepares the DateValid request.

func (QueriesClient) DateValidResponder

func (client QueriesClient) DateValidResponder(resp *http.Response) (result autorest.Response, err error)

DateValidResponder handles the response to the DateValid request. The method always closes the http.Response Body.

func (QueriesClient) DateValidSender

func (client QueriesClient) DateValidSender(req *http.Request) (*http.Response, error)

DateValidSender sends the DateValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DoubleDecimalNegative

func (client QueriesClient) DoubleDecimalNegative(ctx context.Context) (result autorest.Response, err error)

DoubleDecimalNegative get '-9999999.999' numeric value

func (QueriesClient) DoubleDecimalNegativePreparer

func (client QueriesClient) DoubleDecimalNegativePreparer(ctx context.Context) (*http.Request, error)

DoubleDecimalNegativePreparer prepares the DoubleDecimalNegative request.

func (QueriesClient) DoubleDecimalNegativeResponder

func (client QueriesClient) DoubleDecimalNegativeResponder(resp *http.Response) (result autorest.Response, err error)

DoubleDecimalNegativeResponder handles the response to the DoubleDecimalNegative request. The method always closes the http.Response Body.

func (QueriesClient) DoubleDecimalNegativeSender

func (client QueriesClient) DoubleDecimalNegativeSender(req *http.Request) (*http.Response, error)

DoubleDecimalNegativeSender sends the DoubleDecimalNegative request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DoubleDecimalPositive

func (client QueriesClient) DoubleDecimalPositive(ctx context.Context) (result autorest.Response, err error)

DoubleDecimalPositive get '9999999.999' numeric value

func (QueriesClient) DoubleDecimalPositivePreparer

func (client QueriesClient) DoubleDecimalPositivePreparer(ctx context.Context) (*http.Request, error)

DoubleDecimalPositivePreparer prepares the DoubleDecimalPositive request.

func (QueriesClient) DoubleDecimalPositiveResponder

func (client QueriesClient) DoubleDecimalPositiveResponder(resp *http.Response) (result autorest.Response, err error)

DoubleDecimalPositiveResponder handles the response to the DoubleDecimalPositive request. The method always closes the http.Response Body.

func (QueriesClient) DoubleDecimalPositiveSender

func (client QueriesClient) DoubleDecimalPositiveSender(req *http.Request) (*http.Response, error)

DoubleDecimalPositiveSender sends the DoubleDecimalPositive request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) DoubleNull

func (client QueriesClient) DoubleNull(ctx context.Context, doubleQuery *float64) (result autorest.Response, err error)

DoubleNull get null numeric value (no query parameter) Parameters: doubleQuery - null numeric value

func (QueriesClient) DoubleNullPreparer

func (client QueriesClient) DoubleNullPreparer(ctx context.Context, doubleQuery *float64) (*http.Request, error)

DoubleNullPreparer prepares the DoubleNull request.

func (QueriesClient) DoubleNullResponder

func (client QueriesClient) DoubleNullResponder(resp *http.Response) (result autorest.Response, err error)

DoubleNullResponder handles the response to the DoubleNull request. The method always closes the http.Response Body.

func (QueriesClient) DoubleNullSender

func (client QueriesClient) DoubleNullSender(req *http.Request) (*http.Response, error)

DoubleNullSender sends the DoubleNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) EnumNull

func (client QueriesClient) EnumNull(ctx context.Context, enumQuery URIColor) (result autorest.Response, err error)

EnumNull get null (no query parameter in url) Parameters: enumQuery - null string value

func (QueriesClient) EnumNullPreparer

func (client QueriesClient) EnumNullPreparer(ctx context.Context, enumQuery URIColor) (*http.Request, error)

EnumNullPreparer prepares the EnumNull request.

func (QueriesClient) EnumNullResponder

func (client QueriesClient) EnumNullResponder(resp *http.Response) (result autorest.Response, err error)

EnumNullResponder handles the response to the EnumNull request. The method always closes the http.Response Body.

func (QueriesClient) EnumNullSender

func (client QueriesClient) EnumNullSender(req *http.Request) (*http.Response, error)

EnumNullSender sends the EnumNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) EnumValid

func (client QueriesClient) EnumValid(ctx context.Context, enumQuery URIColor) (result autorest.Response, err error)

EnumValid get using uri with query parameter 'green color' Parameters: enumQuery - 'green color' enum value

func (QueriesClient) EnumValidPreparer

func (client QueriesClient) EnumValidPreparer(ctx context.Context, enumQuery URIColor) (*http.Request, error)

EnumValidPreparer prepares the EnumValid request.

func (QueriesClient) EnumValidResponder

func (client QueriesClient) EnumValidResponder(resp *http.Response) (result autorest.Response, err error)

EnumValidResponder handles the response to the EnumValid request. The method always closes the http.Response Body.

func (QueriesClient) EnumValidSender

func (client QueriesClient) EnumValidSender(req *http.Request) (*http.Response, error)

EnumValidSender sends the EnumValid request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) FloatNull

func (client QueriesClient) FloatNull(ctx context.Context, floatQuery *float64) (result autorest.Response, err error)

FloatNull get null numeric value (no query parameter) Parameters: floatQuery - null numeric value

func (QueriesClient) FloatNullPreparer

func (client QueriesClient) FloatNullPreparer(ctx context.Context, floatQuery *float64) (*http.Request, error)

FloatNullPreparer prepares the FloatNull request.

func (QueriesClient) FloatNullResponder

func (client QueriesClient) FloatNullResponder(resp *http.Response) (result autorest.Response, err error)

FloatNullResponder handles the response to the FloatNull request. The method always closes the http.Response Body.

func (QueriesClient) FloatNullSender

func (client QueriesClient) FloatNullSender(req *http.Request) (*http.Response, error)

FloatNullSender sends the FloatNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) FloatScientificNegative

func (client QueriesClient) FloatScientificNegative(ctx context.Context) (result autorest.Response, err error)

FloatScientificNegative get '-1.034E-20' numeric value

func (QueriesClient) FloatScientificNegativePreparer

func (client QueriesClient) FloatScientificNegativePreparer(ctx context.Context) (*http.Request, error)

FloatScientificNegativePreparer prepares the FloatScientificNegative request.

func (QueriesClient) FloatScientificNegativeResponder

func (client QueriesClient) FloatScientificNegativeResponder(resp *http.Response) (result autorest.Response, err error)

FloatScientificNegativeResponder handles the response to the FloatScientificNegative request. The method always closes the http.Response Body.

func (QueriesClient) FloatScientificNegativeSender

func (client QueriesClient) FloatScientificNegativeSender(req *http.Request) (*http.Response, error)

FloatScientificNegativeSender sends the FloatScientificNegative request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) FloatScientificPositive

func (client QueriesClient) FloatScientificPositive(ctx context.Context) (result autorest.Response, err error)

FloatScientificPositive get '1.034E+20' numeric value

func (QueriesClient) FloatScientificPositivePreparer

func (client QueriesClient) FloatScientificPositivePreparer(ctx context.Context) (*http.Request, error)

FloatScientificPositivePreparer prepares the FloatScientificPositive request.

func (QueriesClient) FloatScientificPositiveResponder

func (client QueriesClient) FloatScientificPositiveResponder(resp *http.Response) (result autorest.Response, err error)

FloatScientificPositiveResponder handles the response to the FloatScientificPositive request. The method always closes the http.Response Body.

func (QueriesClient) FloatScientificPositiveSender

func (client QueriesClient) FloatScientificPositiveSender(req *http.Request) (*http.Response, error)

FloatScientificPositiveSender sends the FloatScientificPositive request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetBooleanFalse

func (client QueriesClient) GetBooleanFalse(ctx context.Context) (result autorest.Response, err error)

GetBooleanFalse get false Boolean value on path

func (QueriesClient) GetBooleanFalsePreparer

func (client QueriesClient) GetBooleanFalsePreparer(ctx context.Context) (*http.Request, error)

GetBooleanFalsePreparer prepares the GetBooleanFalse request.

func (QueriesClient) GetBooleanFalseResponder

func (client QueriesClient) GetBooleanFalseResponder(resp *http.Response) (result autorest.Response, err error)

GetBooleanFalseResponder handles the response to the GetBooleanFalse request. The method always closes the http.Response Body.

func (QueriesClient) GetBooleanFalseSender

func (client QueriesClient) GetBooleanFalseSender(req *http.Request) (*http.Response, error)

GetBooleanFalseSender sends the GetBooleanFalse request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetBooleanNull

func (client QueriesClient) GetBooleanNull(ctx context.Context, boolQuery *bool) (result autorest.Response, err error)

GetBooleanNull get null Boolean value on query (query string should be absent) Parameters: boolQuery - null boolean value

func (QueriesClient) GetBooleanNullPreparer

func (client QueriesClient) GetBooleanNullPreparer(ctx context.Context, boolQuery *bool) (*http.Request, error)

GetBooleanNullPreparer prepares the GetBooleanNull request.

func (QueriesClient) GetBooleanNullResponder

func (client QueriesClient) GetBooleanNullResponder(resp *http.Response) (result autorest.Response, err error)

GetBooleanNullResponder handles the response to the GetBooleanNull request. The method always closes the http.Response Body.

func (QueriesClient) GetBooleanNullSender

func (client QueriesClient) GetBooleanNullSender(req *http.Request) (*http.Response, error)

GetBooleanNullSender sends the GetBooleanNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetBooleanTrue

func (client QueriesClient) GetBooleanTrue(ctx context.Context) (result autorest.Response, err error)

GetBooleanTrue get true Boolean value on path

func (QueriesClient) GetBooleanTruePreparer

func (client QueriesClient) GetBooleanTruePreparer(ctx context.Context) (*http.Request, error)

GetBooleanTruePreparer prepares the GetBooleanTrue request.

func (QueriesClient) GetBooleanTrueResponder

func (client QueriesClient) GetBooleanTrueResponder(resp *http.Response) (result autorest.Response, err error)

GetBooleanTrueResponder handles the response to the GetBooleanTrue request. The method always closes the http.Response Body.

func (QueriesClient) GetBooleanTrueSender

func (client QueriesClient) GetBooleanTrueSender(req *http.Request) (*http.Response, error)

GetBooleanTrueSender sends the GetBooleanTrue request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetIntNegativeOneMillion

func (client QueriesClient) GetIntNegativeOneMillion(ctx context.Context) (result autorest.Response, err error)

GetIntNegativeOneMillion get '-1000000' integer value

func (QueriesClient) GetIntNegativeOneMillionPreparer

func (client QueriesClient) GetIntNegativeOneMillionPreparer(ctx context.Context) (*http.Request, error)

GetIntNegativeOneMillionPreparer prepares the GetIntNegativeOneMillion request.

func (QueriesClient) GetIntNegativeOneMillionResponder

func (client QueriesClient) GetIntNegativeOneMillionResponder(resp *http.Response) (result autorest.Response, err error)

GetIntNegativeOneMillionResponder handles the response to the GetIntNegativeOneMillion request. The method always closes the http.Response Body.

func (QueriesClient) GetIntNegativeOneMillionSender

func (client QueriesClient) GetIntNegativeOneMillionSender(req *http.Request) (*http.Response, error)

GetIntNegativeOneMillionSender sends the GetIntNegativeOneMillion request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetIntNull

func (client QueriesClient) GetIntNull(ctx context.Context, intQuery *int32) (result autorest.Response, err error)

GetIntNull get null integer value (no query parameter) Parameters: intQuery - null integer value

func (QueriesClient) GetIntNullPreparer

func (client QueriesClient) GetIntNullPreparer(ctx context.Context, intQuery *int32) (*http.Request, error)

GetIntNullPreparer prepares the GetIntNull request.

func (QueriesClient) GetIntNullResponder

func (client QueriesClient) GetIntNullResponder(resp *http.Response) (result autorest.Response, err error)

GetIntNullResponder handles the response to the GetIntNull request. The method always closes the http.Response Body.

func (QueriesClient) GetIntNullSender

func (client QueriesClient) GetIntNullSender(req *http.Request) (*http.Response, error)

GetIntNullSender sends the GetIntNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetIntOneMillion

func (client QueriesClient) GetIntOneMillion(ctx context.Context) (result autorest.Response, err error)

GetIntOneMillion get '1000000' integer value

func (QueriesClient) GetIntOneMillionPreparer

func (client QueriesClient) GetIntOneMillionPreparer(ctx context.Context) (*http.Request, error)

GetIntOneMillionPreparer prepares the GetIntOneMillion request.

func (QueriesClient) GetIntOneMillionResponder

func (client QueriesClient) GetIntOneMillionResponder(resp *http.Response) (result autorest.Response, err error)

GetIntOneMillionResponder handles the response to the GetIntOneMillion request. The method always closes the http.Response Body.

func (QueriesClient) GetIntOneMillionSender

func (client QueriesClient) GetIntOneMillionSender(req *http.Request) (*http.Response, error)

GetIntOneMillionSender sends the GetIntOneMillion request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetLongNull

func (client QueriesClient) GetLongNull(ctx context.Context, longQuery *int64) (result autorest.Response, err error)

GetLongNull get 'null 64 bit integer value (no query param in uri) Parameters: longQuery - null 64 bit integer value

func (QueriesClient) GetLongNullPreparer

func (client QueriesClient) GetLongNullPreparer(ctx context.Context, longQuery *int64) (*http.Request, error)

GetLongNullPreparer prepares the GetLongNull request.

func (QueriesClient) GetLongNullResponder

func (client QueriesClient) GetLongNullResponder(resp *http.Response) (result autorest.Response, err error)

GetLongNullResponder handles the response to the GetLongNull request. The method always closes the http.Response Body.

func (QueriesClient) GetLongNullSender

func (client QueriesClient) GetLongNullSender(req *http.Request) (*http.Response, error)

GetLongNullSender sends the GetLongNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetNegativeTenBillion

func (client QueriesClient) GetNegativeTenBillion(ctx context.Context) (result autorest.Response, err error)

GetNegativeTenBillion get '-10000000000' 64 bit integer value

func (QueriesClient) GetNegativeTenBillionPreparer

func (client QueriesClient) GetNegativeTenBillionPreparer(ctx context.Context) (*http.Request, error)

GetNegativeTenBillionPreparer prepares the GetNegativeTenBillion request.

func (QueriesClient) GetNegativeTenBillionResponder

func (client QueriesClient) GetNegativeTenBillionResponder(resp *http.Response) (result autorest.Response, err error)

GetNegativeTenBillionResponder handles the response to the GetNegativeTenBillion request. The method always closes the http.Response Body.

func (QueriesClient) GetNegativeTenBillionSender

func (client QueriesClient) GetNegativeTenBillionSender(req *http.Request) (*http.Response, error)

GetNegativeTenBillionSender sends the GetNegativeTenBillion request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) GetTenBillion

func (client QueriesClient) GetTenBillion(ctx context.Context) (result autorest.Response, err error)

GetTenBillion get '10000000000' 64 bit integer value

func (QueriesClient) GetTenBillionPreparer

func (client QueriesClient) GetTenBillionPreparer(ctx context.Context) (*http.Request, error)

GetTenBillionPreparer prepares the GetTenBillion request.

func (QueriesClient) GetTenBillionResponder

func (client QueriesClient) GetTenBillionResponder(resp *http.Response) (result autorest.Response, err error)

GetTenBillionResponder handles the response to the GetTenBillion request. The method always closes the http.Response Body.

func (QueriesClient) GetTenBillionSender

func (client QueriesClient) GetTenBillionSender(req *http.Request) (*http.Response, error)

GetTenBillionSender sends the GetTenBillion request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) StringEmpty

func (client QueriesClient) StringEmpty(ctx context.Context) (result autorest.Response, err error)

StringEmpty get ”

func (QueriesClient) StringEmptyPreparer

func (client QueriesClient) StringEmptyPreparer(ctx context.Context) (*http.Request, error)

StringEmptyPreparer prepares the StringEmpty request.

func (QueriesClient) StringEmptyResponder

func (client QueriesClient) StringEmptyResponder(resp *http.Response) (result autorest.Response, err error)

StringEmptyResponder handles the response to the StringEmpty request. The method always closes the http.Response Body.

func (QueriesClient) StringEmptySender

func (client QueriesClient) StringEmptySender(req *http.Request) (*http.Response, error)

StringEmptySender sends the StringEmpty request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) StringNull

func (client QueriesClient) StringNull(ctx context.Context, stringQuery string) (result autorest.Response, err error)

StringNull get null (no query parameter in url) Parameters: stringQuery - null string value

func (QueriesClient) StringNullPreparer

func (client QueriesClient) StringNullPreparer(ctx context.Context, stringQuery string) (*http.Request, error)

StringNullPreparer prepares the StringNull request.

func (QueriesClient) StringNullResponder

func (client QueriesClient) StringNullResponder(resp *http.Response) (result autorest.Response, err error)

StringNullResponder handles the response to the StringNull request. The method always closes the http.Response Body.

func (QueriesClient) StringNullSender

func (client QueriesClient) StringNullSender(req *http.Request) (*http.Response, error)

StringNullSender sends the StringNull request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) StringURLEncoded

func (client QueriesClient) StringURLEncoded(ctx context.Context) (result autorest.Response, err error)

StringURLEncoded get 'begin!*'();:@ &=+$,/?#[]end

func (QueriesClient) StringURLEncodedPreparer

func (client QueriesClient) StringURLEncodedPreparer(ctx context.Context) (*http.Request, error)

StringURLEncodedPreparer prepares the StringURLEncoded request.

func (QueriesClient) StringURLEncodedResponder

func (client QueriesClient) StringURLEncodedResponder(resp *http.Response) (result autorest.Response, err error)

StringURLEncodedResponder handles the response to the StringURLEncoded request. The method always closes the http.Response Body.

func (QueriesClient) StringURLEncodedSender

func (client QueriesClient) StringURLEncodedSender(req *http.Request) (*http.Response, error)

StringURLEncodedSender sends the StringURLEncoded request. The method will close the http.Response Body if it receives an error.

func (QueriesClient) StringUnicode

func (client QueriesClient) StringUnicode(ctx context.Context) (result autorest.Response, err error)

StringUnicode get '啊齄丂狛狜隣郎隣兀﨩' multi-byte string value

func (QueriesClient) StringUnicodePreparer

func (client QueriesClient) StringUnicodePreparer(ctx context.Context) (*http.Request, error)

StringUnicodePreparer prepares the StringUnicode request.

func (QueriesClient) StringUnicodeResponder

func (client QueriesClient) StringUnicodeResponder(resp *http.Response) (result autorest.Response, err error)

StringUnicodeResponder handles the response to the StringUnicode request. The method always closes the http.Response Body.

func (QueriesClient) StringUnicodeSender

func (client QueriesClient) StringUnicodeSender(req *http.Request) (*http.Response, error)

StringUnicodeSender sends the StringUnicode request. The method will close the http.Response Body if it receives an error.

type URIColor

type URIColor string

URIColor enumerates the values for uri color.

const (
	// Bluecolor ...
	Bluecolor URIColor = "blue color"
	// Greencolor ...
	Greencolor URIColor = "green color"
	// Redcolor ...
	Redcolor URIColor = "red color"
)

func PossibleURIColorValues

func PossibleURIColorValues() []URIColor

PossibleURIColorValues returns an array of possible values for the URIColor const type.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL