custom_field_service

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for custom field service API

func (*Client) CustomFieldServiceGetResource

func (a *Client) CustomFieldServiceGetResource(params *CustomFieldServiceGetResourceParams, opts ...ClientOption) (*CustomFieldServiceGetResourceOK, error)

CustomFieldServiceGetResource 対象リソースのカスタムフィールド取得s

対象リソースのカスタムフィールド取得します。

func (*Client) CustomFieldServiceGetResource2

func (a *Client) CustomFieldServiceGetResource2(params *CustomFieldServiceGetResource2Params, opts ...ClientOption) (*CustomFieldServiceGetResource2OK, error)

CustomFieldServiceGetResource2 対象リソースのカスタムフィールド取得s

対象リソースのカスタムフィールド取得します。

func (*Client) CustomFieldServiceListCustomFieldMasters

func (a *Client) CustomFieldServiceListCustomFieldMasters(params *CustomFieldServiceListCustomFieldMastersParams, opts ...ClientOption) (*CustomFieldServiceListCustomFieldMastersOK, error)

CustomFieldServiceListCustomFieldMasters カスタムフィールドマスターの一覧取得s

カスタムフィールドマスターを一覧取得します。

func (*Client) CustomFieldServiceListCustomFieldMasters2

func (a *Client) CustomFieldServiceListCustomFieldMasters2(params *CustomFieldServiceListCustomFieldMasters2Params, opts ...ClientOption) (*CustomFieldServiceListCustomFieldMasters2OK, error)

CustomFieldServiceListCustomFieldMasters2 カスタムフィールドマスターの一覧取得s

カスタムフィールドマスターを一覧取得します。

func (*Client) CustomFieldServiceUpdateResource

func (a *Client) CustomFieldServiceUpdateResource(params *CustomFieldServiceUpdateResourceParams, opts ...ClientOption) (*CustomFieldServiceUpdateResourceOK, error)

CustomFieldServiceUpdateResource カスタムフィールド更新s

カスタムフィールドの更新を行います。

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CustomFieldServiceGetResource(params *CustomFieldServiceGetResourceParams, opts ...ClientOption) (*CustomFieldServiceGetResourceOK, error)

	CustomFieldServiceGetResource2(params *CustomFieldServiceGetResource2Params, opts ...ClientOption) (*CustomFieldServiceGetResource2OK, error)

	CustomFieldServiceListCustomFieldMasters(params *CustomFieldServiceListCustomFieldMastersParams, opts ...ClientOption) (*CustomFieldServiceListCustomFieldMastersOK, error)

	CustomFieldServiceListCustomFieldMasters2(params *CustomFieldServiceListCustomFieldMasters2Params, opts ...ClientOption) (*CustomFieldServiceListCustomFieldMasters2OK, error)

	CustomFieldServiceUpdateResource(params *CustomFieldServiceUpdateResourceParams, opts ...ClientOption) (*CustomFieldServiceUpdateResourceOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new custom field service API client.

type CustomFieldServiceGetResource2Default

type CustomFieldServiceGetResource2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

CustomFieldServiceGetResource2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewCustomFieldServiceGetResource2Default

func NewCustomFieldServiceGetResource2Default(code int) *CustomFieldServiceGetResource2Default

NewCustomFieldServiceGetResource2Default creates a CustomFieldServiceGetResource2Default with default headers values

func (*CustomFieldServiceGetResource2Default) Code

Code gets the status code for the custom field service get resource2 default response

func (*CustomFieldServiceGetResource2Default) Error

func (*CustomFieldServiceGetResource2Default) GetPayload

func (*CustomFieldServiceGetResource2Default) IsClientError

func (o *CustomFieldServiceGetResource2Default) IsClientError() bool

IsClientError returns true when this custom field service get resource2 default response has a 4xx status code

func (*CustomFieldServiceGetResource2Default) IsCode

IsCode returns true when this custom field service get resource2 default response a status code equal to that given

func (*CustomFieldServiceGetResource2Default) IsRedirect

IsRedirect returns true when this custom field service get resource2 default response has a 3xx status code

func (*CustomFieldServiceGetResource2Default) IsServerError

func (o *CustomFieldServiceGetResource2Default) IsServerError() bool

IsServerError returns true when this custom field service get resource2 default response has a 5xx status code

func (*CustomFieldServiceGetResource2Default) IsSuccess

IsSuccess returns true when this custom field service get resource2 default response has a 2xx status code

func (*CustomFieldServiceGetResource2Default) String

type CustomFieldServiceGetResource2OK

type CustomFieldServiceGetResource2OK struct {
	Payload *models.V1GetResourceResponse
}

CustomFieldServiceGetResource2OK describes a response with status code 200, with default header values.

A successful response.

func NewCustomFieldServiceGetResource2OK

func NewCustomFieldServiceGetResource2OK() *CustomFieldServiceGetResource2OK

NewCustomFieldServiceGetResource2OK creates a CustomFieldServiceGetResource2OK with default headers values

func (*CustomFieldServiceGetResource2OK) Code

Code gets the status code for the custom field service get resource2 o k response

func (*CustomFieldServiceGetResource2OK) Error

func (*CustomFieldServiceGetResource2OK) GetPayload

func (*CustomFieldServiceGetResource2OK) IsClientError

func (o *CustomFieldServiceGetResource2OK) IsClientError() bool

IsClientError returns true when this custom field service get resource2 o k response has a 4xx status code

func (*CustomFieldServiceGetResource2OK) IsCode

func (o *CustomFieldServiceGetResource2OK) IsCode(code int) bool

IsCode returns true when this custom field service get resource2 o k response a status code equal to that given

func (*CustomFieldServiceGetResource2OK) IsRedirect

func (o *CustomFieldServiceGetResource2OK) IsRedirect() bool

IsRedirect returns true when this custom field service get resource2 o k response has a 3xx status code

func (*CustomFieldServiceGetResource2OK) IsServerError

func (o *CustomFieldServiceGetResource2OK) IsServerError() bool

IsServerError returns true when this custom field service get resource2 o k response has a 5xx status code

func (*CustomFieldServiceGetResource2OK) IsSuccess

func (o *CustomFieldServiceGetResource2OK) IsSuccess() bool

IsSuccess returns true when this custom field service get resource2 o k response has a 2xx status code

func (*CustomFieldServiceGetResource2OK) String

type CustomFieldServiceGetResource2Params

type CustomFieldServiceGetResource2Params struct {

	/* SrnResourceID.

	   リソースID
	*/
	SrnResourceID string

	// SrnResourceType.
	SrnResourceType *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CustomFieldServiceGetResource2Params contains all the parameters to send to the API endpoint

for the custom field service get resource2 operation.

Typically these are written to a http.Request.

func NewCustomFieldServiceGetResource2Params

func NewCustomFieldServiceGetResource2Params() *CustomFieldServiceGetResource2Params

NewCustomFieldServiceGetResource2Params creates a new CustomFieldServiceGetResource2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCustomFieldServiceGetResource2ParamsWithContext

func NewCustomFieldServiceGetResource2ParamsWithContext(ctx context.Context) *CustomFieldServiceGetResource2Params

NewCustomFieldServiceGetResource2ParamsWithContext creates a new CustomFieldServiceGetResource2Params object with the ability to set a context for a request.

func NewCustomFieldServiceGetResource2ParamsWithHTTPClient

func NewCustomFieldServiceGetResource2ParamsWithHTTPClient(client *http.Client) *CustomFieldServiceGetResource2Params

NewCustomFieldServiceGetResource2ParamsWithHTTPClient creates a new CustomFieldServiceGetResource2Params object with the ability to set a custom HTTPClient for a request.

func NewCustomFieldServiceGetResource2ParamsWithTimeout

func NewCustomFieldServiceGetResource2ParamsWithTimeout(timeout time.Duration) *CustomFieldServiceGetResource2Params

NewCustomFieldServiceGetResource2ParamsWithTimeout creates a new CustomFieldServiceGetResource2Params object with the ability to set a timeout on a request.

func (*CustomFieldServiceGetResource2Params) SetContext

SetContext adds the context to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) SetDefaults

func (o *CustomFieldServiceGetResource2Params) SetDefaults()

SetDefaults hydrates default values in the custom field service get resource2 params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceGetResource2Params) SetHTTPClient

func (o *CustomFieldServiceGetResource2Params) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) SetSrnResourceID

func (o *CustomFieldServiceGetResource2Params) SetSrnResourceID(srnResourceID string)

SetSrnResourceID adds the srnResourceId to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) SetSrnResourceType

func (o *CustomFieldServiceGetResource2Params) SetSrnResourceType(srnResourceType *string)

SetSrnResourceType adds the srnResourceType to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) SetTimeout

func (o *CustomFieldServiceGetResource2Params) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WithContext

WithContext adds the context to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WithDefaults

WithDefaults hydrates default values in the custom field service get resource2 params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceGetResource2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WithSrnResourceID

WithSrnResourceID adds the srnResourceID to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WithSrnResourceType

func (o *CustomFieldServiceGetResource2Params) WithSrnResourceType(srnResourceType *string) *CustomFieldServiceGetResource2Params

WithSrnResourceType adds the srnResourceType to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WithTimeout

WithTimeout adds the timeout to the custom field service get resource2 params

func (*CustomFieldServiceGetResource2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CustomFieldServiceGetResource2Reader

type CustomFieldServiceGetResource2Reader struct {
	// contains filtered or unexported fields
}

CustomFieldServiceGetResource2Reader is a Reader for the CustomFieldServiceGetResource2 structure.

func (*CustomFieldServiceGetResource2Reader) ReadResponse

func (o *CustomFieldServiceGetResource2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CustomFieldServiceGetResourceDefault

type CustomFieldServiceGetResourceDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

CustomFieldServiceGetResourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCustomFieldServiceGetResourceDefault

func NewCustomFieldServiceGetResourceDefault(code int) *CustomFieldServiceGetResourceDefault

NewCustomFieldServiceGetResourceDefault creates a CustomFieldServiceGetResourceDefault with default headers values

func (*CustomFieldServiceGetResourceDefault) Code

Code gets the status code for the custom field service get resource default response

func (*CustomFieldServiceGetResourceDefault) Error

func (*CustomFieldServiceGetResourceDefault) GetPayload

func (*CustomFieldServiceGetResourceDefault) IsClientError

func (o *CustomFieldServiceGetResourceDefault) IsClientError() bool

IsClientError returns true when this custom field service get resource default response has a 4xx status code

func (*CustomFieldServiceGetResourceDefault) IsCode

IsCode returns true when this custom field service get resource default response a status code equal to that given

func (*CustomFieldServiceGetResourceDefault) IsRedirect

IsRedirect returns true when this custom field service get resource default response has a 3xx status code

func (*CustomFieldServiceGetResourceDefault) IsServerError

func (o *CustomFieldServiceGetResourceDefault) IsServerError() bool

IsServerError returns true when this custom field service get resource default response has a 5xx status code

func (*CustomFieldServiceGetResourceDefault) IsSuccess

IsSuccess returns true when this custom field service get resource default response has a 2xx status code

func (*CustomFieldServiceGetResourceDefault) String

type CustomFieldServiceGetResourceOK

type CustomFieldServiceGetResourceOK struct {
	Payload *models.V1GetResourceResponse
}

CustomFieldServiceGetResourceOK describes a response with status code 200, with default header values.

A successful response.

func NewCustomFieldServiceGetResourceOK

func NewCustomFieldServiceGetResourceOK() *CustomFieldServiceGetResourceOK

NewCustomFieldServiceGetResourceOK creates a CustomFieldServiceGetResourceOK with default headers values

func (*CustomFieldServiceGetResourceOK) Code

Code gets the status code for the custom field service get resource o k response

func (*CustomFieldServiceGetResourceOK) Error

func (*CustomFieldServiceGetResourceOK) GetPayload

func (*CustomFieldServiceGetResourceOK) IsClientError

func (o *CustomFieldServiceGetResourceOK) IsClientError() bool

IsClientError returns true when this custom field service get resource o k response has a 4xx status code

func (*CustomFieldServiceGetResourceOK) IsCode

func (o *CustomFieldServiceGetResourceOK) IsCode(code int) bool

IsCode returns true when this custom field service get resource o k response a status code equal to that given

func (*CustomFieldServiceGetResourceOK) IsRedirect

func (o *CustomFieldServiceGetResourceOK) IsRedirect() bool

IsRedirect returns true when this custom field service get resource o k response has a 3xx status code

func (*CustomFieldServiceGetResourceOK) IsServerError

func (o *CustomFieldServiceGetResourceOK) IsServerError() bool

IsServerError returns true when this custom field service get resource o k response has a 5xx status code

func (*CustomFieldServiceGetResourceOK) IsSuccess

func (o *CustomFieldServiceGetResourceOK) IsSuccess() bool

IsSuccess returns true when this custom field service get resource o k response has a 2xx status code

func (*CustomFieldServiceGetResourceOK) String

type CustomFieldServiceGetResourceParams

type CustomFieldServiceGetResourceParams struct {

	// Body.
	Body *models.V1GetResourceRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CustomFieldServiceGetResourceParams contains all the parameters to send to the API endpoint

for the custom field service get resource operation.

Typically these are written to a http.Request.

func NewCustomFieldServiceGetResourceParams

func NewCustomFieldServiceGetResourceParams() *CustomFieldServiceGetResourceParams

NewCustomFieldServiceGetResourceParams creates a new CustomFieldServiceGetResourceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCustomFieldServiceGetResourceParamsWithContext

func NewCustomFieldServiceGetResourceParamsWithContext(ctx context.Context) *CustomFieldServiceGetResourceParams

NewCustomFieldServiceGetResourceParamsWithContext creates a new CustomFieldServiceGetResourceParams object with the ability to set a context for a request.

func NewCustomFieldServiceGetResourceParamsWithHTTPClient

func NewCustomFieldServiceGetResourceParamsWithHTTPClient(client *http.Client) *CustomFieldServiceGetResourceParams

NewCustomFieldServiceGetResourceParamsWithHTTPClient creates a new CustomFieldServiceGetResourceParams object with the ability to set a custom HTTPClient for a request.

func NewCustomFieldServiceGetResourceParamsWithTimeout

func NewCustomFieldServiceGetResourceParamsWithTimeout(timeout time.Duration) *CustomFieldServiceGetResourceParams

NewCustomFieldServiceGetResourceParamsWithTimeout creates a new CustomFieldServiceGetResourceParams object with the ability to set a timeout on a request.

func (*CustomFieldServiceGetResourceParams) SetBody

SetBody adds the body to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) SetContext

SetContext adds the context to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) SetDefaults

func (o *CustomFieldServiceGetResourceParams) SetDefaults()

SetDefaults hydrates default values in the custom field service get resource params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceGetResourceParams) SetHTTPClient

func (o *CustomFieldServiceGetResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) SetTimeout

func (o *CustomFieldServiceGetResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) WithBody

WithBody adds the body to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) WithContext

WithContext adds the context to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) WithDefaults

WithDefaults hydrates default values in the custom field service get resource params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceGetResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) WithTimeout

WithTimeout adds the timeout to the custom field service get resource params

func (*CustomFieldServiceGetResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CustomFieldServiceGetResourceReader

type CustomFieldServiceGetResourceReader struct {
	// contains filtered or unexported fields
}

CustomFieldServiceGetResourceReader is a Reader for the CustomFieldServiceGetResource structure.

func (*CustomFieldServiceGetResourceReader) ReadResponse

func (o *CustomFieldServiceGetResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CustomFieldServiceListCustomFieldMasters2Default

type CustomFieldServiceListCustomFieldMasters2Default struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMasters2Default describes a response with status code -1, with default header values.

An unexpected error response.

func NewCustomFieldServiceListCustomFieldMasters2Default

func NewCustomFieldServiceListCustomFieldMasters2Default(code int) *CustomFieldServiceListCustomFieldMasters2Default

NewCustomFieldServiceListCustomFieldMasters2Default creates a CustomFieldServiceListCustomFieldMasters2Default with default headers values

func (*CustomFieldServiceListCustomFieldMasters2Default) Code

Code gets the status code for the custom field service list custom field masters2 default response

func (*CustomFieldServiceListCustomFieldMasters2Default) Error

func (*CustomFieldServiceListCustomFieldMasters2Default) GetPayload

func (*CustomFieldServiceListCustomFieldMasters2Default) IsClientError

IsClientError returns true when this custom field service list custom field masters2 default response has a 4xx status code

func (*CustomFieldServiceListCustomFieldMasters2Default) IsCode

IsCode returns true when this custom field service list custom field masters2 default response a status code equal to that given

func (*CustomFieldServiceListCustomFieldMasters2Default) IsRedirect

IsRedirect returns true when this custom field service list custom field masters2 default response has a 3xx status code

func (*CustomFieldServiceListCustomFieldMasters2Default) IsServerError

IsServerError returns true when this custom field service list custom field masters2 default response has a 5xx status code

func (*CustomFieldServiceListCustomFieldMasters2Default) IsSuccess

IsSuccess returns true when this custom field service list custom field masters2 default response has a 2xx status code

func (*CustomFieldServiceListCustomFieldMasters2Default) String

type CustomFieldServiceListCustomFieldMasters2OK

type CustomFieldServiceListCustomFieldMasters2OK struct {
	Payload *models.V1ListCustomFieldMastersResponse
}

CustomFieldServiceListCustomFieldMasters2OK describes a response with status code 200, with default header values.

A successful response.

func NewCustomFieldServiceListCustomFieldMasters2OK

func NewCustomFieldServiceListCustomFieldMasters2OK() *CustomFieldServiceListCustomFieldMasters2OK

NewCustomFieldServiceListCustomFieldMasters2OK creates a CustomFieldServiceListCustomFieldMasters2OK with default headers values

func (*CustomFieldServiceListCustomFieldMasters2OK) Code

Code gets the status code for the custom field service list custom field masters2 o k response

func (*CustomFieldServiceListCustomFieldMasters2OK) Error

func (*CustomFieldServiceListCustomFieldMasters2OK) GetPayload

func (*CustomFieldServiceListCustomFieldMasters2OK) IsClientError

IsClientError returns true when this custom field service list custom field masters2 o k response has a 4xx status code

func (*CustomFieldServiceListCustomFieldMasters2OK) IsCode

IsCode returns true when this custom field service list custom field masters2 o k response a status code equal to that given

func (*CustomFieldServiceListCustomFieldMasters2OK) IsRedirect

IsRedirect returns true when this custom field service list custom field masters2 o k response has a 3xx status code

func (*CustomFieldServiceListCustomFieldMasters2OK) IsServerError

IsServerError returns true when this custom field service list custom field masters2 o k response has a 5xx status code

func (*CustomFieldServiceListCustomFieldMasters2OK) IsSuccess

IsSuccess returns true when this custom field service list custom field masters2 o k response has a 2xx status code

func (*CustomFieldServiceListCustomFieldMasters2OK) String

type CustomFieldServiceListCustomFieldMasters2Params

type CustomFieldServiceListCustomFieldMasters2Params struct {

	/* PageSize.

	   一覧取得する最大数

	   Format: int32
	*/
	PageSize int32

	/* PageToken.

	   一覧取得に使用するトークン
	*/
	PageToken *string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMasters2Params contains all the parameters to send to the API endpoint

for the custom field service list custom field masters2 operation.

Typically these are written to a http.Request.

func NewCustomFieldServiceListCustomFieldMasters2Params

func NewCustomFieldServiceListCustomFieldMasters2Params() *CustomFieldServiceListCustomFieldMasters2Params

NewCustomFieldServiceListCustomFieldMasters2Params creates a new CustomFieldServiceListCustomFieldMasters2Params object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithContext

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithContext(ctx context.Context) *CustomFieldServiceListCustomFieldMasters2Params

NewCustomFieldServiceListCustomFieldMasters2ParamsWithContext creates a new CustomFieldServiceListCustomFieldMasters2Params object with the ability to set a context for a request.

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithHTTPClient

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithHTTPClient(client *http.Client) *CustomFieldServiceListCustomFieldMasters2Params

NewCustomFieldServiceListCustomFieldMasters2ParamsWithHTTPClient creates a new CustomFieldServiceListCustomFieldMasters2Params object with the ability to set a custom HTTPClient for a request.

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithTimeout

func NewCustomFieldServiceListCustomFieldMasters2ParamsWithTimeout(timeout time.Duration) *CustomFieldServiceListCustomFieldMasters2Params

NewCustomFieldServiceListCustomFieldMasters2ParamsWithTimeout creates a new CustomFieldServiceListCustomFieldMasters2Params object with the ability to set a timeout on a request.

func (*CustomFieldServiceListCustomFieldMasters2Params) SetContext

SetContext adds the context to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) SetDefaults

SetDefaults hydrates default values in the custom field service list custom field masters2 params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceListCustomFieldMasters2Params) SetHTTPClient

SetHTTPClient adds the HTTPClient to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) SetPageSize

func (o *CustomFieldServiceListCustomFieldMasters2Params) SetPageSize(pageSize int32)

SetPageSize adds the pageSize to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) SetPageToken

func (o *CustomFieldServiceListCustomFieldMasters2Params) SetPageToken(pageToken *string)

SetPageToken adds the pageToken to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) SetTimeout

SetTimeout adds the timeout to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WithContext

WithContext adds the context to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WithDefaults

WithDefaults hydrates default values in the custom field service list custom field masters2 params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceListCustomFieldMasters2Params) WithHTTPClient

WithHTTPClient adds the HTTPClient to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WithPageSize

WithPageSize adds the pageSize to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WithPageToken

WithPageToken adds the pageToken to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WithTimeout

WithTimeout adds the timeout to the custom field service list custom field masters2 params

func (*CustomFieldServiceListCustomFieldMasters2Params) WriteToRequest

WriteToRequest writes these params to a swagger request

type CustomFieldServiceListCustomFieldMasters2Reader

type CustomFieldServiceListCustomFieldMasters2Reader struct {
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMasters2Reader is a Reader for the CustomFieldServiceListCustomFieldMasters2 structure.

func (*CustomFieldServiceListCustomFieldMasters2Reader) ReadResponse

func (o *CustomFieldServiceListCustomFieldMasters2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CustomFieldServiceListCustomFieldMastersDefault

type CustomFieldServiceListCustomFieldMastersDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMastersDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCustomFieldServiceListCustomFieldMastersDefault

func NewCustomFieldServiceListCustomFieldMastersDefault(code int) *CustomFieldServiceListCustomFieldMastersDefault

NewCustomFieldServiceListCustomFieldMastersDefault creates a CustomFieldServiceListCustomFieldMastersDefault with default headers values

func (*CustomFieldServiceListCustomFieldMastersDefault) Code

Code gets the status code for the custom field service list custom field masters default response

func (*CustomFieldServiceListCustomFieldMastersDefault) Error

func (*CustomFieldServiceListCustomFieldMastersDefault) GetPayload

func (*CustomFieldServiceListCustomFieldMastersDefault) IsClientError

IsClientError returns true when this custom field service list custom field masters default response has a 4xx status code

func (*CustomFieldServiceListCustomFieldMastersDefault) IsCode

IsCode returns true when this custom field service list custom field masters default response a status code equal to that given

func (*CustomFieldServiceListCustomFieldMastersDefault) IsRedirect

IsRedirect returns true when this custom field service list custom field masters default response has a 3xx status code

func (*CustomFieldServiceListCustomFieldMastersDefault) IsServerError

IsServerError returns true when this custom field service list custom field masters default response has a 5xx status code

func (*CustomFieldServiceListCustomFieldMastersDefault) IsSuccess

IsSuccess returns true when this custom field service list custom field masters default response has a 2xx status code

func (*CustomFieldServiceListCustomFieldMastersDefault) String

type CustomFieldServiceListCustomFieldMastersOK

type CustomFieldServiceListCustomFieldMastersOK struct {
	Payload *models.V1ListCustomFieldMastersResponse
}

CustomFieldServiceListCustomFieldMastersOK describes a response with status code 200, with default header values.

A successful response.

func NewCustomFieldServiceListCustomFieldMastersOK

func NewCustomFieldServiceListCustomFieldMastersOK() *CustomFieldServiceListCustomFieldMastersOK

NewCustomFieldServiceListCustomFieldMastersOK creates a CustomFieldServiceListCustomFieldMastersOK with default headers values

func (*CustomFieldServiceListCustomFieldMastersOK) Code

Code gets the status code for the custom field service list custom field masters o k response

func (*CustomFieldServiceListCustomFieldMastersOK) Error

func (*CustomFieldServiceListCustomFieldMastersOK) GetPayload

func (*CustomFieldServiceListCustomFieldMastersOK) IsClientError

IsClientError returns true when this custom field service list custom field masters o k response has a 4xx status code

func (*CustomFieldServiceListCustomFieldMastersOK) IsCode

IsCode returns true when this custom field service list custom field masters o k response a status code equal to that given

func (*CustomFieldServiceListCustomFieldMastersOK) IsRedirect

IsRedirect returns true when this custom field service list custom field masters o k response has a 3xx status code

func (*CustomFieldServiceListCustomFieldMastersOK) IsServerError

IsServerError returns true when this custom field service list custom field masters o k response has a 5xx status code

func (*CustomFieldServiceListCustomFieldMastersOK) IsSuccess

IsSuccess returns true when this custom field service list custom field masters o k response has a 2xx status code

func (*CustomFieldServiceListCustomFieldMastersOK) String

type CustomFieldServiceListCustomFieldMastersParams

type CustomFieldServiceListCustomFieldMastersParams struct {

	// Body.
	Body *models.V1ListCustomFieldMastersRequest

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMastersParams contains all the parameters to send to the API endpoint

for the custom field service list custom field masters operation.

Typically these are written to a http.Request.

func NewCustomFieldServiceListCustomFieldMastersParams

func NewCustomFieldServiceListCustomFieldMastersParams() *CustomFieldServiceListCustomFieldMastersParams

NewCustomFieldServiceListCustomFieldMastersParams creates a new CustomFieldServiceListCustomFieldMastersParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCustomFieldServiceListCustomFieldMastersParamsWithContext

func NewCustomFieldServiceListCustomFieldMastersParamsWithContext(ctx context.Context) *CustomFieldServiceListCustomFieldMastersParams

NewCustomFieldServiceListCustomFieldMastersParamsWithContext creates a new CustomFieldServiceListCustomFieldMastersParams object with the ability to set a context for a request.

func NewCustomFieldServiceListCustomFieldMastersParamsWithHTTPClient

func NewCustomFieldServiceListCustomFieldMastersParamsWithHTTPClient(client *http.Client) *CustomFieldServiceListCustomFieldMastersParams

NewCustomFieldServiceListCustomFieldMastersParamsWithHTTPClient creates a new CustomFieldServiceListCustomFieldMastersParams object with the ability to set a custom HTTPClient for a request.

func NewCustomFieldServiceListCustomFieldMastersParamsWithTimeout

func NewCustomFieldServiceListCustomFieldMastersParamsWithTimeout(timeout time.Duration) *CustomFieldServiceListCustomFieldMastersParams

NewCustomFieldServiceListCustomFieldMastersParamsWithTimeout creates a new CustomFieldServiceListCustomFieldMastersParams object with the ability to set a timeout on a request.

func (*CustomFieldServiceListCustomFieldMastersParams) SetBody

SetBody adds the body to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) SetContext

SetContext adds the context to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) SetDefaults

SetDefaults hydrates default values in the custom field service list custom field masters params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceListCustomFieldMastersParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) SetTimeout

SetTimeout adds the timeout to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) WithBody

WithBody adds the body to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) WithContext

WithContext adds the context to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) WithDefaults

WithDefaults hydrates default values in the custom field service list custom field masters params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceListCustomFieldMastersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) WithTimeout

WithTimeout adds the timeout to the custom field service list custom field masters params

func (*CustomFieldServiceListCustomFieldMastersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CustomFieldServiceListCustomFieldMastersReader

type CustomFieldServiceListCustomFieldMastersReader struct {
	// contains filtered or unexported fields
}

CustomFieldServiceListCustomFieldMastersReader is a Reader for the CustomFieldServiceListCustomFieldMasters structure.

func (*CustomFieldServiceListCustomFieldMastersReader) ReadResponse

func (o *CustomFieldServiceListCustomFieldMastersReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CustomFieldServiceUpdateResourceDefault

type CustomFieldServiceUpdateResourceDefault struct {
	Payload *models.GooglerpcStatus
	// contains filtered or unexported fields
}

CustomFieldServiceUpdateResourceDefault describes a response with status code -1, with default header values.

An unexpected error response.

func NewCustomFieldServiceUpdateResourceDefault

func NewCustomFieldServiceUpdateResourceDefault(code int) *CustomFieldServiceUpdateResourceDefault

NewCustomFieldServiceUpdateResourceDefault creates a CustomFieldServiceUpdateResourceDefault with default headers values

func (*CustomFieldServiceUpdateResourceDefault) Code

Code gets the status code for the custom field service update resource default response

func (*CustomFieldServiceUpdateResourceDefault) Error

func (*CustomFieldServiceUpdateResourceDefault) GetPayload

func (*CustomFieldServiceUpdateResourceDefault) IsClientError

func (o *CustomFieldServiceUpdateResourceDefault) IsClientError() bool

IsClientError returns true when this custom field service update resource default response has a 4xx status code

func (*CustomFieldServiceUpdateResourceDefault) IsCode

IsCode returns true when this custom field service update resource default response a status code equal to that given

func (*CustomFieldServiceUpdateResourceDefault) IsRedirect

IsRedirect returns true when this custom field service update resource default response has a 3xx status code

func (*CustomFieldServiceUpdateResourceDefault) IsServerError

func (o *CustomFieldServiceUpdateResourceDefault) IsServerError() bool

IsServerError returns true when this custom field service update resource default response has a 5xx status code

func (*CustomFieldServiceUpdateResourceDefault) IsSuccess

IsSuccess returns true when this custom field service update resource default response has a 2xx status code

func (*CustomFieldServiceUpdateResourceDefault) String

type CustomFieldServiceUpdateResourceOK

type CustomFieldServiceUpdateResourceOK struct {
	Payload *models.V1UpdateResourceResponse
}

CustomFieldServiceUpdateResourceOK describes a response with status code 200, with default header values.

A successful response.

func NewCustomFieldServiceUpdateResourceOK

func NewCustomFieldServiceUpdateResourceOK() *CustomFieldServiceUpdateResourceOK

NewCustomFieldServiceUpdateResourceOK creates a CustomFieldServiceUpdateResourceOK with default headers values

func (*CustomFieldServiceUpdateResourceOK) Code

Code gets the status code for the custom field service update resource o k response

func (*CustomFieldServiceUpdateResourceOK) Error

func (*CustomFieldServiceUpdateResourceOK) GetPayload

func (*CustomFieldServiceUpdateResourceOK) IsClientError

func (o *CustomFieldServiceUpdateResourceOK) IsClientError() bool

IsClientError returns true when this custom field service update resource o k response has a 4xx status code

func (*CustomFieldServiceUpdateResourceOK) IsCode

IsCode returns true when this custom field service update resource o k response a status code equal to that given

func (*CustomFieldServiceUpdateResourceOK) IsRedirect

func (o *CustomFieldServiceUpdateResourceOK) IsRedirect() bool

IsRedirect returns true when this custom field service update resource o k response has a 3xx status code

func (*CustomFieldServiceUpdateResourceOK) IsServerError

func (o *CustomFieldServiceUpdateResourceOK) IsServerError() bool

IsServerError returns true when this custom field service update resource o k response has a 5xx status code

func (*CustomFieldServiceUpdateResourceOK) IsSuccess

IsSuccess returns true when this custom field service update resource o k response has a 2xx status code

func (*CustomFieldServiceUpdateResourceOK) String

type CustomFieldServiceUpdateResourceParams

type CustomFieldServiceUpdateResourceParams struct {

	/* Resource.

	   リソース
	*/
	Resource *models.V1Resource

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CustomFieldServiceUpdateResourceParams contains all the parameters to send to the API endpoint

for the custom field service update resource operation.

Typically these are written to a http.Request.

func NewCustomFieldServiceUpdateResourceParams

func NewCustomFieldServiceUpdateResourceParams() *CustomFieldServiceUpdateResourceParams

NewCustomFieldServiceUpdateResourceParams creates a new CustomFieldServiceUpdateResourceParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewCustomFieldServiceUpdateResourceParamsWithContext

func NewCustomFieldServiceUpdateResourceParamsWithContext(ctx context.Context) *CustomFieldServiceUpdateResourceParams

NewCustomFieldServiceUpdateResourceParamsWithContext creates a new CustomFieldServiceUpdateResourceParams object with the ability to set a context for a request.

func NewCustomFieldServiceUpdateResourceParamsWithHTTPClient

func NewCustomFieldServiceUpdateResourceParamsWithHTTPClient(client *http.Client) *CustomFieldServiceUpdateResourceParams

NewCustomFieldServiceUpdateResourceParamsWithHTTPClient creates a new CustomFieldServiceUpdateResourceParams object with the ability to set a custom HTTPClient for a request.

func NewCustomFieldServiceUpdateResourceParamsWithTimeout

func NewCustomFieldServiceUpdateResourceParamsWithTimeout(timeout time.Duration) *CustomFieldServiceUpdateResourceParams

NewCustomFieldServiceUpdateResourceParamsWithTimeout creates a new CustomFieldServiceUpdateResourceParams object with the ability to set a timeout on a request.

func (*CustomFieldServiceUpdateResourceParams) SetContext

SetContext adds the context to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) SetDefaults

func (o *CustomFieldServiceUpdateResourceParams) SetDefaults()

SetDefaults hydrates default values in the custom field service update resource params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceUpdateResourceParams) SetHTTPClient

func (o *CustomFieldServiceUpdateResourceParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) SetResource

func (o *CustomFieldServiceUpdateResourceParams) SetResource(resource *models.V1Resource)

SetResource adds the resource to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) SetTimeout

func (o *CustomFieldServiceUpdateResourceParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) WithContext

WithContext adds the context to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) WithDefaults

WithDefaults hydrates default values in the custom field service update resource params (not the query body).

All values with no default are reset to their zero value.

func (*CustomFieldServiceUpdateResourceParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) WithResource

WithResource adds the resource to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) WithTimeout

WithTimeout adds the timeout to the custom field service update resource params

func (*CustomFieldServiceUpdateResourceParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CustomFieldServiceUpdateResourceReader

type CustomFieldServiceUpdateResourceReader struct {
	// contains filtered or unexported fields
}

CustomFieldServiceUpdateResourceReader is a Reader for the CustomFieldServiceUpdateResource structure.

func (*CustomFieldServiceUpdateResourceReader) ReadResponse

func (o *CustomFieldServiceUpdateResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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