Documentation ¶
Index ¶
- type Client
- func (a *Client) LogServiceCreateArchive(params *LogServiceCreateArchiveParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceCreateArchiveOK, error)
- func (a *Client) LogServiceCreateStreamingDestination(params *LogServiceCreateStreamingDestinationParams, ...) (*LogServiceCreateStreamingDestinationOK, error)
- func (a *Client) LogServiceCreateStreamingDestination2(params *LogServiceCreateStreamingDestination2Params, ...) (*LogServiceCreateStreamingDestination2OK, error)
- func (a *Client) LogServiceCreateStreamingDestinationFilter(params *LogServiceCreateStreamingDestinationFilterParams, ...) (*LogServiceCreateStreamingDestinationFilterOK, error)
- func (a *Client) LogServiceDeleteStreamingDestination(params *LogServiceDeleteStreamingDestinationParams, ...) (*LogServiceDeleteStreamingDestinationOK, error)
- func (a *Client) LogServiceGet(params *LogServiceGetParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceGetOK, error)
- func (a *Client) LogServiceGetArchive(params *LogServiceGetArchiveParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceGetArchiveOK, error)
- func (a *Client) LogServiceGetStreamingDestination(params *LogServiceGetStreamingDestinationParams, ...) (*LogServiceGetStreamingDestinationOK, error)
- func (a *Client) LogServiceListArchives(params *LogServiceListArchivesParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceListArchivesOK, error)
- func (a *Client) LogServiceListStreamingDestinations(params *LogServiceListStreamingDestinationsParams, ...) (*LogServiceListStreamingDestinationsOK, error)
- func (a *Client) LogServiceListStreamingDestinationsForResource(params *LogServiceListStreamingDestinationsForResourceParams, ...) (*LogServiceListStreamingDestinationsForResourceOK, error)
- func (a *Client) LogServiceSearch(params *LogServiceSearchParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceSearchOK, error)
- func (a *Client) LogServiceStore(params *LogServiceStoreParams, authInfo runtime.ClientAuthInfoWriter, ...) (*LogServiceStoreOK, error)
- func (a *Client) LogServiceTestStreamingDestination(params *LogServiceTestStreamingDestinationParams, ...) (*LogServiceTestStreamingDestinationOK, error)
- func (a *Client) LogServiceUpdateStreamingDestination(params *LogServiceUpdateStreamingDestinationParams, ...) (*LogServiceUpdateStreamingDestinationOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type LogServiceCreateArchiveDefault
- func (o *LogServiceCreateArchiveDefault) Code() int
- func (o *LogServiceCreateArchiveDefault) Error() string
- func (o *LogServiceCreateArchiveDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceCreateArchiveDefault) IsClientError() bool
- func (o *LogServiceCreateArchiveDefault) IsCode(code int) bool
- func (o *LogServiceCreateArchiveDefault) IsRedirect() bool
- func (o *LogServiceCreateArchiveDefault) IsServerError() bool
- func (o *LogServiceCreateArchiveDefault) IsSuccess() bool
- func (o *LogServiceCreateArchiveDefault) String() string
- type LogServiceCreateArchiveOK
- func (o *LogServiceCreateArchiveOK) Code() int
- func (o *LogServiceCreateArchiveOK) Error() string
- func (o *LogServiceCreateArchiveOK) GetPayload() *models.LogService20210330CreateArchiveResponse
- func (o *LogServiceCreateArchiveOK) IsClientError() bool
- func (o *LogServiceCreateArchiveOK) IsCode(code int) bool
- func (o *LogServiceCreateArchiveOK) IsRedirect() bool
- func (o *LogServiceCreateArchiveOK) IsServerError() bool
- func (o *LogServiceCreateArchiveOK) IsSuccess() bool
- func (o *LogServiceCreateArchiveOK) String() string
- type LogServiceCreateArchiveParams
- func NewLogServiceCreateArchiveParams() *LogServiceCreateArchiveParams
- func NewLogServiceCreateArchiveParamsWithContext(ctx context.Context) *LogServiceCreateArchiveParams
- func NewLogServiceCreateArchiveParamsWithHTTPClient(client *http.Client) *LogServiceCreateArchiveParams
- func NewLogServiceCreateArchiveParamsWithTimeout(timeout time.Duration) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) SetBody(body *models.LogService20210330CreateArchiveRequest)
- func (o *LogServiceCreateArchiveParams) SetContext(ctx context.Context)
- func (o *LogServiceCreateArchiveParams) SetDefaults()
- func (o *LogServiceCreateArchiveParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceCreateArchiveParams) SetResourceID(resourceID string)
- func (o *LogServiceCreateArchiveParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *LogServiceCreateArchiveParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *LogServiceCreateArchiveParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceCreateArchiveParams) WithBody(body *models.LogService20210330CreateArchiveRequest) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithContext(ctx context.Context) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithDefaults() *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithHTTPClient(client *http.Client) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithResourceID(resourceID string) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WithTimeout(timeout time.Duration) *LogServiceCreateArchiveParams
- func (o *LogServiceCreateArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceCreateArchiveReader
- type LogServiceCreateStreamingDestination2Default
- func (o *LogServiceCreateStreamingDestination2Default) Code() int
- func (o *LogServiceCreateStreamingDestination2Default) Error() string
- func (o *LogServiceCreateStreamingDestination2Default) GetPayload() *models.RuntimeError
- func (o *LogServiceCreateStreamingDestination2Default) IsClientError() bool
- func (o *LogServiceCreateStreamingDestination2Default) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestination2Default) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestination2Default) IsServerError() bool
- func (o *LogServiceCreateStreamingDestination2Default) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestination2Default) String() string
- type LogServiceCreateStreamingDestination2OK
- func (o *LogServiceCreateStreamingDestination2OK) Code() int
- func (o *LogServiceCreateStreamingDestination2OK) Error() string
- func (o *LogServiceCreateStreamingDestination2OK) GetPayload() *models.LogService20210330CreateStreamingDestinationResponse
- func (o *LogServiceCreateStreamingDestination2OK) IsClientError() bool
- func (o *LogServiceCreateStreamingDestination2OK) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestination2OK) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestination2OK) IsServerError() bool
- func (o *LogServiceCreateStreamingDestination2OK) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestination2OK) String() string
- type LogServiceCreateStreamingDestination2Params
- func NewLogServiceCreateStreamingDestination2Params() *LogServiceCreateStreamingDestination2Params
- func NewLogServiceCreateStreamingDestination2ParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestination2Params
- func NewLogServiceCreateStreamingDestination2ParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestination2Params
- func NewLogServiceCreateStreamingDestination2ParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) SetBody(body *models.LogService20210330CreateStreamingDestinationRequest)
- func (o *LogServiceCreateStreamingDestination2Params) SetContext(ctx context.Context)
- func (o *LogServiceCreateStreamingDestination2Params) SetDefaults()
- func (o *LogServiceCreateStreamingDestination2Params) SetHTTPClient(client *http.Client)
- func (o *LogServiceCreateStreamingDestination2Params) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceCreateStreamingDestination2Params) SetTimeout(timeout time.Duration)
- func (o *LogServiceCreateStreamingDestination2Params) WithBody(body *models.LogService20210330CreateStreamingDestinationRequest) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WithContext(ctx context.Context) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WithDefaults() *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WithLocationOrganizationID(locationOrganizationID string) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestination2Params
- func (o *LogServiceCreateStreamingDestination2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceCreateStreamingDestination2Reader
- type LogServiceCreateStreamingDestinationDefault
- func (o *LogServiceCreateStreamingDestinationDefault) Code() int
- func (o *LogServiceCreateStreamingDestinationDefault) Error() string
- func (o *LogServiceCreateStreamingDestinationDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceCreateStreamingDestinationDefault) IsClientError() bool
- func (o *LogServiceCreateStreamingDestinationDefault) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestinationDefault) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestinationDefault) IsServerError() bool
- func (o *LogServiceCreateStreamingDestinationDefault) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestinationDefault) String() string
- type LogServiceCreateStreamingDestinationFilterDefault
- func (o *LogServiceCreateStreamingDestinationFilterDefault) Code() int
- func (o *LogServiceCreateStreamingDestinationFilterDefault) Error() string
- func (o *LogServiceCreateStreamingDestinationFilterDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceCreateStreamingDestinationFilterDefault) IsClientError() bool
- func (o *LogServiceCreateStreamingDestinationFilterDefault) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestinationFilterDefault) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestinationFilterDefault) IsServerError() bool
- func (o *LogServiceCreateStreamingDestinationFilterDefault) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestinationFilterDefault) String() string
- type LogServiceCreateStreamingDestinationFilterOK
- func (o *LogServiceCreateStreamingDestinationFilterOK) Code() int
- func (o *LogServiceCreateStreamingDestinationFilterOK) Error() string
- func (o *LogServiceCreateStreamingDestinationFilterOK) GetPayload() interface{}
- func (o *LogServiceCreateStreamingDestinationFilterOK) IsClientError() bool
- func (o *LogServiceCreateStreamingDestinationFilterOK) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestinationFilterOK) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestinationFilterOK) IsServerError() bool
- func (o *LogServiceCreateStreamingDestinationFilterOK) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestinationFilterOK) String() string
- type LogServiceCreateStreamingDestinationFilterParams
- func NewLogServiceCreateStreamingDestinationFilterParams() *LogServiceCreateStreamingDestinationFilterParams
- func NewLogServiceCreateStreamingDestinationFilterParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestinationFilterParams
- func NewLogServiceCreateStreamingDestinationFilterParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationFilterParams
- func NewLogServiceCreateStreamingDestinationFilterParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetBody(body *models.LogService20210330CreateStreamingDestinationFilterRequest)
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetContext(ctx context.Context)
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetDefaults()
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetDestinationID(destinationID string)
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetOrganizationID(organizationID string)
- func (o *LogServiceCreateStreamingDestinationFilterParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithBody(body *models.LogService20210330CreateStreamingDestinationFilterRequest) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithContext(ctx context.Context) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithDefaults() *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithDestinationID(destinationID string) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithOrganizationID(organizationID string) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationFilterParams
- func (o *LogServiceCreateStreamingDestinationFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceCreateStreamingDestinationFilterReader
- type LogServiceCreateStreamingDestinationOK
- func (o *LogServiceCreateStreamingDestinationOK) Code() int
- func (o *LogServiceCreateStreamingDestinationOK) Error() string
- func (o *LogServiceCreateStreamingDestinationOK) GetPayload() *models.LogService20210330CreateStreamingDestinationResponse
- func (o *LogServiceCreateStreamingDestinationOK) IsClientError() bool
- func (o *LogServiceCreateStreamingDestinationOK) IsCode(code int) bool
- func (o *LogServiceCreateStreamingDestinationOK) IsRedirect() bool
- func (o *LogServiceCreateStreamingDestinationOK) IsServerError() bool
- func (o *LogServiceCreateStreamingDestinationOK) IsSuccess() bool
- func (o *LogServiceCreateStreamingDestinationOK) String() string
- type LogServiceCreateStreamingDestinationParams
- func NewLogServiceCreateStreamingDestinationParams() *LogServiceCreateStreamingDestinationParams
- func NewLogServiceCreateStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestinationParams
- func NewLogServiceCreateStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationParams
- func NewLogServiceCreateStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) SetBody(body *models.LogService20210330CreateStreamingDestinationRequest)
- func (o *LogServiceCreateStreamingDestinationParams) SetContext(ctx context.Context)
- func (o *LogServiceCreateStreamingDestinationParams) SetDefaults()
- func (o *LogServiceCreateStreamingDestinationParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceCreateStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceCreateStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
- func (o *LogServiceCreateStreamingDestinationParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceCreateStreamingDestinationParams) WithBody(body *models.LogService20210330CreateStreamingDestinationRequest) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithDefaults() *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationParams
- func (o *LogServiceCreateStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceCreateStreamingDestinationReader
- type LogServiceDeleteStreamingDestinationDefault
- func (o *LogServiceDeleteStreamingDestinationDefault) Code() int
- func (o *LogServiceDeleteStreamingDestinationDefault) Error() string
- func (o *LogServiceDeleteStreamingDestinationDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceDeleteStreamingDestinationDefault) IsClientError() bool
- func (o *LogServiceDeleteStreamingDestinationDefault) IsCode(code int) bool
- func (o *LogServiceDeleteStreamingDestinationDefault) IsRedirect() bool
- func (o *LogServiceDeleteStreamingDestinationDefault) IsServerError() bool
- func (o *LogServiceDeleteStreamingDestinationDefault) IsSuccess() bool
- func (o *LogServiceDeleteStreamingDestinationDefault) String() string
- type LogServiceDeleteStreamingDestinationOK
- func (o *LogServiceDeleteStreamingDestinationOK) Code() int
- func (o *LogServiceDeleteStreamingDestinationOK) Error() string
- func (o *LogServiceDeleteStreamingDestinationOK) GetPayload() *models.LogService20210330DeleteStreamingDestinationResponse
- func (o *LogServiceDeleteStreamingDestinationOK) IsClientError() bool
- func (o *LogServiceDeleteStreamingDestinationOK) IsCode(code int) bool
- func (o *LogServiceDeleteStreamingDestinationOK) IsRedirect() bool
- func (o *LogServiceDeleteStreamingDestinationOK) IsServerError() bool
- func (o *LogServiceDeleteStreamingDestinationOK) IsSuccess() bool
- func (o *LogServiceDeleteStreamingDestinationOK) String() string
- type LogServiceDeleteStreamingDestinationParams
- func NewLogServiceDeleteStreamingDestinationParams() *LogServiceDeleteStreamingDestinationParams
- func NewLogServiceDeleteStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceDeleteStreamingDestinationParams
- func NewLogServiceDeleteStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceDeleteStreamingDestinationParams
- func NewLogServiceDeleteStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) SetContext(ctx context.Context)
- func (o *LogServiceDeleteStreamingDestinationParams) SetDefaults()
- func (o *LogServiceDeleteStreamingDestinationParams) SetDestinationID(destinationID string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceDeleteStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetSourceChannel(sourceChannel *string)
- func (o *LogServiceDeleteStreamingDestinationParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceDeleteStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithDefaults() *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithDestinationID(destinationID string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithSourceChannel(sourceChannel *string) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceDeleteStreamingDestinationParams
- func (o *LogServiceDeleteStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceDeleteStreamingDestinationReader
- type LogServiceGetArchiveDefault
- func (o *LogServiceGetArchiveDefault) Code() int
- func (o *LogServiceGetArchiveDefault) Error() string
- func (o *LogServiceGetArchiveDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceGetArchiveDefault) IsClientError() bool
- func (o *LogServiceGetArchiveDefault) IsCode(code int) bool
- func (o *LogServiceGetArchiveDefault) IsRedirect() bool
- func (o *LogServiceGetArchiveDefault) IsServerError() bool
- func (o *LogServiceGetArchiveDefault) IsSuccess() bool
- func (o *LogServiceGetArchiveDefault) String() string
- type LogServiceGetArchiveOK
- func (o *LogServiceGetArchiveOK) Code() int
- func (o *LogServiceGetArchiveOK) Error() string
- func (o *LogServiceGetArchiveOK) GetPayload() *models.LogService20210330GetArchiveResponse
- func (o *LogServiceGetArchiveOK) IsClientError() bool
- func (o *LogServiceGetArchiveOK) IsCode(code int) bool
- func (o *LogServiceGetArchiveOK) IsRedirect() bool
- func (o *LogServiceGetArchiveOK) IsServerError() bool
- func (o *LogServiceGetArchiveOK) IsSuccess() bool
- func (o *LogServiceGetArchiveOK) String() string
- type LogServiceGetArchiveParams
- func NewLogServiceGetArchiveParams() *LogServiceGetArchiveParams
- func NewLogServiceGetArchiveParamsWithContext(ctx context.Context) *LogServiceGetArchiveParams
- func NewLogServiceGetArchiveParamsWithHTTPClient(client *http.Client) *LogServiceGetArchiveParams
- func NewLogServiceGetArchiveParamsWithTimeout(timeout time.Duration) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) SetContext(ctx context.Context)
- func (o *LogServiceGetArchiveParams) SetDefaults()
- func (o *LogServiceGetArchiveParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceGetArchiveParams) SetID(id string)
- func (o *LogServiceGetArchiveParams) SetResourceDescription(resourceDescription *string)
- func (o *LogServiceGetArchiveParams) SetResourceID(resourceID string)
- func (o *LogServiceGetArchiveParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *LogServiceGetArchiveParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *LogServiceGetArchiveParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
- func (o *LogServiceGetArchiveParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
- func (o *LogServiceGetArchiveParams) SetResourceType(resourceType *string)
- func (o *LogServiceGetArchiveParams) SetResourceUUID(resourceUUID *string)
- func (o *LogServiceGetArchiveParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceGetArchiveParams) WithContext(ctx context.Context) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithDefaults() *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithHTTPClient(client *http.Client) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithID(id string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceDescription(resourceDescription *string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceID(resourceID string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceType(resourceType *string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithResourceUUID(resourceUUID *string) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WithTimeout(timeout time.Duration) *LogServiceGetArchiveParams
- func (o *LogServiceGetArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceGetArchiveReader
- type LogServiceGetDefault
- func (o *LogServiceGetDefault) Code() int
- func (o *LogServiceGetDefault) Error() string
- func (o *LogServiceGetDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceGetDefault) IsClientError() bool
- func (o *LogServiceGetDefault) IsCode(code int) bool
- func (o *LogServiceGetDefault) IsRedirect() bool
- func (o *LogServiceGetDefault) IsServerError() bool
- func (o *LogServiceGetDefault) IsSuccess() bool
- func (o *LogServiceGetDefault) String() string
- type LogServiceGetOK
- func (o *LogServiceGetOK) Code() int
- func (o *LogServiceGetOK) Error() string
- func (o *LogServiceGetOK) GetPayload() *models.LogService20210330GetResponse
- func (o *LogServiceGetOK) IsClientError() bool
- func (o *LogServiceGetOK) IsCode(code int) bool
- func (o *LogServiceGetOK) IsRedirect() bool
- func (o *LogServiceGetOK) IsServerError() bool
- func (o *LogServiceGetOK) IsSuccess() bool
- func (o *LogServiceGetOK) String() string
- type LogServiceGetParams
- func (o *LogServiceGetParams) SetBody(body *models.LogService20210330GetRequest)
- func (o *LogServiceGetParams) SetContext(ctx context.Context)
- func (o *LogServiceGetParams) SetDefaults()
- func (o *LogServiceGetParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceGetParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceGetParams) WithBody(body *models.LogService20210330GetRequest) *LogServiceGetParams
- func (o *LogServiceGetParams) WithContext(ctx context.Context) *LogServiceGetParams
- func (o *LogServiceGetParams) WithDefaults() *LogServiceGetParams
- func (o *LogServiceGetParams) WithHTTPClient(client *http.Client) *LogServiceGetParams
- func (o *LogServiceGetParams) WithTimeout(timeout time.Duration) *LogServiceGetParams
- func (o *LogServiceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceGetReader
- type LogServiceGetStreamingDestinationDefault
- func (o *LogServiceGetStreamingDestinationDefault) Code() int
- func (o *LogServiceGetStreamingDestinationDefault) Error() string
- func (o *LogServiceGetStreamingDestinationDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceGetStreamingDestinationDefault) IsClientError() bool
- func (o *LogServiceGetStreamingDestinationDefault) IsCode(code int) bool
- func (o *LogServiceGetStreamingDestinationDefault) IsRedirect() bool
- func (o *LogServiceGetStreamingDestinationDefault) IsServerError() bool
- func (o *LogServiceGetStreamingDestinationDefault) IsSuccess() bool
- func (o *LogServiceGetStreamingDestinationDefault) String() string
- type LogServiceGetStreamingDestinationOK
- func (o *LogServiceGetStreamingDestinationOK) Code() int
- func (o *LogServiceGetStreamingDestinationOK) Error() string
- func (o *LogServiceGetStreamingDestinationOK) GetPayload() *models.LogService20210330GetStreamingDestinationResponse
- func (o *LogServiceGetStreamingDestinationOK) IsClientError() bool
- func (o *LogServiceGetStreamingDestinationOK) IsCode(code int) bool
- func (o *LogServiceGetStreamingDestinationOK) IsRedirect() bool
- func (o *LogServiceGetStreamingDestinationOK) IsServerError() bool
- func (o *LogServiceGetStreamingDestinationOK) IsSuccess() bool
- func (o *LogServiceGetStreamingDestinationOK) String() string
- type LogServiceGetStreamingDestinationParams
- func NewLogServiceGetStreamingDestinationParams() *LogServiceGetStreamingDestinationParams
- func NewLogServiceGetStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceGetStreamingDestinationParams
- func NewLogServiceGetStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceGetStreamingDestinationParams
- func NewLogServiceGetStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) SetContext(ctx context.Context)
- func (o *LogServiceGetStreamingDestinationParams) SetDefaults()
- func (o *LogServiceGetStreamingDestinationParams) SetDestinationID(destinationID string)
- func (o *LogServiceGetStreamingDestinationParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceGetStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceGetStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
- func (o *LogServiceGetStreamingDestinationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *LogServiceGetStreamingDestinationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *LogServiceGetStreamingDestinationParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceGetStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithDefaults() *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithDestinationID(destinationID string) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceGetStreamingDestinationParams
- func (o *LogServiceGetStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceGetStreamingDestinationReader
- type LogServiceListArchivesDefault
- func (o *LogServiceListArchivesDefault) Code() int
- func (o *LogServiceListArchivesDefault) Error() string
- func (o *LogServiceListArchivesDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceListArchivesDefault) IsClientError() bool
- func (o *LogServiceListArchivesDefault) IsCode(code int) bool
- func (o *LogServiceListArchivesDefault) IsRedirect() bool
- func (o *LogServiceListArchivesDefault) IsServerError() bool
- func (o *LogServiceListArchivesDefault) IsSuccess() bool
- func (o *LogServiceListArchivesDefault) String() string
- type LogServiceListArchivesOK
- func (o *LogServiceListArchivesOK) Code() int
- func (o *LogServiceListArchivesOK) Error() string
- func (o *LogServiceListArchivesOK) GetPayload() *models.LogService20210330ListArchivesResponse
- func (o *LogServiceListArchivesOK) IsClientError() bool
- func (o *LogServiceListArchivesOK) IsCode(code int) bool
- func (o *LogServiceListArchivesOK) IsRedirect() bool
- func (o *LogServiceListArchivesOK) IsServerError() bool
- func (o *LogServiceListArchivesOK) IsSuccess() bool
- func (o *LogServiceListArchivesOK) String() string
- type LogServiceListArchivesParams
- func NewLogServiceListArchivesParams() *LogServiceListArchivesParams
- func NewLogServiceListArchivesParamsWithContext(ctx context.Context) *LogServiceListArchivesParams
- func NewLogServiceListArchivesParamsWithHTTPClient(client *http.Client) *LogServiceListArchivesParams
- func NewLogServiceListArchivesParamsWithTimeout(timeout time.Duration) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) SetContext(ctx context.Context)
- func (o *LogServiceListArchivesParams) SetDefaults()
- func (o *LogServiceListArchivesParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceListArchivesParams) SetResourceDescription(resourceDescription *string)
- func (o *LogServiceListArchivesParams) SetResourceID(resourceID string)
- func (o *LogServiceListArchivesParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *LogServiceListArchivesParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *LogServiceListArchivesParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
- func (o *LogServiceListArchivesParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
- func (o *LogServiceListArchivesParams) SetResourceType(resourceType *string)
- func (o *LogServiceListArchivesParams) SetResourceUUID(resourceUUID *string)
- func (o *LogServiceListArchivesParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceListArchivesParams) WithContext(ctx context.Context) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithDefaults() *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithHTTPClient(client *http.Client) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceDescription(resourceDescription *string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceID(resourceID string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceType(resourceType *string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithResourceUUID(resourceUUID *string) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WithTimeout(timeout time.Duration) *LogServiceListArchivesParams
- func (o *LogServiceListArchivesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceListArchivesReader
- type LogServiceListStreamingDestinationsDefault
- func (o *LogServiceListStreamingDestinationsDefault) Code() int
- func (o *LogServiceListStreamingDestinationsDefault) Error() string
- func (o *LogServiceListStreamingDestinationsDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceListStreamingDestinationsDefault) IsClientError() bool
- func (o *LogServiceListStreamingDestinationsDefault) IsCode(code int) bool
- func (o *LogServiceListStreamingDestinationsDefault) IsRedirect() bool
- func (o *LogServiceListStreamingDestinationsDefault) IsServerError() bool
- func (o *LogServiceListStreamingDestinationsDefault) IsSuccess() bool
- func (o *LogServiceListStreamingDestinationsDefault) String() string
- type LogServiceListStreamingDestinationsForResourceDefault
- func (o *LogServiceListStreamingDestinationsForResourceDefault) Code() int
- func (o *LogServiceListStreamingDestinationsForResourceDefault) Error() string
- func (o *LogServiceListStreamingDestinationsForResourceDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceListStreamingDestinationsForResourceDefault) IsClientError() bool
- func (o *LogServiceListStreamingDestinationsForResourceDefault) IsCode(code int) bool
- func (o *LogServiceListStreamingDestinationsForResourceDefault) IsRedirect() bool
- func (o *LogServiceListStreamingDestinationsForResourceDefault) IsServerError() bool
- func (o *LogServiceListStreamingDestinationsForResourceDefault) IsSuccess() bool
- func (o *LogServiceListStreamingDestinationsForResourceDefault) String() string
- type LogServiceListStreamingDestinationsForResourceOK
- func (o *LogServiceListStreamingDestinationsForResourceOK) Code() int
- func (o *LogServiceListStreamingDestinationsForResourceOK) Error() string
- func (o *LogServiceListStreamingDestinationsForResourceOK) GetPayload() *models.LogService20210330ListStreamingDestinationsForResourceResponse
- func (o *LogServiceListStreamingDestinationsForResourceOK) IsClientError() bool
- func (o *LogServiceListStreamingDestinationsForResourceOK) IsCode(code int) bool
- func (o *LogServiceListStreamingDestinationsForResourceOK) IsRedirect() bool
- func (o *LogServiceListStreamingDestinationsForResourceOK) IsServerError() bool
- func (o *LogServiceListStreamingDestinationsForResourceOK) IsSuccess() bool
- func (o *LogServiceListStreamingDestinationsForResourceOK) String() string
- type LogServiceListStreamingDestinationsForResourceParams
- func NewLogServiceListStreamingDestinationsForResourceParams() *LogServiceListStreamingDestinationsForResourceParams
- func NewLogServiceListStreamingDestinationsForResourceParamsWithContext(ctx context.Context) *LogServiceListStreamingDestinationsForResourceParams
- func NewLogServiceListStreamingDestinationsForResourceParamsWithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsForResourceParams
- func NewLogServiceListStreamingDestinationsForResourceParamsWithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetBody(body *models.LogService20210330ListStreamingDestinationsForResourceRequest)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetContext(ctx context.Context)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetDefaults()
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceID(resourceID string)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationProjectID(resourceLocationProjectID string)
- func (o *LogServiceListStreamingDestinationsForResourceParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithBody(body *models.LogService20210330ListStreamingDestinationsForResourceRequest) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithContext(ctx context.Context) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithDefaults() *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceID(resourceID string) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsForResourceParams
- func (o *LogServiceListStreamingDestinationsForResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceListStreamingDestinationsForResourceReader
- type LogServiceListStreamingDestinationsOK
- func (o *LogServiceListStreamingDestinationsOK) Code() int
- func (o *LogServiceListStreamingDestinationsOK) Error() string
- func (o *LogServiceListStreamingDestinationsOK) GetPayload() *models.LogService20210330ListStreamingDestinationsResponse
- func (o *LogServiceListStreamingDestinationsOK) IsClientError() bool
- func (o *LogServiceListStreamingDestinationsOK) IsCode(code int) bool
- func (o *LogServiceListStreamingDestinationsOK) IsRedirect() bool
- func (o *LogServiceListStreamingDestinationsOK) IsServerError() bool
- func (o *LogServiceListStreamingDestinationsOK) IsSuccess() bool
- func (o *LogServiceListStreamingDestinationsOK) String() string
- type LogServiceListStreamingDestinationsParams
- func NewLogServiceListStreamingDestinationsParams() *LogServiceListStreamingDestinationsParams
- func NewLogServiceListStreamingDestinationsParamsWithContext(ctx context.Context) *LogServiceListStreamingDestinationsParams
- func NewLogServiceListStreamingDestinationsParamsWithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsParams
- func NewLogServiceListStreamingDestinationsParamsWithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) SetContext(ctx context.Context)
- func (o *LogServiceListStreamingDestinationsParams) SetDefaults()
- func (o *LogServiceListStreamingDestinationsParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceListStreamingDestinationsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceListStreamingDestinationsParams) SetLocationProjectID(locationProjectID string)
- func (o *LogServiceListStreamingDestinationsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *LogServiceListStreamingDestinationsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *LogServiceListStreamingDestinationsParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceListStreamingDestinationsParams) WithContext(ctx context.Context) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithDefaults() *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithLocationProjectID(locationProjectID string) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsParams
- func (o *LogServiceListStreamingDestinationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceListStreamingDestinationsReader
- type LogServiceSearchDefault
- func (o *LogServiceSearchDefault) Code() int
- func (o *LogServiceSearchDefault) Error() string
- func (o *LogServiceSearchDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceSearchDefault) IsClientError() bool
- func (o *LogServiceSearchDefault) IsCode(code int) bool
- func (o *LogServiceSearchDefault) IsRedirect() bool
- func (o *LogServiceSearchDefault) IsServerError() bool
- func (o *LogServiceSearchDefault) IsSuccess() bool
- func (o *LogServiceSearchDefault) String() string
- type LogServiceSearchOK
- func (o *LogServiceSearchOK) Code() int
- func (o *LogServiceSearchOK) Error() string
- func (o *LogServiceSearchOK) GetPayload() *models.LogService20210330SearchResponse
- func (o *LogServiceSearchOK) IsClientError() bool
- func (o *LogServiceSearchOK) IsCode(code int) bool
- func (o *LogServiceSearchOK) IsRedirect() bool
- func (o *LogServiceSearchOK) IsServerError() bool
- func (o *LogServiceSearchOK) IsSuccess() bool
- func (o *LogServiceSearchOK) String() string
- type LogServiceSearchParams
- func NewLogServiceSearchParams() *LogServiceSearchParams
- func NewLogServiceSearchParamsWithContext(ctx context.Context) *LogServiceSearchParams
- func NewLogServiceSearchParamsWithHTTPClient(client *http.Client) *LogServiceSearchParams
- func NewLogServiceSearchParamsWithTimeout(timeout time.Duration) *LogServiceSearchParams
- func (o *LogServiceSearchParams) SetBody(body *models.LogService20210330SearchRequest)
- func (o *LogServiceSearchParams) SetContext(ctx context.Context)
- func (o *LogServiceSearchParams) SetDefaults()
- func (o *LogServiceSearchParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceSearchParams) SetOrganizationID(organizationID string)
- func (o *LogServiceSearchParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceSearchParams) WithBody(body *models.LogService20210330SearchRequest) *LogServiceSearchParams
- func (o *LogServiceSearchParams) WithContext(ctx context.Context) *LogServiceSearchParams
- func (o *LogServiceSearchParams) WithDefaults() *LogServiceSearchParams
- func (o *LogServiceSearchParams) WithHTTPClient(client *http.Client) *LogServiceSearchParams
- func (o *LogServiceSearchParams) WithOrganizationID(organizationID string) *LogServiceSearchParams
- func (o *LogServiceSearchParams) WithTimeout(timeout time.Duration) *LogServiceSearchParams
- func (o *LogServiceSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceSearchReader
- type LogServiceStoreDefault
- func (o *LogServiceStoreDefault) Code() int
- func (o *LogServiceStoreDefault) Error() string
- func (o *LogServiceStoreDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceStoreDefault) IsClientError() bool
- func (o *LogServiceStoreDefault) IsCode(code int) bool
- func (o *LogServiceStoreDefault) IsRedirect() bool
- func (o *LogServiceStoreDefault) IsServerError() bool
- func (o *LogServiceStoreDefault) IsSuccess() bool
- func (o *LogServiceStoreDefault) String() string
- type LogServiceStoreOK
- func (o *LogServiceStoreOK) Code() int
- func (o *LogServiceStoreOK) Error() string
- func (o *LogServiceStoreOK) GetPayload() interface{}
- func (o *LogServiceStoreOK) IsClientError() bool
- func (o *LogServiceStoreOK) IsCode(code int) bool
- func (o *LogServiceStoreOK) IsRedirect() bool
- func (o *LogServiceStoreOK) IsServerError() bool
- func (o *LogServiceStoreOK) IsSuccess() bool
- func (o *LogServiceStoreOK) String() string
- type LogServiceStoreParams
- func NewLogServiceStoreParams() *LogServiceStoreParams
- func NewLogServiceStoreParamsWithContext(ctx context.Context) *LogServiceStoreParams
- func NewLogServiceStoreParamsWithHTTPClient(client *http.Client) *LogServiceStoreParams
- func NewLogServiceStoreParamsWithTimeout(timeout time.Duration) *LogServiceStoreParams
- func (o *LogServiceStoreParams) SetBody(body *models.LogService20210330StoreRequest)
- func (o *LogServiceStoreParams) SetContext(ctx context.Context)
- func (o *LogServiceStoreParams) SetDefaults()
- func (o *LogServiceStoreParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceStoreParams) SetStreamOrganizationID(streamOrganizationID string)
- func (o *LogServiceStoreParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceStoreParams) WithBody(body *models.LogService20210330StoreRequest) *LogServiceStoreParams
- func (o *LogServiceStoreParams) WithContext(ctx context.Context) *LogServiceStoreParams
- func (o *LogServiceStoreParams) WithDefaults() *LogServiceStoreParams
- func (o *LogServiceStoreParams) WithHTTPClient(client *http.Client) *LogServiceStoreParams
- func (o *LogServiceStoreParams) WithStreamOrganizationID(streamOrganizationID string) *LogServiceStoreParams
- func (o *LogServiceStoreParams) WithTimeout(timeout time.Duration) *LogServiceStoreParams
- func (o *LogServiceStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceStoreReader
- type LogServiceTestStreamingDestinationDefault
- func (o *LogServiceTestStreamingDestinationDefault) Code() int
- func (o *LogServiceTestStreamingDestinationDefault) Error() string
- func (o *LogServiceTestStreamingDestinationDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceTestStreamingDestinationDefault) IsClientError() bool
- func (o *LogServiceTestStreamingDestinationDefault) IsCode(code int) bool
- func (o *LogServiceTestStreamingDestinationDefault) IsRedirect() bool
- func (o *LogServiceTestStreamingDestinationDefault) IsServerError() bool
- func (o *LogServiceTestStreamingDestinationDefault) IsSuccess() bool
- func (o *LogServiceTestStreamingDestinationDefault) String() string
- type LogServiceTestStreamingDestinationOK
- func (o *LogServiceTestStreamingDestinationOK) Code() int
- func (o *LogServiceTestStreamingDestinationOK) Error() string
- func (o *LogServiceTestStreamingDestinationOK) GetPayload() *models.LogService20210330TestStreamingDestinationResponse
- func (o *LogServiceTestStreamingDestinationOK) IsClientError() bool
- func (o *LogServiceTestStreamingDestinationOK) IsCode(code int) bool
- func (o *LogServiceTestStreamingDestinationOK) IsRedirect() bool
- func (o *LogServiceTestStreamingDestinationOK) IsServerError() bool
- func (o *LogServiceTestStreamingDestinationOK) IsSuccess() bool
- func (o *LogServiceTestStreamingDestinationOK) String() string
- type LogServiceTestStreamingDestinationParams
- func NewLogServiceTestStreamingDestinationParams() *LogServiceTestStreamingDestinationParams
- func NewLogServiceTestStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceTestStreamingDestinationParams
- func NewLogServiceTestStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceTestStreamingDestinationParams
- func NewLogServiceTestStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) SetBody(body *models.LogService20210330TestStreamingDestinationRequest)
- func (o *LogServiceTestStreamingDestinationParams) SetContext(ctx context.Context)
- func (o *LogServiceTestStreamingDestinationParams) SetDefaults()
- func (o *LogServiceTestStreamingDestinationParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceTestStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *LogServiceTestStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
- func (o *LogServiceTestStreamingDestinationParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceTestStreamingDestinationParams) WithBody(body *models.LogService20210330TestStreamingDestinationRequest) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithDefaults() *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceTestStreamingDestinationParams
- func (o *LogServiceTestStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceTestStreamingDestinationReader
- type LogServiceUpdateStreamingDestinationDefault
- func (o *LogServiceUpdateStreamingDestinationDefault) Code() int
- func (o *LogServiceUpdateStreamingDestinationDefault) Error() string
- func (o *LogServiceUpdateStreamingDestinationDefault) GetPayload() *models.RuntimeError
- func (o *LogServiceUpdateStreamingDestinationDefault) IsClientError() bool
- func (o *LogServiceUpdateStreamingDestinationDefault) IsCode(code int) bool
- func (o *LogServiceUpdateStreamingDestinationDefault) IsRedirect() bool
- func (o *LogServiceUpdateStreamingDestinationDefault) IsServerError() bool
- func (o *LogServiceUpdateStreamingDestinationDefault) IsSuccess() bool
- func (o *LogServiceUpdateStreamingDestinationDefault) String() string
- type LogServiceUpdateStreamingDestinationOK
- func (o *LogServiceUpdateStreamingDestinationOK) Code() int
- func (o *LogServiceUpdateStreamingDestinationOK) Error() string
- func (o *LogServiceUpdateStreamingDestinationOK) GetPayload() interface{}
- func (o *LogServiceUpdateStreamingDestinationOK) IsClientError() bool
- func (o *LogServiceUpdateStreamingDestinationOK) IsCode(code int) bool
- func (o *LogServiceUpdateStreamingDestinationOK) IsRedirect() bool
- func (o *LogServiceUpdateStreamingDestinationOK) IsServerError() bool
- func (o *LogServiceUpdateStreamingDestinationOK) IsSuccess() bool
- func (o *LogServiceUpdateStreamingDestinationOK) String() string
- type LogServiceUpdateStreamingDestinationParams
- func NewLogServiceUpdateStreamingDestinationParams() *LogServiceUpdateStreamingDestinationParams
- func NewLogServiceUpdateStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceUpdateStreamingDestinationParams
- func NewLogServiceUpdateStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceUpdateStreamingDestinationParams
- func NewLogServiceUpdateStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) SetBody(body *models.LogService20210330UpdateStreamingDestinationRequest)
- func (o *LogServiceUpdateStreamingDestinationParams) SetContext(ctx context.Context)
- func (o *LogServiceUpdateStreamingDestinationParams) SetDefaults()
- func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceID(destinationResourceID string)
- func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationOrganizationID(destinationResourceLocationOrganizationID string)
- func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationProjectID(destinationResourceLocationProjectID string)
- func (o *LogServiceUpdateStreamingDestinationParams) SetHTTPClient(client *http.Client)
- func (o *LogServiceUpdateStreamingDestinationParams) SetTimeout(timeout time.Duration)
- func (o *LogServiceUpdateStreamingDestinationParams) WithBody(body *models.LogService20210330UpdateStreamingDestinationRequest) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithDefaults() *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceID(destinationResourceID string) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationOrganizationID(destinationResourceLocationOrganizationID string) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationProjectID(destinationResourceLocationProjectID string) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceUpdateStreamingDestinationParams
- func (o *LogServiceUpdateStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type LogServiceUpdateStreamingDestinationReader
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 log service API
func (*Client) LogServiceCreateArchive ¶
func (a *Client) LogServiceCreateArchive(params *LogServiceCreateArchiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateArchiveOK, error)
LogServiceCreateArchive creates an archive request
func (*Client) LogServiceCreateStreamingDestination ¶
func (a *Client) LogServiceCreateStreamingDestination(params *LogServiceCreateStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestinationOK, error)
LogServiceCreateStreamingDestination creates a streaming destination for a given resource
func (*Client) LogServiceCreateStreamingDestination2 ¶
func (a *Client) LogServiceCreateStreamingDestination2(params *LogServiceCreateStreamingDestination2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestination2OK, error)
LogServiceCreateStreamingDestination2 creates a streaming destination for a given resource
func (*Client) LogServiceCreateStreamingDestinationFilter ¶
func (a *Client) LogServiceCreateStreamingDestinationFilter(params *LogServiceCreateStreamingDestinationFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestinationFilterOK, error)
LogServiceCreateStreamingDestinationFilter creates a streaming destination filter for a given resource
func (*Client) LogServiceDeleteStreamingDestination ¶
func (a *Client) LogServiceDeleteStreamingDestination(params *LogServiceDeleteStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceDeleteStreamingDestinationOK, error)
LogServiceDeleteStreamingDestination deletes a streaming destination by its project and id
func (*Client) LogServiceGet ¶
func (a *Client) LogServiceGet(params *LogServiceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetOK, error)
LogServiceGet gets log entries from one or more log streams
func (*Client) LogServiceGetArchive ¶
func (a *Client) LogServiceGetArchive(params *LogServiceGetArchiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetArchiveOK, error)
LogServiceGetArchive lists archives for a given resource
func (*Client) LogServiceGetStreamingDestination ¶
func (a *Client) LogServiceGetStreamingDestination(params *LogServiceGetStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetStreamingDestinationOK, error)
LogServiceGetStreamingDestination gets a streaming destination by its project and id
func (*Client) LogServiceListArchives ¶
func (a *Client) LogServiceListArchives(params *LogServiceListArchivesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListArchivesOK, error)
LogServiceListArchives lists archives for a given resource
func (*Client) LogServiceListStreamingDestinations ¶
func (a *Client) LogServiceListStreamingDestinations(params *LogServiceListStreamingDestinationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListStreamingDestinationsOK, error)
LogServiceListStreamingDestinations lists streaming destinations for a given location
func (*Client) LogServiceListStreamingDestinationsForResource ¶
func (a *Client) LogServiceListStreamingDestinationsForResource(params *LogServiceListStreamingDestinationsForResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListStreamingDestinationsForResourceOK, error)
LogServiceListStreamingDestinationsForResource log service list streaming destinations for resource API
func (*Client) LogServiceSearch ¶
func (a *Client) LogServiceSearch(params *LogServiceSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceSearchOK, error)
LogServiceSearch searches for log entries in a public tenant
func (*Client) LogServiceStore ¶
func (a *Client) LogServiceStore(params *LogServiceStoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceStoreOK, error)
LogServiceStore stores for log entries in a public tenant
func (*Client) LogServiceTestStreamingDestination ¶
func (a *Client) LogServiceTestStreamingDestination(params *LogServiceTestStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceTestStreamingDestinationOK, error)
LogServiceTestStreamingDestination tests a streaming destination config record by sending a test record to the provided configuration
func (*Client) LogServiceUpdateStreamingDestination ¶
func (a *Client) LogServiceUpdateStreamingDestination(params *LogServiceUpdateStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceUpdateStreamingDestinationOK, error)
LogServiceUpdateStreamingDestination updates a streaming destination by its id
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 { LogServiceCreateArchive(params *LogServiceCreateArchiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateArchiveOK, error) LogServiceCreateStreamingDestination(params *LogServiceCreateStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestinationOK, error) LogServiceCreateStreamingDestination2(params *LogServiceCreateStreamingDestination2Params, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestination2OK, error) LogServiceCreateStreamingDestinationFilter(params *LogServiceCreateStreamingDestinationFilterParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceCreateStreamingDestinationFilterOK, error) LogServiceDeleteStreamingDestination(params *LogServiceDeleteStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceDeleteStreamingDestinationOK, error) LogServiceGet(params *LogServiceGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetOK, error) LogServiceGetArchive(params *LogServiceGetArchiveParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetArchiveOK, error) LogServiceGetStreamingDestination(params *LogServiceGetStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceGetStreamingDestinationOK, error) LogServiceListArchives(params *LogServiceListArchivesParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListArchivesOK, error) LogServiceListStreamingDestinations(params *LogServiceListStreamingDestinationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListStreamingDestinationsOK, error) LogServiceListStreamingDestinationsForResource(params *LogServiceListStreamingDestinationsForResourceParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceListStreamingDestinationsForResourceOK, error) LogServiceSearch(params *LogServiceSearchParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceSearchOK, error) LogServiceStore(params *LogServiceStoreParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceStoreOK, error) LogServiceTestStreamingDestination(params *LogServiceTestStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceTestStreamingDestinationOK, error) LogServiceUpdateStreamingDestination(params *LogServiceUpdateStreamingDestinationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*LogServiceUpdateStreamingDestinationOK, 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 log service API client.
type LogServiceCreateArchiveDefault ¶
type LogServiceCreateArchiveDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceCreateArchiveDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceCreateArchiveDefault ¶
func NewLogServiceCreateArchiveDefault(code int) *LogServiceCreateArchiveDefault
NewLogServiceCreateArchiveDefault creates a LogServiceCreateArchiveDefault with default headers values
func (*LogServiceCreateArchiveDefault) Code ¶
func (o *LogServiceCreateArchiveDefault) Code() int
Code gets the status code for the log service create archive default response
func (*LogServiceCreateArchiveDefault) Error ¶
func (o *LogServiceCreateArchiveDefault) Error() string
func (*LogServiceCreateArchiveDefault) GetPayload ¶
func (o *LogServiceCreateArchiveDefault) GetPayload() *models.RuntimeError
func (*LogServiceCreateArchiveDefault) IsClientError ¶
func (o *LogServiceCreateArchiveDefault) IsClientError() bool
IsClientError returns true when this log service create archive default response has a 4xx status code
func (*LogServiceCreateArchiveDefault) IsCode ¶
func (o *LogServiceCreateArchiveDefault) IsCode(code int) bool
IsCode returns true when this log service create archive default response a status code equal to that given
func (*LogServiceCreateArchiveDefault) IsRedirect ¶
func (o *LogServiceCreateArchiveDefault) IsRedirect() bool
IsRedirect returns true when this log service create archive default response has a 3xx status code
func (*LogServiceCreateArchiveDefault) IsServerError ¶
func (o *LogServiceCreateArchiveDefault) IsServerError() bool
IsServerError returns true when this log service create archive default response has a 5xx status code
func (*LogServiceCreateArchiveDefault) IsSuccess ¶
func (o *LogServiceCreateArchiveDefault) IsSuccess() bool
IsSuccess returns true when this log service create archive default response has a 2xx status code
func (*LogServiceCreateArchiveDefault) String ¶
func (o *LogServiceCreateArchiveDefault) String() string
type LogServiceCreateArchiveOK ¶
type LogServiceCreateArchiveOK struct {
Payload *models.LogService20210330CreateArchiveResponse
}
LogServiceCreateArchiveOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceCreateArchiveOK ¶
func NewLogServiceCreateArchiveOK() *LogServiceCreateArchiveOK
NewLogServiceCreateArchiveOK creates a LogServiceCreateArchiveOK with default headers values
func (*LogServiceCreateArchiveOK) Code ¶
func (o *LogServiceCreateArchiveOK) Code() int
Code gets the status code for the log service create archive o k response
func (*LogServiceCreateArchiveOK) Error ¶
func (o *LogServiceCreateArchiveOK) Error() string
func (*LogServiceCreateArchiveOK) GetPayload ¶
func (o *LogServiceCreateArchiveOK) GetPayload() *models.LogService20210330CreateArchiveResponse
func (*LogServiceCreateArchiveOK) IsClientError ¶
func (o *LogServiceCreateArchiveOK) IsClientError() bool
IsClientError returns true when this log service create archive o k response has a 4xx status code
func (*LogServiceCreateArchiveOK) IsCode ¶
func (o *LogServiceCreateArchiveOK) IsCode(code int) bool
IsCode returns true when this log service create archive o k response a status code equal to that given
func (*LogServiceCreateArchiveOK) IsRedirect ¶
func (o *LogServiceCreateArchiveOK) IsRedirect() bool
IsRedirect returns true when this log service create archive o k response has a 3xx status code
func (*LogServiceCreateArchiveOK) IsServerError ¶
func (o *LogServiceCreateArchiveOK) IsServerError() bool
IsServerError returns true when this log service create archive o k response has a 5xx status code
func (*LogServiceCreateArchiveOK) IsSuccess ¶
func (o *LogServiceCreateArchiveOK) IsSuccess() bool
IsSuccess returns true when this log service create archive o k response has a 2xx status code
func (*LogServiceCreateArchiveOK) String ¶
func (o *LogServiceCreateArchiveOK) String() string
type LogServiceCreateArchiveParams ¶
type LogServiceCreateArchiveParams struct { // Body. Body *models.LogService20210330CreateArchiveRequest /* ResourceID. id is the identifier for this resource. */ ResourceID string /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceCreateArchiveParams contains all the parameters to send to the API endpoint
for the log service create archive operation. Typically these are written to a http.Request.
func NewLogServiceCreateArchiveParams ¶
func NewLogServiceCreateArchiveParams() *LogServiceCreateArchiveParams
NewLogServiceCreateArchiveParams creates a new LogServiceCreateArchiveParams 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 NewLogServiceCreateArchiveParamsWithContext ¶
func NewLogServiceCreateArchiveParamsWithContext(ctx context.Context) *LogServiceCreateArchiveParams
NewLogServiceCreateArchiveParamsWithContext creates a new LogServiceCreateArchiveParams object with the ability to set a context for a request.
func NewLogServiceCreateArchiveParamsWithHTTPClient ¶
func NewLogServiceCreateArchiveParamsWithHTTPClient(client *http.Client) *LogServiceCreateArchiveParams
NewLogServiceCreateArchiveParamsWithHTTPClient creates a new LogServiceCreateArchiveParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceCreateArchiveParamsWithTimeout ¶
func NewLogServiceCreateArchiveParamsWithTimeout(timeout time.Duration) *LogServiceCreateArchiveParams
NewLogServiceCreateArchiveParamsWithTimeout creates a new LogServiceCreateArchiveParams object with the ability to set a timeout on a request.
func (*LogServiceCreateArchiveParams) SetBody ¶
func (o *LogServiceCreateArchiveParams) SetBody(body *models.LogService20210330CreateArchiveRequest)
SetBody adds the body to the log service create archive params
func (*LogServiceCreateArchiveParams) SetContext ¶
func (o *LogServiceCreateArchiveParams) SetContext(ctx context.Context)
SetContext adds the context to the log service create archive params
func (*LogServiceCreateArchiveParams) SetDefaults ¶
func (o *LogServiceCreateArchiveParams) SetDefaults()
SetDefaults hydrates default values in the log service create archive params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateArchiveParams) SetHTTPClient ¶
func (o *LogServiceCreateArchiveParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service create archive params
func (*LogServiceCreateArchiveParams) SetResourceID ¶
func (o *LogServiceCreateArchiveParams) SetResourceID(resourceID string)
SetResourceID adds the resourceId to the log service create archive params
func (*LogServiceCreateArchiveParams) SetResourceLocationOrganizationID ¶
func (o *LogServiceCreateArchiveParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the log service create archive params
func (*LogServiceCreateArchiveParams) SetResourceLocationProjectID ¶
func (o *LogServiceCreateArchiveParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the log service create archive params
func (*LogServiceCreateArchiveParams) SetTimeout ¶
func (o *LogServiceCreateArchiveParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service create archive params
func (*LogServiceCreateArchiveParams) WithBody ¶
func (o *LogServiceCreateArchiveParams) WithBody(body *models.LogService20210330CreateArchiveRequest) *LogServiceCreateArchiveParams
WithBody adds the body to the log service create archive params
func (*LogServiceCreateArchiveParams) WithContext ¶
func (o *LogServiceCreateArchiveParams) WithContext(ctx context.Context) *LogServiceCreateArchiveParams
WithContext adds the context to the log service create archive params
func (*LogServiceCreateArchiveParams) WithDefaults ¶
func (o *LogServiceCreateArchiveParams) WithDefaults() *LogServiceCreateArchiveParams
WithDefaults hydrates default values in the log service create archive params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateArchiveParams) WithHTTPClient ¶
func (o *LogServiceCreateArchiveParams) WithHTTPClient(client *http.Client) *LogServiceCreateArchiveParams
WithHTTPClient adds the HTTPClient to the log service create archive params
func (*LogServiceCreateArchiveParams) WithResourceID ¶
func (o *LogServiceCreateArchiveParams) WithResourceID(resourceID string) *LogServiceCreateArchiveParams
WithResourceID adds the resourceID to the log service create archive params
func (*LogServiceCreateArchiveParams) WithResourceLocationOrganizationID ¶
func (o *LogServiceCreateArchiveParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceCreateArchiveParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the log service create archive params
func (*LogServiceCreateArchiveParams) WithResourceLocationProjectID ¶
func (o *LogServiceCreateArchiveParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceCreateArchiveParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the log service create archive params
func (*LogServiceCreateArchiveParams) WithTimeout ¶
func (o *LogServiceCreateArchiveParams) WithTimeout(timeout time.Duration) *LogServiceCreateArchiveParams
WithTimeout adds the timeout to the log service create archive params
func (*LogServiceCreateArchiveParams) WriteToRequest ¶
func (o *LogServiceCreateArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceCreateArchiveReader ¶
type LogServiceCreateArchiveReader struct {
// contains filtered or unexported fields
}
LogServiceCreateArchiveReader is a Reader for the LogServiceCreateArchive structure.
func (*LogServiceCreateArchiveReader) ReadResponse ¶
func (o *LogServiceCreateArchiveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceCreateStreamingDestination2Default ¶
type LogServiceCreateStreamingDestination2Default struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceCreateStreamingDestination2Default describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceCreateStreamingDestination2Default ¶
func NewLogServiceCreateStreamingDestination2Default(code int) *LogServiceCreateStreamingDestination2Default
NewLogServiceCreateStreamingDestination2Default creates a LogServiceCreateStreamingDestination2Default with default headers values
func (*LogServiceCreateStreamingDestination2Default) Code ¶
func (o *LogServiceCreateStreamingDestination2Default) Code() int
Code gets the status code for the log service create streaming destination2 default response
func (*LogServiceCreateStreamingDestination2Default) Error ¶
func (o *LogServiceCreateStreamingDestination2Default) Error() string
func (*LogServiceCreateStreamingDestination2Default) GetPayload ¶
func (o *LogServiceCreateStreamingDestination2Default) GetPayload() *models.RuntimeError
func (*LogServiceCreateStreamingDestination2Default) IsClientError ¶
func (o *LogServiceCreateStreamingDestination2Default) IsClientError() bool
IsClientError returns true when this log service create streaming destination2 default response has a 4xx status code
func (*LogServiceCreateStreamingDestination2Default) IsCode ¶
func (o *LogServiceCreateStreamingDestination2Default) IsCode(code int) bool
IsCode returns true when this log service create streaming destination2 default response a status code equal to that given
func (*LogServiceCreateStreamingDestination2Default) IsRedirect ¶
func (o *LogServiceCreateStreamingDestination2Default) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination2 default response has a 3xx status code
func (*LogServiceCreateStreamingDestination2Default) IsServerError ¶
func (o *LogServiceCreateStreamingDestination2Default) IsServerError() bool
IsServerError returns true when this log service create streaming destination2 default response has a 5xx status code
func (*LogServiceCreateStreamingDestination2Default) IsSuccess ¶
func (o *LogServiceCreateStreamingDestination2Default) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination2 default response has a 2xx status code
func (*LogServiceCreateStreamingDestination2Default) String ¶
func (o *LogServiceCreateStreamingDestination2Default) String() string
type LogServiceCreateStreamingDestination2OK ¶
type LogServiceCreateStreamingDestination2OK struct {
Payload *models.LogService20210330CreateStreamingDestinationResponse
}
LogServiceCreateStreamingDestination2OK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceCreateStreamingDestination2OK ¶
func NewLogServiceCreateStreamingDestination2OK() *LogServiceCreateStreamingDestination2OK
NewLogServiceCreateStreamingDestination2OK creates a LogServiceCreateStreamingDestination2OK with default headers values
func (*LogServiceCreateStreamingDestination2OK) Code ¶
func (o *LogServiceCreateStreamingDestination2OK) Code() int
Code gets the status code for the log service create streaming destination2 o k response
func (*LogServiceCreateStreamingDestination2OK) Error ¶
func (o *LogServiceCreateStreamingDestination2OK) Error() string
func (*LogServiceCreateStreamingDestination2OK) GetPayload ¶
func (o *LogServiceCreateStreamingDestination2OK) GetPayload() *models.LogService20210330CreateStreamingDestinationResponse
func (*LogServiceCreateStreamingDestination2OK) IsClientError ¶
func (o *LogServiceCreateStreamingDestination2OK) IsClientError() bool
IsClientError returns true when this log service create streaming destination2 o k response has a 4xx status code
func (*LogServiceCreateStreamingDestination2OK) IsCode ¶
func (o *LogServiceCreateStreamingDestination2OK) IsCode(code int) bool
IsCode returns true when this log service create streaming destination2 o k response a status code equal to that given
func (*LogServiceCreateStreamingDestination2OK) IsRedirect ¶
func (o *LogServiceCreateStreamingDestination2OK) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination2 o k response has a 3xx status code
func (*LogServiceCreateStreamingDestination2OK) IsServerError ¶
func (o *LogServiceCreateStreamingDestination2OK) IsServerError() bool
IsServerError returns true when this log service create streaming destination2 o k response has a 5xx status code
func (*LogServiceCreateStreamingDestination2OK) IsSuccess ¶
func (o *LogServiceCreateStreamingDestination2OK) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination2 o k response has a 2xx status code
func (*LogServiceCreateStreamingDestination2OK) String ¶
func (o *LogServiceCreateStreamingDestination2OK) String() string
type LogServiceCreateStreamingDestination2Params ¶
type LogServiceCreateStreamingDestination2Params struct { // Body. Body *models.LogService20210330CreateStreamingDestinationRequest /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceCreateStreamingDestination2Params contains all the parameters to send to the API endpoint
for the log service create streaming destination2 operation. Typically these are written to a http.Request.
func NewLogServiceCreateStreamingDestination2Params ¶
func NewLogServiceCreateStreamingDestination2Params() *LogServiceCreateStreamingDestination2Params
NewLogServiceCreateStreamingDestination2Params creates a new LogServiceCreateStreamingDestination2Params 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 NewLogServiceCreateStreamingDestination2ParamsWithContext ¶
func NewLogServiceCreateStreamingDestination2ParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestination2Params
NewLogServiceCreateStreamingDestination2ParamsWithContext creates a new LogServiceCreateStreamingDestination2Params object with the ability to set a context for a request.
func NewLogServiceCreateStreamingDestination2ParamsWithHTTPClient ¶
func NewLogServiceCreateStreamingDestination2ParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestination2Params
NewLogServiceCreateStreamingDestination2ParamsWithHTTPClient creates a new LogServiceCreateStreamingDestination2Params object with the ability to set a custom HTTPClient for a request.
func NewLogServiceCreateStreamingDestination2ParamsWithTimeout ¶
func NewLogServiceCreateStreamingDestination2ParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestination2Params
NewLogServiceCreateStreamingDestination2ParamsWithTimeout creates a new LogServiceCreateStreamingDestination2Params object with the ability to set a timeout on a request.
func (*LogServiceCreateStreamingDestination2Params) SetBody ¶
func (o *LogServiceCreateStreamingDestination2Params) SetBody(body *models.LogService20210330CreateStreamingDestinationRequest)
SetBody adds the body to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) SetContext ¶
func (o *LogServiceCreateStreamingDestination2Params) SetContext(ctx context.Context)
SetContext adds the context to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) SetDefaults ¶
func (o *LogServiceCreateStreamingDestination2Params) SetDefaults()
SetDefaults hydrates default values in the log service create streaming destination2 params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestination2Params) SetHTTPClient ¶
func (o *LogServiceCreateStreamingDestination2Params) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) SetLocationOrganizationID ¶
func (o *LogServiceCreateStreamingDestination2Params) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) SetTimeout ¶
func (o *LogServiceCreateStreamingDestination2Params) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WithBody ¶
func (o *LogServiceCreateStreamingDestination2Params) WithBody(body *models.LogService20210330CreateStreamingDestinationRequest) *LogServiceCreateStreamingDestination2Params
WithBody adds the body to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WithContext ¶
func (o *LogServiceCreateStreamingDestination2Params) WithContext(ctx context.Context) *LogServiceCreateStreamingDestination2Params
WithContext adds the context to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WithDefaults ¶
func (o *LogServiceCreateStreamingDestination2Params) WithDefaults() *LogServiceCreateStreamingDestination2Params
WithDefaults hydrates default values in the log service create streaming destination2 params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestination2Params) WithHTTPClient ¶
func (o *LogServiceCreateStreamingDestination2Params) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestination2Params
WithHTTPClient adds the HTTPClient to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WithLocationOrganizationID ¶
func (o *LogServiceCreateStreamingDestination2Params) WithLocationOrganizationID(locationOrganizationID string) *LogServiceCreateStreamingDestination2Params
WithLocationOrganizationID adds the locationOrganizationID to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WithTimeout ¶
func (o *LogServiceCreateStreamingDestination2Params) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestination2Params
WithTimeout adds the timeout to the log service create streaming destination2 params
func (*LogServiceCreateStreamingDestination2Params) WriteToRequest ¶
func (o *LogServiceCreateStreamingDestination2Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceCreateStreamingDestination2Reader ¶
type LogServiceCreateStreamingDestination2Reader struct {
// contains filtered or unexported fields
}
LogServiceCreateStreamingDestination2Reader is a Reader for the LogServiceCreateStreamingDestination2 structure.
func (*LogServiceCreateStreamingDestination2Reader) ReadResponse ¶
func (o *LogServiceCreateStreamingDestination2Reader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceCreateStreamingDestinationDefault ¶
type LogServiceCreateStreamingDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceCreateStreamingDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceCreateStreamingDestinationDefault ¶
func NewLogServiceCreateStreamingDestinationDefault(code int) *LogServiceCreateStreamingDestinationDefault
NewLogServiceCreateStreamingDestinationDefault creates a LogServiceCreateStreamingDestinationDefault with default headers values
func (*LogServiceCreateStreamingDestinationDefault) Code ¶
func (o *LogServiceCreateStreamingDestinationDefault) Code() int
Code gets the status code for the log service create streaming destination default response
func (*LogServiceCreateStreamingDestinationDefault) Error ¶
func (o *LogServiceCreateStreamingDestinationDefault) Error() string
func (*LogServiceCreateStreamingDestinationDefault) GetPayload ¶
func (o *LogServiceCreateStreamingDestinationDefault) GetPayload() *models.RuntimeError
func (*LogServiceCreateStreamingDestinationDefault) IsClientError ¶
func (o *LogServiceCreateStreamingDestinationDefault) IsClientError() bool
IsClientError returns true when this log service create streaming destination default response has a 4xx status code
func (*LogServiceCreateStreamingDestinationDefault) IsCode ¶
func (o *LogServiceCreateStreamingDestinationDefault) IsCode(code int) bool
IsCode returns true when this log service create streaming destination default response a status code equal to that given
func (*LogServiceCreateStreamingDestinationDefault) IsRedirect ¶
func (o *LogServiceCreateStreamingDestinationDefault) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination default response has a 3xx status code
func (*LogServiceCreateStreamingDestinationDefault) IsServerError ¶
func (o *LogServiceCreateStreamingDestinationDefault) IsServerError() bool
IsServerError returns true when this log service create streaming destination default response has a 5xx status code
func (*LogServiceCreateStreamingDestinationDefault) IsSuccess ¶
func (o *LogServiceCreateStreamingDestinationDefault) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination default response has a 2xx status code
func (*LogServiceCreateStreamingDestinationDefault) String ¶
func (o *LogServiceCreateStreamingDestinationDefault) String() string
type LogServiceCreateStreamingDestinationFilterDefault ¶
type LogServiceCreateStreamingDestinationFilterDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceCreateStreamingDestinationFilterDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceCreateStreamingDestinationFilterDefault ¶
func NewLogServiceCreateStreamingDestinationFilterDefault(code int) *LogServiceCreateStreamingDestinationFilterDefault
NewLogServiceCreateStreamingDestinationFilterDefault creates a LogServiceCreateStreamingDestinationFilterDefault with default headers values
func (*LogServiceCreateStreamingDestinationFilterDefault) Code ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) Code() int
Code gets the status code for the log service create streaming destination filter default response
func (*LogServiceCreateStreamingDestinationFilterDefault) Error ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) Error() string
func (*LogServiceCreateStreamingDestinationFilterDefault) GetPayload ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) GetPayload() *models.RuntimeError
func (*LogServiceCreateStreamingDestinationFilterDefault) IsClientError ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) IsClientError() bool
IsClientError returns true when this log service create streaming destination filter default response has a 4xx status code
func (*LogServiceCreateStreamingDestinationFilterDefault) IsCode ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) IsCode(code int) bool
IsCode returns true when this log service create streaming destination filter default response a status code equal to that given
func (*LogServiceCreateStreamingDestinationFilterDefault) IsRedirect ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination filter default response has a 3xx status code
func (*LogServiceCreateStreamingDestinationFilterDefault) IsServerError ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) IsServerError() bool
IsServerError returns true when this log service create streaming destination filter default response has a 5xx status code
func (*LogServiceCreateStreamingDestinationFilterDefault) IsSuccess ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination filter default response has a 2xx status code
func (*LogServiceCreateStreamingDestinationFilterDefault) String ¶
func (o *LogServiceCreateStreamingDestinationFilterDefault) String() string
type LogServiceCreateStreamingDestinationFilterOK ¶
type LogServiceCreateStreamingDestinationFilterOK struct {
Payload interface{}
}
LogServiceCreateStreamingDestinationFilterOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceCreateStreamingDestinationFilterOK ¶
func NewLogServiceCreateStreamingDestinationFilterOK() *LogServiceCreateStreamingDestinationFilterOK
NewLogServiceCreateStreamingDestinationFilterOK creates a LogServiceCreateStreamingDestinationFilterOK with default headers values
func (*LogServiceCreateStreamingDestinationFilterOK) Code ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) Code() int
Code gets the status code for the log service create streaming destination filter o k response
func (*LogServiceCreateStreamingDestinationFilterOK) Error ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) Error() string
func (*LogServiceCreateStreamingDestinationFilterOK) GetPayload ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) GetPayload() interface{}
func (*LogServiceCreateStreamingDestinationFilterOK) IsClientError ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) IsClientError() bool
IsClientError returns true when this log service create streaming destination filter o k response has a 4xx status code
func (*LogServiceCreateStreamingDestinationFilterOK) IsCode ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) IsCode(code int) bool
IsCode returns true when this log service create streaming destination filter o k response a status code equal to that given
func (*LogServiceCreateStreamingDestinationFilterOK) IsRedirect ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination filter o k response has a 3xx status code
func (*LogServiceCreateStreamingDestinationFilterOK) IsServerError ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) IsServerError() bool
IsServerError returns true when this log service create streaming destination filter o k response has a 5xx status code
func (*LogServiceCreateStreamingDestinationFilterOK) IsSuccess ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination filter o k response has a 2xx status code
func (*LogServiceCreateStreamingDestinationFilterOK) String ¶
func (o *LogServiceCreateStreamingDestinationFilterOK) String() string
type LogServiceCreateStreamingDestinationFilterParams ¶
type LogServiceCreateStreamingDestinationFilterParams struct { // Body. Body *models.LogService20210330CreateStreamingDestinationFilterRequest /* DestinationID. destination_id is represents the ID of destination we want to create the filter for. */ DestinationID string // OrganizationID. OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceCreateStreamingDestinationFilterParams contains all the parameters to send to the API endpoint
for the log service create streaming destination filter operation. Typically these are written to a http.Request.
func NewLogServiceCreateStreamingDestinationFilterParams ¶
func NewLogServiceCreateStreamingDestinationFilterParams() *LogServiceCreateStreamingDestinationFilterParams
NewLogServiceCreateStreamingDestinationFilterParams creates a new LogServiceCreateStreamingDestinationFilterParams 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 NewLogServiceCreateStreamingDestinationFilterParamsWithContext ¶
func NewLogServiceCreateStreamingDestinationFilterParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestinationFilterParams
NewLogServiceCreateStreamingDestinationFilterParamsWithContext creates a new LogServiceCreateStreamingDestinationFilterParams object with the ability to set a context for a request.
func NewLogServiceCreateStreamingDestinationFilterParamsWithHTTPClient ¶
func NewLogServiceCreateStreamingDestinationFilterParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationFilterParams
NewLogServiceCreateStreamingDestinationFilterParamsWithHTTPClient creates a new LogServiceCreateStreamingDestinationFilterParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceCreateStreamingDestinationFilterParamsWithTimeout ¶
func NewLogServiceCreateStreamingDestinationFilterParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationFilterParams
NewLogServiceCreateStreamingDestinationFilterParamsWithTimeout creates a new LogServiceCreateStreamingDestinationFilterParams object with the ability to set a timeout on a request.
func (*LogServiceCreateStreamingDestinationFilterParams) SetBody ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetBody(body *models.LogService20210330CreateStreamingDestinationFilterRequest)
SetBody adds the body to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) SetContext ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetContext(ctx context.Context)
SetContext adds the context to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) SetDefaults ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetDefaults()
SetDefaults hydrates default values in the log service create streaming destination filter params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestinationFilterParams) SetDestinationID ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) SetHTTPClient ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) SetOrganizationID ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) SetTimeout ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithBody ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithBody(body *models.LogService20210330CreateStreamingDestinationFilterRequest) *LogServiceCreateStreamingDestinationFilterParams
WithBody adds the body to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithContext ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithContext(ctx context.Context) *LogServiceCreateStreamingDestinationFilterParams
WithContext adds the context to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithDefaults ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithDefaults() *LogServiceCreateStreamingDestinationFilterParams
WithDefaults hydrates default values in the log service create streaming destination filter params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestinationFilterParams) WithDestinationID ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithDestinationID(destinationID string) *LogServiceCreateStreamingDestinationFilterParams
WithDestinationID adds the destinationID to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithHTTPClient ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationFilterParams
WithHTTPClient adds the HTTPClient to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithOrganizationID ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithOrganizationID(organizationID string) *LogServiceCreateStreamingDestinationFilterParams
WithOrganizationID adds the organizationID to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WithTimeout ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationFilterParams
WithTimeout adds the timeout to the log service create streaming destination filter params
func (*LogServiceCreateStreamingDestinationFilterParams) WriteToRequest ¶
func (o *LogServiceCreateStreamingDestinationFilterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceCreateStreamingDestinationFilterReader ¶
type LogServiceCreateStreamingDestinationFilterReader struct {
// contains filtered or unexported fields
}
LogServiceCreateStreamingDestinationFilterReader is a Reader for the LogServiceCreateStreamingDestinationFilter structure.
func (*LogServiceCreateStreamingDestinationFilterReader) ReadResponse ¶
func (o *LogServiceCreateStreamingDestinationFilterReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceCreateStreamingDestinationOK ¶
type LogServiceCreateStreamingDestinationOK struct {
Payload *models.LogService20210330CreateStreamingDestinationResponse
}
LogServiceCreateStreamingDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceCreateStreamingDestinationOK ¶
func NewLogServiceCreateStreamingDestinationOK() *LogServiceCreateStreamingDestinationOK
NewLogServiceCreateStreamingDestinationOK creates a LogServiceCreateStreamingDestinationOK with default headers values
func (*LogServiceCreateStreamingDestinationOK) Code ¶
func (o *LogServiceCreateStreamingDestinationOK) Code() int
Code gets the status code for the log service create streaming destination o k response
func (*LogServiceCreateStreamingDestinationOK) Error ¶
func (o *LogServiceCreateStreamingDestinationOK) Error() string
func (*LogServiceCreateStreamingDestinationOK) GetPayload ¶
func (o *LogServiceCreateStreamingDestinationOK) GetPayload() *models.LogService20210330CreateStreamingDestinationResponse
func (*LogServiceCreateStreamingDestinationOK) IsClientError ¶
func (o *LogServiceCreateStreamingDestinationOK) IsClientError() bool
IsClientError returns true when this log service create streaming destination o k response has a 4xx status code
func (*LogServiceCreateStreamingDestinationOK) IsCode ¶
func (o *LogServiceCreateStreamingDestinationOK) IsCode(code int) bool
IsCode returns true when this log service create streaming destination o k response a status code equal to that given
func (*LogServiceCreateStreamingDestinationOK) IsRedirect ¶
func (o *LogServiceCreateStreamingDestinationOK) IsRedirect() bool
IsRedirect returns true when this log service create streaming destination o k response has a 3xx status code
func (*LogServiceCreateStreamingDestinationOK) IsServerError ¶
func (o *LogServiceCreateStreamingDestinationOK) IsServerError() bool
IsServerError returns true when this log service create streaming destination o k response has a 5xx status code
func (*LogServiceCreateStreamingDestinationOK) IsSuccess ¶
func (o *LogServiceCreateStreamingDestinationOK) IsSuccess() bool
IsSuccess returns true when this log service create streaming destination o k response has a 2xx status code
func (*LogServiceCreateStreamingDestinationOK) String ¶
func (o *LogServiceCreateStreamingDestinationOK) String() string
type LogServiceCreateStreamingDestinationParams ¶
type LogServiceCreateStreamingDestinationParams struct { // Body. Body *models.LogService20210330CreateStreamingDestinationRequest /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceCreateStreamingDestinationParams contains all the parameters to send to the API endpoint
for the log service create streaming destination operation. Typically these are written to a http.Request.
func NewLogServiceCreateStreamingDestinationParams ¶
func NewLogServiceCreateStreamingDestinationParams() *LogServiceCreateStreamingDestinationParams
NewLogServiceCreateStreamingDestinationParams creates a new LogServiceCreateStreamingDestinationParams 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 NewLogServiceCreateStreamingDestinationParamsWithContext ¶
func NewLogServiceCreateStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceCreateStreamingDestinationParams
NewLogServiceCreateStreamingDestinationParamsWithContext creates a new LogServiceCreateStreamingDestinationParams object with the ability to set a context for a request.
func NewLogServiceCreateStreamingDestinationParamsWithHTTPClient ¶
func NewLogServiceCreateStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationParams
NewLogServiceCreateStreamingDestinationParamsWithHTTPClient creates a new LogServiceCreateStreamingDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceCreateStreamingDestinationParamsWithTimeout ¶
func NewLogServiceCreateStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationParams
NewLogServiceCreateStreamingDestinationParamsWithTimeout creates a new LogServiceCreateStreamingDestinationParams object with the ability to set a timeout on a request.
func (*LogServiceCreateStreamingDestinationParams) SetBody ¶
func (o *LogServiceCreateStreamingDestinationParams) SetBody(body *models.LogService20210330CreateStreamingDestinationRequest)
SetBody adds the body to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) SetContext ¶
func (o *LogServiceCreateStreamingDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) SetDefaults ¶
func (o *LogServiceCreateStreamingDestinationParams) SetDefaults()
SetDefaults hydrates default values in the log service create streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestinationParams) SetHTTPClient ¶
func (o *LogServiceCreateStreamingDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) SetLocationOrganizationID ¶
func (o *LogServiceCreateStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) SetLocationProjectID ¶
func (o *LogServiceCreateStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) SetTimeout ¶
func (o *LogServiceCreateStreamingDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithBody ¶
func (o *LogServiceCreateStreamingDestinationParams) WithBody(body *models.LogService20210330CreateStreamingDestinationRequest) *LogServiceCreateStreamingDestinationParams
WithBody adds the body to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithContext ¶
func (o *LogServiceCreateStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceCreateStreamingDestinationParams
WithContext adds the context to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithDefaults ¶
func (o *LogServiceCreateStreamingDestinationParams) WithDefaults() *LogServiceCreateStreamingDestinationParams
WithDefaults hydrates default values in the log service create streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceCreateStreamingDestinationParams) WithHTTPClient ¶
func (o *LogServiceCreateStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceCreateStreamingDestinationParams
WithHTTPClient adds the HTTPClient to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithLocationOrganizationID ¶
func (o *LogServiceCreateStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceCreateStreamingDestinationParams
WithLocationOrganizationID adds the locationOrganizationID to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithLocationProjectID ¶
func (o *LogServiceCreateStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceCreateStreamingDestinationParams
WithLocationProjectID adds the locationProjectID to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WithTimeout ¶
func (o *LogServiceCreateStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceCreateStreamingDestinationParams
WithTimeout adds the timeout to the log service create streaming destination params
func (*LogServiceCreateStreamingDestinationParams) WriteToRequest ¶
func (o *LogServiceCreateStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceCreateStreamingDestinationReader ¶
type LogServiceCreateStreamingDestinationReader struct {
// contains filtered or unexported fields
}
LogServiceCreateStreamingDestinationReader is a Reader for the LogServiceCreateStreamingDestination structure.
func (*LogServiceCreateStreamingDestinationReader) ReadResponse ¶
func (o *LogServiceCreateStreamingDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceDeleteStreamingDestinationDefault ¶
type LogServiceDeleteStreamingDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceDeleteStreamingDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceDeleteStreamingDestinationDefault ¶
func NewLogServiceDeleteStreamingDestinationDefault(code int) *LogServiceDeleteStreamingDestinationDefault
NewLogServiceDeleteStreamingDestinationDefault creates a LogServiceDeleteStreamingDestinationDefault with default headers values
func (*LogServiceDeleteStreamingDestinationDefault) Code ¶
func (o *LogServiceDeleteStreamingDestinationDefault) Code() int
Code gets the status code for the log service delete streaming destination default response
func (*LogServiceDeleteStreamingDestinationDefault) Error ¶
func (o *LogServiceDeleteStreamingDestinationDefault) Error() string
func (*LogServiceDeleteStreamingDestinationDefault) GetPayload ¶
func (o *LogServiceDeleteStreamingDestinationDefault) GetPayload() *models.RuntimeError
func (*LogServiceDeleteStreamingDestinationDefault) IsClientError ¶
func (o *LogServiceDeleteStreamingDestinationDefault) IsClientError() bool
IsClientError returns true when this log service delete streaming destination default response has a 4xx status code
func (*LogServiceDeleteStreamingDestinationDefault) IsCode ¶
func (o *LogServiceDeleteStreamingDestinationDefault) IsCode(code int) bool
IsCode returns true when this log service delete streaming destination default response a status code equal to that given
func (*LogServiceDeleteStreamingDestinationDefault) IsRedirect ¶
func (o *LogServiceDeleteStreamingDestinationDefault) IsRedirect() bool
IsRedirect returns true when this log service delete streaming destination default response has a 3xx status code
func (*LogServiceDeleteStreamingDestinationDefault) IsServerError ¶
func (o *LogServiceDeleteStreamingDestinationDefault) IsServerError() bool
IsServerError returns true when this log service delete streaming destination default response has a 5xx status code
func (*LogServiceDeleteStreamingDestinationDefault) IsSuccess ¶
func (o *LogServiceDeleteStreamingDestinationDefault) IsSuccess() bool
IsSuccess returns true when this log service delete streaming destination default response has a 2xx status code
func (*LogServiceDeleteStreamingDestinationDefault) String ¶
func (o *LogServiceDeleteStreamingDestinationDefault) String() string
type LogServiceDeleteStreamingDestinationOK ¶
type LogServiceDeleteStreamingDestinationOK struct {
Payload *models.LogService20210330DeleteStreamingDestinationResponse
}
LogServiceDeleteStreamingDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceDeleteStreamingDestinationOK ¶
func NewLogServiceDeleteStreamingDestinationOK() *LogServiceDeleteStreamingDestinationOK
NewLogServiceDeleteStreamingDestinationOK creates a LogServiceDeleteStreamingDestinationOK with default headers values
func (*LogServiceDeleteStreamingDestinationOK) Code ¶
func (o *LogServiceDeleteStreamingDestinationOK) Code() int
Code gets the status code for the log service delete streaming destination o k response
func (*LogServiceDeleteStreamingDestinationOK) Error ¶
func (o *LogServiceDeleteStreamingDestinationOK) Error() string
func (*LogServiceDeleteStreamingDestinationOK) GetPayload ¶
func (o *LogServiceDeleteStreamingDestinationOK) GetPayload() *models.LogService20210330DeleteStreamingDestinationResponse
func (*LogServiceDeleteStreamingDestinationOK) IsClientError ¶
func (o *LogServiceDeleteStreamingDestinationOK) IsClientError() bool
IsClientError returns true when this log service delete streaming destination o k response has a 4xx status code
func (*LogServiceDeleteStreamingDestinationOK) IsCode ¶
func (o *LogServiceDeleteStreamingDestinationOK) IsCode(code int) bool
IsCode returns true when this log service delete streaming destination o k response a status code equal to that given
func (*LogServiceDeleteStreamingDestinationOK) IsRedirect ¶
func (o *LogServiceDeleteStreamingDestinationOK) IsRedirect() bool
IsRedirect returns true when this log service delete streaming destination o k response has a 3xx status code
func (*LogServiceDeleteStreamingDestinationOK) IsServerError ¶
func (o *LogServiceDeleteStreamingDestinationOK) IsServerError() bool
IsServerError returns true when this log service delete streaming destination o k response has a 5xx status code
func (*LogServiceDeleteStreamingDestinationOK) IsSuccess ¶
func (o *LogServiceDeleteStreamingDestinationOK) IsSuccess() bool
IsSuccess returns true when this log service delete streaming destination o k response has a 2xx status code
func (*LogServiceDeleteStreamingDestinationOK) String ¶
func (o *LogServiceDeleteStreamingDestinationOK) String() string
type LogServiceDeleteStreamingDestinationParams ¶
type LogServiceDeleteStreamingDestinationParams struct { /* DestinationID. destination_id represents the destination id to delete. */ DestinationID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string /* SourceChannel. source_channel is the source channel from which the delete request came from. For example terraform vs HCP Portal. */ SourceChannel *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceDeleteStreamingDestinationParams contains all the parameters to send to the API endpoint
for the log service delete streaming destination operation. Typically these are written to a http.Request.
func NewLogServiceDeleteStreamingDestinationParams ¶
func NewLogServiceDeleteStreamingDestinationParams() *LogServiceDeleteStreamingDestinationParams
NewLogServiceDeleteStreamingDestinationParams creates a new LogServiceDeleteStreamingDestinationParams 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 NewLogServiceDeleteStreamingDestinationParamsWithContext ¶
func NewLogServiceDeleteStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceDeleteStreamingDestinationParams
NewLogServiceDeleteStreamingDestinationParamsWithContext creates a new LogServiceDeleteStreamingDestinationParams object with the ability to set a context for a request.
func NewLogServiceDeleteStreamingDestinationParamsWithHTTPClient ¶
func NewLogServiceDeleteStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceDeleteStreamingDestinationParams
NewLogServiceDeleteStreamingDestinationParamsWithHTTPClient creates a new LogServiceDeleteStreamingDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceDeleteStreamingDestinationParamsWithTimeout ¶
func NewLogServiceDeleteStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceDeleteStreamingDestinationParams
NewLogServiceDeleteStreamingDestinationParamsWithTimeout creates a new LogServiceDeleteStreamingDestinationParams object with the ability to set a timeout on a request.
func (*LogServiceDeleteStreamingDestinationParams) SetContext ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetDefaults ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetDefaults()
SetDefaults hydrates default values in the log service delete streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceDeleteStreamingDestinationParams) SetDestinationID ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetHTTPClient ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetLocationOrganizationID ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetLocationProjectID ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetLocationRegionProvider ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetLocationRegionRegion ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetSourceChannel ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetSourceChannel(sourceChannel *string)
SetSourceChannel adds the sourceChannel to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) SetTimeout ¶
func (o *LogServiceDeleteStreamingDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithContext ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceDeleteStreamingDestinationParams
WithContext adds the context to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithDefaults ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithDefaults() *LogServiceDeleteStreamingDestinationParams
WithDefaults hydrates default values in the log service delete streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceDeleteStreamingDestinationParams) WithDestinationID ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithDestinationID(destinationID string) *LogServiceDeleteStreamingDestinationParams
WithDestinationID adds the destinationID to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithHTTPClient ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceDeleteStreamingDestinationParams
WithHTTPClient adds the HTTPClient to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithLocationOrganizationID ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceDeleteStreamingDestinationParams
WithLocationOrganizationID adds the locationOrganizationID to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithLocationProjectID ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceDeleteStreamingDestinationParams
WithLocationProjectID adds the locationProjectID to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithLocationRegionProvider ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceDeleteStreamingDestinationParams
WithLocationRegionProvider adds the locationRegionProvider to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithLocationRegionRegion ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceDeleteStreamingDestinationParams
WithLocationRegionRegion adds the locationRegionRegion to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithSourceChannel ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithSourceChannel(sourceChannel *string) *LogServiceDeleteStreamingDestinationParams
WithSourceChannel adds the sourceChannel to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WithTimeout ¶
func (o *LogServiceDeleteStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceDeleteStreamingDestinationParams
WithTimeout adds the timeout to the log service delete streaming destination params
func (*LogServiceDeleteStreamingDestinationParams) WriteToRequest ¶
func (o *LogServiceDeleteStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceDeleteStreamingDestinationReader ¶
type LogServiceDeleteStreamingDestinationReader struct {
// contains filtered or unexported fields
}
LogServiceDeleteStreamingDestinationReader is a Reader for the LogServiceDeleteStreamingDestination structure.
func (*LogServiceDeleteStreamingDestinationReader) ReadResponse ¶
func (o *LogServiceDeleteStreamingDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceGetArchiveDefault ¶
type LogServiceGetArchiveDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceGetArchiveDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceGetArchiveDefault ¶
func NewLogServiceGetArchiveDefault(code int) *LogServiceGetArchiveDefault
NewLogServiceGetArchiveDefault creates a LogServiceGetArchiveDefault with default headers values
func (*LogServiceGetArchiveDefault) Code ¶
func (o *LogServiceGetArchiveDefault) Code() int
Code gets the status code for the log service get archive default response
func (*LogServiceGetArchiveDefault) Error ¶
func (o *LogServiceGetArchiveDefault) Error() string
func (*LogServiceGetArchiveDefault) GetPayload ¶
func (o *LogServiceGetArchiveDefault) GetPayload() *models.RuntimeError
func (*LogServiceGetArchiveDefault) IsClientError ¶
func (o *LogServiceGetArchiveDefault) IsClientError() bool
IsClientError returns true when this log service get archive default response has a 4xx status code
func (*LogServiceGetArchiveDefault) IsCode ¶
func (o *LogServiceGetArchiveDefault) IsCode(code int) bool
IsCode returns true when this log service get archive default response a status code equal to that given
func (*LogServiceGetArchiveDefault) IsRedirect ¶
func (o *LogServiceGetArchiveDefault) IsRedirect() bool
IsRedirect returns true when this log service get archive default response has a 3xx status code
func (*LogServiceGetArchiveDefault) IsServerError ¶
func (o *LogServiceGetArchiveDefault) IsServerError() bool
IsServerError returns true when this log service get archive default response has a 5xx status code
func (*LogServiceGetArchiveDefault) IsSuccess ¶
func (o *LogServiceGetArchiveDefault) IsSuccess() bool
IsSuccess returns true when this log service get archive default response has a 2xx status code
func (*LogServiceGetArchiveDefault) String ¶
func (o *LogServiceGetArchiveDefault) String() string
type LogServiceGetArchiveOK ¶
type LogServiceGetArchiveOK struct {
Payload *models.LogService20210330GetArchiveResponse
}
LogServiceGetArchiveOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceGetArchiveOK ¶
func NewLogServiceGetArchiveOK() *LogServiceGetArchiveOK
NewLogServiceGetArchiveOK creates a LogServiceGetArchiveOK with default headers values
func (*LogServiceGetArchiveOK) Code ¶
func (o *LogServiceGetArchiveOK) Code() int
Code gets the status code for the log service get archive o k response
func (*LogServiceGetArchiveOK) Error ¶
func (o *LogServiceGetArchiveOK) Error() string
func (*LogServiceGetArchiveOK) GetPayload ¶
func (o *LogServiceGetArchiveOK) GetPayload() *models.LogService20210330GetArchiveResponse
func (*LogServiceGetArchiveOK) IsClientError ¶
func (o *LogServiceGetArchiveOK) IsClientError() bool
IsClientError returns true when this log service get archive o k response has a 4xx status code
func (*LogServiceGetArchiveOK) IsCode ¶
func (o *LogServiceGetArchiveOK) IsCode(code int) bool
IsCode returns true when this log service get archive o k response a status code equal to that given
func (*LogServiceGetArchiveOK) IsRedirect ¶
func (o *LogServiceGetArchiveOK) IsRedirect() bool
IsRedirect returns true when this log service get archive o k response has a 3xx status code
func (*LogServiceGetArchiveOK) IsServerError ¶
func (o *LogServiceGetArchiveOK) IsServerError() bool
IsServerError returns true when this log service get archive o k response has a 5xx status code
func (*LogServiceGetArchiveOK) IsSuccess ¶
func (o *LogServiceGetArchiveOK) IsSuccess() bool
IsSuccess returns true when this log service get archive o k response has a 2xx status code
func (*LogServiceGetArchiveOK) String ¶
func (o *LogServiceGetArchiveOK) String() string
type LogServiceGetArchiveParams ¶
type LogServiceGetArchiveParams struct { /* ID. id represents the database id of the archive record. */ ID string /* ResourceDescription. description is a human-friendly description for this link. This is used primarily for informational purposes such as error messages. */ ResourceDescription *string /* ResourceID. id is the identifier for this resource. */ ResourceID string /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string /* ResourceLocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ ResourceLocationRegionProvider *string /* ResourceLocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ ResourceLocationRegionRegion *string /* ResourceType. type is the unique type of the resource. Each service publishes a unique set of types. The type value is recommended to be formatted in "<org>.<type>" such as "hashicorp.hvn". This is to prevent conflicts in the future, but any string value will work. */ ResourceType *string /* ResourceUUID. uuid is the unique UUID for this resource. */ ResourceUUID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceGetArchiveParams contains all the parameters to send to the API endpoint
for the log service get archive operation. Typically these are written to a http.Request.
func NewLogServiceGetArchiveParams ¶
func NewLogServiceGetArchiveParams() *LogServiceGetArchiveParams
NewLogServiceGetArchiveParams creates a new LogServiceGetArchiveParams 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 NewLogServiceGetArchiveParamsWithContext ¶
func NewLogServiceGetArchiveParamsWithContext(ctx context.Context) *LogServiceGetArchiveParams
NewLogServiceGetArchiveParamsWithContext creates a new LogServiceGetArchiveParams object with the ability to set a context for a request.
func NewLogServiceGetArchiveParamsWithHTTPClient ¶
func NewLogServiceGetArchiveParamsWithHTTPClient(client *http.Client) *LogServiceGetArchiveParams
NewLogServiceGetArchiveParamsWithHTTPClient creates a new LogServiceGetArchiveParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceGetArchiveParamsWithTimeout ¶
func NewLogServiceGetArchiveParamsWithTimeout(timeout time.Duration) *LogServiceGetArchiveParams
NewLogServiceGetArchiveParamsWithTimeout creates a new LogServiceGetArchiveParams object with the ability to set a timeout on a request.
func (*LogServiceGetArchiveParams) SetContext ¶
func (o *LogServiceGetArchiveParams) SetContext(ctx context.Context)
SetContext adds the context to the log service get archive params
func (*LogServiceGetArchiveParams) SetDefaults ¶
func (o *LogServiceGetArchiveParams) SetDefaults()
SetDefaults hydrates default values in the log service get archive params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetArchiveParams) SetHTTPClient ¶
func (o *LogServiceGetArchiveParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service get archive params
func (*LogServiceGetArchiveParams) SetID ¶
func (o *LogServiceGetArchiveParams) SetID(id string)
SetID adds the id to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceDescription ¶
func (o *LogServiceGetArchiveParams) SetResourceDescription(resourceDescription *string)
SetResourceDescription adds the resourceDescription to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceID ¶
func (o *LogServiceGetArchiveParams) SetResourceID(resourceID string)
SetResourceID adds the resourceId to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceLocationOrganizationID ¶
func (o *LogServiceGetArchiveParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceLocationProjectID ¶
func (o *LogServiceGetArchiveParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceLocationRegionProvider ¶
func (o *LogServiceGetArchiveParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
SetResourceLocationRegionProvider adds the resourceLocationRegionProvider to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceLocationRegionRegion ¶
func (o *LogServiceGetArchiveParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
SetResourceLocationRegionRegion adds the resourceLocationRegionRegion to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceType ¶
func (o *LogServiceGetArchiveParams) SetResourceType(resourceType *string)
SetResourceType adds the resourceType to the log service get archive params
func (*LogServiceGetArchiveParams) SetResourceUUID ¶
func (o *LogServiceGetArchiveParams) SetResourceUUID(resourceUUID *string)
SetResourceUUID adds the resourceUuid to the log service get archive params
func (*LogServiceGetArchiveParams) SetTimeout ¶
func (o *LogServiceGetArchiveParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service get archive params
func (*LogServiceGetArchiveParams) WithContext ¶
func (o *LogServiceGetArchiveParams) WithContext(ctx context.Context) *LogServiceGetArchiveParams
WithContext adds the context to the log service get archive params
func (*LogServiceGetArchiveParams) WithDefaults ¶
func (o *LogServiceGetArchiveParams) WithDefaults() *LogServiceGetArchiveParams
WithDefaults hydrates default values in the log service get archive params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetArchiveParams) WithHTTPClient ¶
func (o *LogServiceGetArchiveParams) WithHTTPClient(client *http.Client) *LogServiceGetArchiveParams
WithHTTPClient adds the HTTPClient to the log service get archive params
func (*LogServiceGetArchiveParams) WithID ¶
func (o *LogServiceGetArchiveParams) WithID(id string) *LogServiceGetArchiveParams
WithID adds the id to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceDescription ¶
func (o *LogServiceGetArchiveParams) WithResourceDescription(resourceDescription *string) *LogServiceGetArchiveParams
WithResourceDescription adds the resourceDescription to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceID ¶
func (o *LogServiceGetArchiveParams) WithResourceID(resourceID string) *LogServiceGetArchiveParams
WithResourceID adds the resourceID to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceLocationOrganizationID ¶
func (o *LogServiceGetArchiveParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceGetArchiveParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceLocationProjectID ¶
func (o *LogServiceGetArchiveParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceGetArchiveParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceLocationRegionProvider ¶
func (o *LogServiceGetArchiveParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *LogServiceGetArchiveParams
WithResourceLocationRegionProvider adds the resourceLocationRegionProvider to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceLocationRegionRegion ¶
func (o *LogServiceGetArchiveParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *LogServiceGetArchiveParams
WithResourceLocationRegionRegion adds the resourceLocationRegionRegion to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceType ¶
func (o *LogServiceGetArchiveParams) WithResourceType(resourceType *string) *LogServiceGetArchiveParams
WithResourceType adds the resourceType to the log service get archive params
func (*LogServiceGetArchiveParams) WithResourceUUID ¶
func (o *LogServiceGetArchiveParams) WithResourceUUID(resourceUUID *string) *LogServiceGetArchiveParams
WithResourceUUID adds the resourceUUID to the log service get archive params
func (*LogServiceGetArchiveParams) WithTimeout ¶
func (o *LogServiceGetArchiveParams) WithTimeout(timeout time.Duration) *LogServiceGetArchiveParams
WithTimeout adds the timeout to the log service get archive params
func (*LogServiceGetArchiveParams) WriteToRequest ¶
func (o *LogServiceGetArchiveParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceGetArchiveReader ¶
type LogServiceGetArchiveReader struct {
// contains filtered or unexported fields
}
LogServiceGetArchiveReader is a Reader for the LogServiceGetArchive structure.
func (*LogServiceGetArchiveReader) ReadResponse ¶
func (o *LogServiceGetArchiveReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceGetDefault ¶
type LogServiceGetDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceGetDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceGetDefault ¶
func NewLogServiceGetDefault(code int) *LogServiceGetDefault
NewLogServiceGetDefault creates a LogServiceGetDefault with default headers values
func (*LogServiceGetDefault) Code ¶
func (o *LogServiceGetDefault) Code() int
Code gets the status code for the log service get default response
func (*LogServiceGetDefault) Error ¶
func (o *LogServiceGetDefault) Error() string
func (*LogServiceGetDefault) GetPayload ¶
func (o *LogServiceGetDefault) GetPayload() *models.RuntimeError
func (*LogServiceGetDefault) IsClientError ¶
func (o *LogServiceGetDefault) IsClientError() bool
IsClientError returns true when this log service get default response has a 4xx status code
func (*LogServiceGetDefault) IsCode ¶
func (o *LogServiceGetDefault) IsCode(code int) bool
IsCode returns true when this log service get default response a status code equal to that given
func (*LogServiceGetDefault) IsRedirect ¶
func (o *LogServiceGetDefault) IsRedirect() bool
IsRedirect returns true when this log service get default response has a 3xx status code
func (*LogServiceGetDefault) IsServerError ¶
func (o *LogServiceGetDefault) IsServerError() bool
IsServerError returns true when this log service get default response has a 5xx status code
func (*LogServiceGetDefault) IsSuccess ¶
func (o *LogServiceGetDefault) IsSuccess() bool
IsSuccess returns true when this log service get default response has a 2xx status code
func (*LogServiceGetDefault) String ¶
func (o *LogServiceGetDefault) String() string
type LogServiceGetOK ¶
type LogServiceGetOK struct {
Payload *models.LogService20210330GetResponse
}
LogServiceGetOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceGetOK ¶
func NewLogServiceGetOK() *LogServiceGetOK
NewLogServiceGetOK creates a LogServiceGetOK with default headers values
func (*LogServiceGetOK) Code ¶
func (o *LogServiceGetOK) Code() int
Code gets the status code for the log service get o k response
func (*LogServiceGetOK) Error ¶
func (o *LogServiceGetOK) Error() string
func (*LogServiceGetOK) GetPayload ¶
func (o *LogServiceGetOK) GetPayload() *models.LogService20210330GetResponse
func (*LogServiceGetOK) IsClientError ¶
func (o *LogServiceGetOK) IsClientError() bool
IsClientError returns true when this log service get o k response has a 4xx status code
func (*LogServiceGetOK) IsCode ¶
func (o *LogServiceGetOK) IsCode(code int) bool
IsCode returns true when this log service get o k response a status code equal to that given
func (*LogServiceGetOK) IsRedirect ¶
func (o *LogServiceGetOK) IsRedirect() bool
IsRedirect returns true when this log service get o k response has a 3xx status code
func (*LogServiceGetOK) IsServerError ¶
func (o *LogServiceGetOK) IsServerError() bool
IsServerError returns true when this log service get o k response has a 5xx status code
func (*LogServiceGetOK) IsSuccess ¶
func (o *LogServiceGetOK) IsSuccess() bool
IsSuccess returns true when this log service get o k response has a 2xx status code
func (*LogServiceGetOK) String ¶
func (o *LogServiceGetOK) String() string
type LogServiceGetParams ¶
type LogServiceGetParams struct { // Body. Body *models.LogService20210330GetRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceGetParams contains all the parameters to send to the API endpoint
for the log service get operation. Typically these are written to a http.Request.
func NewLogServiceGetParams ¶
func NewLogServiceGetParams() *LogServiceGetParams
NewLogServiceGetParams creates a new LogServiceGetParams 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 NewLogServiceGetParamsWithContext ¶
func NewLogServiceGetParamsWithContext(ctx context.Context) *LogServiceGetParams
NewLogServiceGetParamsWithContext creates a new LogServiceGetParams object with the ability to set a context for a request.
func NewLogServiceGetParamsWithHTTPClient ¶
func NewLogServiceGetParamsWithHTTPClient(client *http.Client) *LogServiceGetParams
NewLogServiceGetParamsWithHTTPClient creates a new LogServiceGetParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceGetParamsWithTimeout ¶
func NewLogServiceGetParamsWithTimeout(timeout time.Duration) *LogServiceGetParams
NewLogServiceGetParamsWithTimeout creates a new LogServiceGetParams object with the ability to set a timeout on a request.
func (*LogServiceGetParams) SetBody ¶
func (o *LogServiceGetParams) SetBody(body *models.LogService20210330GetRequest)
SetBody adds the body to the log service get params
func (*LogServiceGetParams) SetContext ¶
func (o *LogServiceGetParams) SetContext(ctx context.Context)
SetContext adds the context to the log service get params
func (*LogServiceGetParams) SetDefaults ¶
func (o *LogServiceGetParams) SetDefaults()
SetDefaults hydrates default values in the log service get params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetParams) SetHTTPClient ¶
func (o *LogServiceGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service get params
func (*LogServiceGetParams) SetTimeout ¶
func (o *LogServiceGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service get params
func (*LogServiceGetParams) WithBody ¶
func (o *LogServiceGetParams) WithBody(body *models.LogService20210330GetRequest) *LogServiceGetParams
WithBody adds the body to the log service get params
func (*LogServiceGetParams) WithContext ¶
func (o *LogServiceGetParams) WithContext(ctx context.Context) *LogServiceGetParams
WithContext adds the context to the log service get params
func (*LogServiceGetParams) WithDefaults ¶
func (o *LogServiceGetParams) WithDefaults() *LogServiceGetParams
WithDefaults hydrates default values in the log service get params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetParams) WithHTTPClient ¶
func (o *LogServiceGetParams) WithHTTPClient(client *http.Client) *LogServiceGetParams
WithHTTPClient adds the HTTPClient to the log service get params
func (*LogServiceGetParams) WithTimeout ¶
func (o *LogServiceGetParams) WithTimeout(timeout time.Duration) *LogServiceGetParams
WithTimeout adds the timeout to the log service get params
func (*LogServiceGetParams) WriteToRequest ¶
func (o *LogServiceGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceGetReader ¶
type LogServiceGetReader struct {
// contains filtered or unexported fields
}
LogServiceGetReader is a Reader for the LogServiceGet structure.
func (*LogServiceGetReader) ReadResponse ¶
func (o *LogServiceGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceGetStreamingDestinationDefault ¶
type LogServiceGetStreamingDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceGetStreamingDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceGetStreamingDestinationDefault ¶
func NewLogServiceGetStreamingDestinationDefault(code int) *LogServiceGetStreamingDestinationDefault
NewLogServiceGetStreamingDestinationDefault creates a LogServiceGetStreamingDestinationDefault with default headers values
func (*LogServiceGetStreamingDestinationDefault) Code ¶
func (o *LogServiceGetStreamingDestinationDefault) Code() int
Code gets the status code for the log service get streaming destination default response
func (*LogServiceGetStreamingDestinationDefault) Error ¶
func (o *LogServiceGetStreamingDestinationDefault) Error() string
func (*LogServiceGetStreamingDestinationDefault) GetPayload ¶
func (o *LogServiceGetStreamingDestinationDefault) GetPayload() *models.RuntimeError
func (*LogServiceGetStreamingDestinationDefault) IsClientError ¶
func (o *LogServiceGetStreamingDestinationDefault) IsClientError() bool
IsClientError returns true when this log service get streaming destination default response has a 4xx status code
func (*LogServiceGetStreamingDestinationDefault) IsCode ¶
func (o *LogServiceGetStreamingDestinationDefault) IsCode(code int) bool
IsCode returns true when this log service get streaming destination default response a status code equal to that given
func (*LogServiceGetStreamingDestinationDefault) IsRedirect ¶
func (o *LogServiceGetStreamingDestinationDefault) IsRedirect() bool
IsRedirect returns true when this log service get streaming destination default response has a 3xx status code
func (*LogServiceGetStreamingDestinationDefault) IsServerError ¶
func (o *LogServiceGetStreamingDestinationDefault) IsServerError() bool
IsServerError returns true when this log service get streaming destination default response has a 5xx status code
func (*LogServiceGetStreamingDestinationDefault) IsSuccess ¶
func (o *LogServiceGetStreamingDestinationDefault) IsSuccess() bool
IsSuccess returns true when this log service get streaming destination default response has a 2xx status code
func (*LogServiceGetStreamingDestinationDefault) String ¶
func (o *LogServiceGetStreamingDestinationDefault) String() string
type LogServiceGetStreamingDestinationOK ¶
type LogServiceGetStreamingDestinationOK struct {
Payload *models.LogService20210330GetStreamingDestinationResponse
}
LogServiceGetStreamingDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceGetStreamingDestinationOK ¶
func NewLogServiceGetStreamingDestinationOK() *LogServiceGetStreamingDestinationOK
NewLogServiceGetStreamingDestinationOK creates a LogServiceGetStreamingDestinationOK with default headers values
func (*LogServiceGetStreamingDestinationOK) Code ¶
func (o *LogServiceGetStreamingDestinationOK) Code() int
Code gets the status code for the log service get streaming destination o k response
func (*LogServiceGetStreamingDestinationOK) Error ¶
func (o *LogServiceGetStreamingDestinationOK) Error() string
func (*LogServiceGetStreamingDestinationOK) GetPayload ¶
func (o *LogServiceGetStreamingDestinationOK) GetPayload() *models.LogService20210330GetStreamingDestinationResponse
func (*LogServiceGetStreamingDestinationOK) IsClientError ¶
func (o *LogServiceGetStreamingDestinationOK) IsClientError() bool
IsClientError returns true when this log service get streaming destination o k response has a 4xx status code
func (*LogServiceGetStreamingDestinationOK) IsCode ¶
func (o *LogServiceGetStreamingDestinationOK) IsCode(code int) bool
IsCode returns true when this log service get streaming destination o k response a status code equal to that given
func (*LogServiceGetStreamingDestinationOK) IsRedirect ¶
func (o *LogServiceGetStreamingDestinationOK) IsRedirect() bool
IsRedirect returns true when this log service get streaming destination o k response has a 3xx status code
func (*LogServiceGetStreamingDestinationOK) IsServerError ¶
func (o *LogServiceGetStreamingDestinationOK) IsServerError() bool
IsServerError returns true when this log service get streaming destination o k response has a 5xx status code
func (*LogServiceGetStreamingDestinationOK) IsSuccess ¶
func (o *LogServiceGetStreamingDestinationOK) IsSuccess() bool
IsSuccess returns true when this log service get streaming destination o k response has a 2xx status code
func (*LogServiceGetStreamingDestinationOK) String ¶
func (o *LogServiceGetStreamingDestinationOK) String() string
type LogServiceGetStreamingDestinationParams ¶
type LogServiceGetStreamingDestinationParams struct { /* DestinationID. destination_id is represents the ID of destination we want to create the filter for. */ DestinationID string /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceGetStreamingDestinationParams contains all the parameters to send to the API endpoint
for the log service get streaming destination operation. Typically these are written to a http.Request.
func NewLogServiceGetStreamingDestinationParams ¶
func NewLogServiceGetStreamingDestinationParams() *LogServiceGetStreamingDestinationParams
NewLogServiceGetStreamingDestinationParams creates a new LogServiceGetStreamingDestinationParams 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 NewLogServiceGetStreamingDestinationParamsWithContext ¶
func NewLogServiceGetStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceGetStreamingDestinationParams
NewLogServiceGetStreamingDestinationParamsWithContext creates a new LogServiceGetStreamingDestinationParams object with the ability to set a context for a request.
func NewLogServiceGetStreamingDestinationParamsWithHTTPClient ¶
func NewLogServiceGetStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceGetStreamingDestinationParams
NewLogServiceGetStreamingDestinationParamsWithHTTPClient creates a new LogServiceGetStreamingDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceGetStreamingDestinationParamsWithTimeout ¶
func NewLogServiceGetStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceGetStreamingDestinationParams
NewLogServiceGetStreamingDestinationParamsWithTimeout creates a new LogServiceGetStreamingDestinationParams object with the ability to set a timeout on a request.
func (*LogServiceGetStreamingDestinationParams) SetContext ¶
func (o *LogServiceGetStreamingDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetDefaults ¶
func (o *LogServiceGetStreamingDestinationParams) SetDefaults()
SetDefaults hydrates default values in the log service get streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetStreamingDestinationParams) SetDestinationID ¶
func (o *LogServiceGetStreamingDestinationParams) SetDestinationID(destinationID string)
SetDestinationID adds the destinationId to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetHTTPClient ¶
func (o *LogServiceGetStreamingDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetLocationOrganizationID ¶
func (o *LogServiceGetStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetLocationProjectID ¶
func (o *LogServiceGetStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetLocationRegionProvider ¶
func (o *LogServiceGetStreamingDestinationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetLocationRegionRegion ¶
func (o *LogServiceGetStreamingDestinationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) SetTimeout ¶
func (o *LogServiceGetStreamingDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithContext ¶
func (o *LogServiceGetStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceGetStreamingDestinationParams
WithContext adds the context to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithDefaults ¶
func (o *LogServiceGetStreamingDestinationParams) WithDefaults() *LogServiceGetStreamingDestinationParams
WithDefaults hydrates default values in the log service get streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceGetStreamingDestinationParams) WithDestinationID ¶
func (o *LogServiceGetStreamingDestinationParams) WithDestinationID(destinationID string) *LogServiceGetStreamingDestinationParams
WithDestinationID adds the destinationID to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithHTTPClient ¶
func (o *LogServiceGetStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceGetStreamingDestinationParams
WithHTTPClient adds the HTTPClient to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithLocationOrganizationID ¶
func (o *LogServiceGetStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceGetStreamingDestinationParams
WithLocationOrganizationID adds the locationOrganizationID to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithLocationProjectID ¶
func (o *LogServiceGetStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceGetStreamingDestinationParams
WithLocationProjectID adds the locationProjectID to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithLocationRegionProvider ¶
func (o *LogServiceGetStreamingDestinationParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceGetStreamingDestinationParams
WithLocationRegionProvider adds the locationRegionProvider to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithLocationRegionRegion ¶
func (o *LogServiceGetStreamingDestinationParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceGetStreamingDestinationParams
WithLocationRegionRegion adds the locationRegionRegion to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WithTimeout ¶
func (o *LogServiceGetStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceGetStreamingDestinationParams
WithTimeout adds the timeout to the log service get streaming destination params
func (*LogServiceGetStreamingDestinationParams) WriteToRequest ¶
func (o *LogServiceGetStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceGetStreamingDestinationReader ¶
type LogServiceGetStreamingDestinationReader struct {
// contains filtered or unexported fields
}
LogServiceGetStreamingDestinationReader is a Reader for the LogServiceGetStreamingDestination structure.
func (*LogServiceGetStreamingDestinationReader) ReadResponse ¶
func (o *LogServiceGetStreamingDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceListArchivesDefault ¶
type LogServiceListArchivesDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceListArchivesDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceListArchivesDefault ¶
func NewLogServiceListArchivesDefault(code int) *LogServiceListArchivesDefault
NewLogServiceListArchivesDefault creates a LogServiceListArchivesDefault with default headers values
func (*LogServiceListArchivesDefault) Code ¶
func (o *LogServiceListArchivesDefault) Code() int
Code gets the status code for the log service list archives default response
func (*LogServiceListArchivesDefault) Error ¶
func (o *LogServiceListArchivesDefault) Error() string
func (*LogServiceListArchivesDefault) GetPayload ¶
func (o *LogServiceListArchivesDefault) GetPayload() *models.RuntimeError
func (*LogServiceListArchivesDefault) IsClientError ¶
func (o *LogServiceListArchivesDefault) IsClientError() bool
IsClientError returns true when this log service list archives default response has a 4xx status code
func (*LogServiceListArchivesDefault) IsCode ¶
func (o *LogServiceListArchivesDefault) IsCode(code int) bool
IsCode returns true when this log service list archives default response a status code equal to that given
func (*LogServiceListArchivesDefault) IsRedirect ¶
func (o *LogServiceListArchivesDefault) IsRedirect() bool
IsRedirect returns true when this log service list archives default response has a 3xx status code
func (*LogServiceListArchivesDefault) IsServerError ¶
func (o *LogServiceListArchivesDefault) IsServerError() bool
IsServerError returns true when this log service list archives default response has a 5xx status code
func (*LogServiceListArchivesDefault) IsSuccess ¶
func (o *LogServiceListArchivesDefault) IsSuccess() bool
IsSuccess returns true when this log service list archives default response has a 2xx status code
func (*LogServiceListArchivesDefault) String ¶
func (o *LogServiceListArchivesDefault) String() string
type LogServiceListArchivesOK ¶
type LogServiceListArchivesOK struct {
Payload *models.LogService20210330ListArchivesResponse
}
LogServiceListArchivesOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceListArchivesOK ¶
func NewLogServiceListArchivesOK() *LogServiceListArchivesOK
NewLogServiceListArchivesOK creates a LogServiceListArchivesOK with default headers values
func (*LogServiceListArchivesOK) Code ¶
func (o *LogServiceListArchivesOK) Code() int
Code gets the status code for the log service list archives o k response
func (*LogServiceListArchivesOK) Error ¶
func (o *LogServiceListArchivesOK) Error() string
func (*LogServiceListArchivesOK) GetPayload ¶
func (o *LogServiceListArchivesOK) GetPayload() *models.LogService20210330ListArchivesResponse
func (*LogServiceListArchivesOK) IsClientError ¶
func (o *LogServiceListArchivesOK) IsClientError() bool
IsClientError returns true when this log service list archives o k response has a 4xx status code
func (*LogServiceListArchivesOK) IsCode ¶
func (o *LogServiceListArchivesOK) IsCode(code int) bool
IsCode returns true when this log service list archives o k response a status code equal to that given
func (*LogServiceListArchivesOK) IsRedirect ¶
func (o *LogServiceListArchivesOK) IsRedirect() bool
IsRedirect returns true when this log service list archives o k response has a 3xx status code
func (*LogServiceListArchivesOK) IsServerError ¶
func (o *LogServiceListArchivesOK) IsServerError() bool
IsServerError returns true when this log service list archives o k response has a 5xx status code
func (*LogServiceListArchivesOK) IsSuccess ¶
func (o *LogServiceListArchivesOK) IsSuccess() bool
IsSuccess returns true when this log service list archives o k response has a 2xx status code
func (*LogServiceListArchivesOK) String ¶
func (o *LogServiceListArchivesOK) String() string
type LogServiceListArchivesParams ¶
type LogServiceListArchivesParams struct { /* ResourceDescription. description is a human-friendly description for this link. This is used primarily for informational purposes such as error messages. */ ResourceDescription *string /* ResourceID. id is the identifier for this resource. */ ResourceID string /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string /* ResourceLocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ ResourceLocationRegionProvider *string /* ResourceLocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ ResourceLocationRegionRegion *string /* ResourceType. type is the unique type of the resource. Each service publishes a unique set of types. The type value is recommended to be formatted in "<org>.<type>" such as "hashicorp.hvn". This is to prevent conflicts in the future, but any string value will work. */ ResourceType *string /* ResourceUUID. uuid is the unique UUID for this resource. */ ResourceUUID *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceListArchivesParams contains all the parameters to send to the API endpoint
for the log service list archives operation. Typically these are written to a http.Request.
func NewLogServiceListArchivesParams ¶
func NewLogServiceListArchivesParams() *LogServiceListArchivesParams
NewLogServiceListArchivesParams creates a new LogServiceListArchivesParams 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 NewLogServiceListArchivesParamsWithContext ¶
func NewLogServiceListArchivesParamsWithContext(ctx context.Context) *LogServiceListArchivesParams
NewLogServiceListArchivesParamsWithContext creates a new LogServiceListArchivesParams object with the ability to set a context for a request.
func NewLogServiceListArchivesParamsWithHTTPClient ¶
func NewLogServiceListArchivesParamsWithHTTPClient(client *http.Client) *LogServiceListArchivesParams
NewLogServiceListArchivesParamsWithHTTPClient creates a new LogServiceListArchivesParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceListArchivesParamsWithTimeout ¶
func NewLogServiceListArchivesParamsWithTimeout(timeout time.Duration) *LogServiceListArchivesParams
NewLogServiceListArchivesParamsWithTimeout creates a new LogServiceListArchivesParams object with the ability to set a timeout on a request.
func (*LogServiceListArchivesParams) SetContext ¶
func (o *LogServiceListArchivesParams) SetContext(ctx context.Context)
SetContext adds the context to the log service list archives params
func (*LogServiceListArchivesParams) SetDefaults ¶
func (o *LogServiceListArchivesParams) SetDefaults()
SetDefaults hydrates default values in the log service list archives params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListArchivesParams) SetHTTPClient ¶
func (o *LogServiceListArchivesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceDescription ¶
func (o *LogServiceListArchivesParams) SetResourceDescription(resourceDescription *string)
SetResourceDescription adds the resourceDescription to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceID ¶
func (o *LogServiceListArchivesParams) SetResourceID(resourceID string)
SetResourceID adds the resourceId to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceLocationOrganizationID ¶
func (o *LogServiceListArchivesParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceLocationProjectID ¶
func (o *LogServiceListArchivesParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceLocationRegionProvider ¶
func (o *LogServiceListArchivesParams) SetResourceLocationRegionProvider(resourceLocationRegionProvider *string)
SetResourceLocationRegionProvider adds the resourceLocationRegionProvider to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceLocationRegionRegion ¶
func (o *LogServiceListArchivesParams) SetResourceLocationRegionRegion(resourceLocationRegionRegion *string)
SetResourceLocationRegionRegion adds the resourceLocationRegionRegion to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceType ¶
func (o *LogServiceListArchivesParams) SetResourceType(resourceType *string)
SetResourceType adds the resourceType to the log service list archives params
func (*LogServiceListArchivesParams) SetResourceUUID ¶
func (o *LogServiceListArchivesParams) SetResourceUUID(resourceUUID *string)
SetResourceUUID adds the resourceUuid to the log service list archives params
func (*LogServiceListArchivesParams) SetTimeout ¶
func (o *LogServiceListArchivesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service list archives params
func (*LogServiceListArchivesParams) WithContext ¶
func (o *LogServiceListArchivesParams) WithContext(ctx context.Context) *LogServiceListArchivesParams
WithContext adds the context to the log service list archives params
func (*LogServiceListArchivesParams) WithDefaults ¶
func (o *LogServiceListArchivesParams) WithDefaults() *LogServiceListArchivesParams
WithDefaults hydrates default values in the log service list archives params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListArchivesParams) WithHTTPClient ¶
func (o *LogServiceListArchivesParams) WithHTTPClient(client *http.Client) *LogServiceListArchivesParams
WithHTTPClient adds the HTTPClient to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceDescription ¶
func (o *LogServiceListArchivesParams) WithResourceDescription(resourceDescription *string) *LogServiceListArchivesParams
WithResourceDescription adds the resourceDescription to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceID ¶
func (o *LogServiceListArchivesParams) WithResourceID(resourceID string) *LogServiceListArchivesParams
WithResourceID adds the resourceID to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceLocationOrganizationID ¶
func (o *LogServiceListArchivesParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceListArchivesParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceLocationProjectID ¶
func (o *LogServiceListArchivesParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceListArchivesParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceLocationRegionProvider ¶
func (o *LogServiceListArchivesParams) WithResourceLocationRegionProvider(resourceLocationRegionProvider *string) *LogServiceListArchivesParams
WithResourceLocationRegionProvider adds the resourceLocationRegionProvider to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceLocationRegionRegion ¶
func (o *LogServiceListArchivesParams) WithResourceLocationRegionRegion(resourceLocationRegionRegion *string) *LogServiceListArchivesParams
WithResourceLocationRegionRegion adds the resourceLocationRegionRegion to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceType ¶
func (o *LogServiceListArchivesParams) WithResourceType(resourceType *string) *LogServiceListArchivesParams
WithResourceType adds the resourceType to the log service list archives params
func (*LogServiceListArchivesParams) WithResourceUUID ¶
func (o *LogServiceListArchivesParams) WithResourceUUID(resourceUUID *string) *LogServiceListArchivesParams
WithResourceUUID adds the resourceUUID to the log service list archives params
func (*LogServiceListArchivesParams) WithTimeout ¶
func (o *LogServiceListArchivesParams) WithTimeout(timeout time.Duration) *LogServiceListArchivesParams
WithTimeout adds the timeout to the log service list archives params
func (*LogServiceListArchivesParams) WriteToRequest ¶
func (o *LogServiceListArchivesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceListArchivesReader ¶
type LogServiceListArchivesReader struct {
// contains filtered or unexported fields
}
LogServiceListArchivesReader is a Reader for the LogServiceListArchives structure.
func (*LogServiceListArchivesReader) ReadResponse ¶
func (o *LogServiceListArchivesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceListStreamingDestinationsDefault ¶
type LogServiceListStreamingDestinationsDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceListStreamingDestinationsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceListStreamingDestinationsDefault ¶
func NewLogServiceListStreamingDestinationsDefault(code int) *LogServiceListStreamingDestinationsDefault
NewLogServiceListStreamingDestinationsDefault creates a LogServiceListStreamingDestinationsDefault with default headers values
func (*LogServiceListStreamingDestinationsDefault) Code ¶
func (o *LogServiceListStreamingDestinationsDefault) Code() int
Code gets the status code for the log service list streaming destinations default response
func (*LogServiceListStreamingDestinationsDefault) Error ¶
func (o *LogServiceListStreamingDestinationsDefault) Error() string
func (*LogServiceListStreamingDestinationsDefault) GetPayload ¶
func (o *LogServiceListStreamingDestinationsDefault) GetPayload() *models.RuntimeError
func (*LogServiceListStreamingDestinationsDefault) IsClientError ¶
func (o *LogServiceListStreamingDestinationsDefault) IsClientError() bool
IsClientError returns true when this log service list streaming destinations default response has a 4xx status code
func (*LogServiceListStreamingDestinationsDefault) IsCode ¶
func (o *LogServiceListStreamingDestinationsDefault) IsCode(code int) bool
IsCode returns true when this log service list streaming destinations default response a status code equal to that given
func (*LogServiceListStreamingDestinationsDefault) IsRedirect ¶
func (o *LogServiceListStreamingDestinationsDefault) IsRedirect() bool
IsRedirect returns true when this log service list streaming destinations default response has a 3xx status code
func (*LogServiceListStreamingDestinationsDefault) IsServerError ¶
func (o *LogServiceListStreamingDestinationsDefault) IsServerError() bool
IsServerError returns true when this log service list streaming destinations default response has a 5xx status code
func (*LogServiceListStreamingDestinationsDefault) IsSuccess ¶
func (o *LogServiceListStreamingDestinationsDefault) IsSuccess() bool
IsSuccess returns true when this log service list streaming destinations default response has a 2xx status code
func (*LogServiceListStreamingDestinationsDefault) String ¶
func (o *LogServiceListStreamingDestinationsDefault) String() string
type LogServiceListStreamingDestinationsForResourceDefault ¶
type LogServiceListStreamingDestinationsForResourceDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceListStreamingDestinationsForResourceDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceListStreamingDestinationsForResourceDefault ¶
func NewLogServiceListStreamingDestinationsForResourceDefault(code int) *LogServiceListStreamingDestinationsForResourceDefault
NewLogServiceListStreamingDestinationsForResourceDefault creates a LogServiceListStreamingDestinationsForResourceDefault with default headers values
func (*LogServiceListStreamingDestinationsForResourceDefault) Code ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) Code() int
Code gets the status code for the log service list streaming destinations for resource default response
func (*LogServiceListStreamingDestinationsForResourceDefault) Error ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) Error() string
func (*LogServiceListStreamingDestinationsForResourceDefault) GetPayload ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) GetPayload() *models.RuntimeError
func (*LogServiceListStreamingDestinationsForResourceDefault) IsClientError ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) IsClientError() bool
IsClientError returns true when this log service list streaming destinations for resource default response has a 4xx status code
func (*LogServiceListStreamingDestinationsForResourceDefault) IsCode ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) IsCode(code int) bool
IsCode returns true when this log service list streaming destinations for resource default response a status code equal to that given
func (*LogServiceListStreamingDestinationsForResourceDefault) IsRedirect ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) IsRedirect() bool
IsRedirect returns true when this log service list streaming destinations for resource default response has a 3xx status code
func (*LogServiceListStreamingDestinationsForResourceDefault) IsServerError ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) IsServerError() bool
IsServerError returns true when this log service list streaming destinations for resource default response has a 5xx status code
func (*LogServiceListStreamingDestinationsForResourceDefault) IsSuccess ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) IsSuccess() bool
IsSuccess returns true when this log service list streaming destinations for resource default response has a 2xx status code
func (*LogServiceListStreamingDestinationsForResourceDefault) String ¶
func (o *LogServiceListStreamingDestinationsForResourceDefault) String() string
type LogServiceListStreamingDestinationsForResourceOK ¶
type LogServiceListStreamingDestinationsForResourceOK struct {
Payload *models.LogService20210330ListStreamingDestinationsForResourceResponse
}
LogServiceListStreamingDestinationsForResourceOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceListStreamingDestinationsForResourceOK ¶
func NewLogServiceListStreamingDestinationsForResourceOK() *LogServiceListStreamingDestinationsForResourceOK
NewLogServiceListStreamingDestinationsForResourceOK creates a LogServiceListStreamingDestinationsForResourceOK with default headers values
func (*LogServiceListStreamingDestinationsForResourceOK) Code ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) Code() int
Code gets the status code for the log service list streaming destinations for resource o k response
func (*LogServiceListStreamingDestinationsForResourceOK) Error ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) Error() string
func (*LogServiceListStreamingDestinationsForResourceOK) GetPayload ¶
func (*LogServiceListStreamingDestinationsForResourceOK) IsClientError ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) IsClientError() bool
IsClientError returns true when this log service list streaming destinations for resource o k response has a 4xx status code
func (*LogServiceListStreamingDestinationsForResourceOK) IsCode ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) IsCode(code int) bool
IsCode returns true when this log service list streaming destinations for resource o k response a status code equal to that given
func (*LogServiceListStreamingDestinationsForResourceOK) IsRedirect ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) IsRedirect() bool
IsRedirect returns true when this log service list streaming destinations for resource o k response has a 3xx status code
func (*LogServiceListStreamingDestinationsForResourceOK) IsServerError ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) IsServerError() bool
IsServerError returns true when this log service list streaming destinations for resource o k response has a 5xx status code
func (*LogServiceListStreamingDestinationsForResourceOK) IsSuccess ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) IsSuccess() bool
IsSuccess returns true when this log service list streaming destinations for resource o k response has a 2xx status code
func (*LogServiceListStreamingDestinationsForResourceOK) String ¶
func (o *LogServiceListStreamingDestinationsForResourceOK) String() string
type LogServiceListStreamingDestinationsForResourceParams ¶
type LogServiceListStreamingDestinationsForResourceParams struct { // Body. Body *models.LogService20210330ListStreamingDestinationsForResourceRequest /* ResourceID. id is the identifier for this resource. */ ResourceID string /* ResourceLocationOrganizationID. organization_id is the id of the organization. */ ResourceLocationOrganizationID string /* ResourceLocationProjectID. project_id is the projects id. */ ResourceLocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceListStreamingDestinationsForResourceParams contains all the parameters to send to the API endpoint
for the log service list streaming destinations for resource operation. Typically these are written to a http.Request.
func NewLogServiceListStreamingDestinationsForResourceParams ¶
func NewLogServiceListStreamingDestinationsForResourceParams() *LogServiceListStreamingDestinationsForResourceParams
NewLogServiceListStreamingDestinationsForResourceParams creates a new LogServiceListStreamingDestinationsForResourceParams 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 NewLogServiceListStreamingDestinationsForResourceParamsWithContext ¶
func NewLogServiceListStreamingDestinationsForResourceParamsWithContext(ctx context.Context) *LogServiceListStreamingDestinationsForResourceParams
NewLogServiceListStreamingDestinationsForResourceParamsWithContext creates a new LogServiceListStreamingDestinationsForResourceParams object with the ability to set a context for a request.
func NewLogServiceListStreamingDestinationsForResourceParamsWithHTTPClient ¶
func NewLogServiceListStreamingDestinationsForResourceParamsWithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsForResourceParams
NewLogServiceListStreamingDestinationsForResourceParamsWithHTTPClient creates a new LogServiceListStreamingDestinationsForResourceParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceListStreamingDestinationsForResourceParamsWithTimeout ¶
func NewLogServiceListStreamingDestinationsForResourceParamsWithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsForResourceParams
NewLogServiceListStreamingDestinationsForResourceParamsWithTimeout creates a new LogServiceListStreamingDestinationsForResourceParams object with the ability to set a timeout on a request.
func (*LogServiceListStreamingDestinationsForResourceParams) SetBody ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetBody(body *models.LogService20210330ListStreamingDestinationsForResourceRequest)
SetBody adds the body to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetContext ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetContext(ctx context.Context)
SetContext adds the context to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetDefaults ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetDefaults()
SetDefaults hydrates default values in the log service list streaming destinations for resource params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListStreamingDestinationsForResourceParams) SetHTTPClient ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetResourceID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceID(resourceID string)
SetResourceID adds the resourceId to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationOrganizationID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationOrganizationID(resourceLocationOrganizationID string)
SetResourceLocationOrganizationID adds the resourceLocationOrganizationId to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationProjectID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetResourceLocationProjectID(resourceLocationProjectID string)
SetResourceLocationProjectID adds the resourceLocationProjectId to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) SetTimeout ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithBody ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithBody(body *models.LogService20210330ListStreamingDestinationsForResourceRequest) *LogServiceListStreamingDestinationsForResourceParams
WithBody adds the body to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithContext ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithContext(ctx context.Context) *LogServiceListStreamingDestinationsForResourceParams
WithContext adds the context to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithDefaults ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithDefaults() *LogServiceListStreamingDestinationsForResourceParams
WithDefaults hydrates default values in the log service list streaming destinations for resource params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListStreamingDestinationsForResourceParams) WithHTTPClient ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsForResourceParams
WithHTTPClient adds the HTTPClient to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithResourceID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceID(resourceID string) *LogServiceListStreamingDestinationsForResourceParams
WithResourceID adds the resourceID to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationOrganizationID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationOrganizationID(resourceLocationOrganizationID string) *LogServiceListStreamingDestinationsForResourceParams
WithResourceLocationOrganizationID adds the resourceLocationOrganizationID to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationProjectID ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithResourceLocationProjectID(resourceLocationProjectID string) *LogServiceListStreamingDestinationsForResourceParams
WithResourceLocationProjectID adds the resourceLocationProjectID to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WithTimeout ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsForResourceParams
WithTimeout adds the timeout to the log service list streaming destinations for resource params
func (*LogServiceListStreamingDestinationsForResourceParams) WriteToRequest ¶
func (o *LogServiceListStreamingDestinationsForResourceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceListStreamingDestinationsForResourceReader ¶
type LogServiceListStreamingDestinationsForResourceReader struct {
// contains filtered or unexported fields
}
LogServiceListStreamingDestinationsForResourceReader is a Reader for the LogServiceListStreamingDestinationsForResource structure.
func (*LogServiceListStreamingDestinationsForResourceReader) ReadResponse ¶
func (o *LogServiceListStreamingDestinationsForResourceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceListStreamingDestinationsOK ¶
type LogServiceListStreamingDestinationsOK struct {
Payload *models.LogService20210330ListStreamingDestinationsResponse
}
LogServiceListStreamingDestinationsOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceListStreamingDestinationsOK ¶
func NewLogServiceListStreamingDestinationsOK() *LogServiceListStreamingDestinationsOK
NewLogServiceListStreamingDestinationsOK creates a LogServiceListStreamingDestinationsOK with default headers values
func (*LogServiceListStreamingDestinationsOK) Code ¶
func (o *LogServiceListStreamingDestinationsOK) Code() int
Code gets the status code for the log service list streaming destinations o k response
func (*LogServiceListStreamingDestinationsOK) Error ¶
func (o *LogServiceListStreamingDestinationsOK) Error() string
func (*LogServiceListStreamingDestinationsOK) GetPayload ¶
func (o *LogServiceListStreamingDestinationsOK) GetPayload() *models.LogService20210330ListStreamingDestinationsResponse
func (*LogServiceListStreamingDestinationsOK) IsClientError ¶
func (o *LogServiceListStreamingDestinationsOK) IsClientError() bool
IsClientError returns true when this log service list streaming destinations o k response has a 4xx status code
func (*LogServiceListStreamingDestinationsOK) IsCode ¶
func (o *LogServiceListStreamingDestinationsOK) IsCode(code int) bool
IsCode returns true when this log service list streaming destinations o k response a status code equal to that given
func (*LogServiceListStreamingDestinationsOK) IsRedirect ¶
func (o *LogServiceListStreamingDestinationsOK) IsRedirect() bool
IsRedirect returns true when this log service list streaming destinations o k response has a 3xx status code
func (*LogServiceListStreamingDestinationsOK) IsServerError ¶
func (o *LogServiceListStreamingDestinationsOK) IsServerError() bool
IsServerError returns true when this log service list streaming destinations o k response has a 5xx status code
func (*LogServiceListStreamingDestinationsOK) IsSuccess ¶
func (o *LogServiceListStreamingDestinationsOK) IsSuccess() bool
IsSuccess returns true when this log service list streaming destinations o k response has a 2xx status code
func (*LogServiceListStreamingDestinationsOK) String ¶
func (o *LogServiceListStreamingDestinationsOK) String() string
type LogServiceListStreamingDestinationsParams ¶
type LogServiceListStreamingDestinationsParams struct { /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string /* LocationRegionProvider. provider is the named cloud provider ("aws", "gcp", "azure"). */ LocationRegionProvider *string /* LocationRegionRegion. region is the cloud region ("us-west1", "us-east1"). */ LocationRegionRegion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceListStreamingDestinationsParams contains all the parameters to send to the API endpoint
for the log service list streaming destinations operation. Typically these are written to a http.Request.
func NewLogServiceListStreamingDestinationsParams ¶
func NewLogServiceListStreamingDestinationsParams() *LogServiceListStreamingDestinationsParams
NewLogServiceListStreamingDestinationsParams creates a new LogServiceListStreamingDestinationsParams 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 NewLogServiceListStreamingDestinationsParamsWithContext ¶
func NewLogServiceListStreamingDestinationsParamsWithContext(ctx context.Context) *LogServiceListStreamingDestinationsParams
NewLogServiceListStreamingDestinationsParamsWithContext creates a new LogServiceListStreamingDestinationsParams object with the ability to set a context for a request.
func NewLogServiceListStreamingDestinationsParamsWithHTTPClient ¶
func NewLogServiceListStreamingDestinationsParamsWithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsParams
NewLogServiceListStreamingDestinationsParamsWithHTTPClient creates a new LogServiceListStreamingDestinationsParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceListStreamingDestinationsParamsWithTimeout ¶
func NewLogServiceListStreamingDestinationsParamsWithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsParams
NewLogServiceListStreamingDestinationsParamsWithTimeout creates a new LogServiceListStreamingDestinationsParams object with the ability to set a timeout on a request.
func (*LogServiceListStreamingDestinationsParams) SetContext ¶
func (o *LogServiceListStreamingDestinationsParams) SetContext(ctx context.Context)
SetContext adds the context to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetDefaults ¶
func (o *LogServiceListStreamingDestinationsParams) SetDefaults()
SetDefaults hydrates default values in the log service list streaming destinations params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListStreamingDestinationsParams) SetHTTPClient ¶
func (o *LogServiceListStreamingDestinationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetLocationOrganizationID ¶
func (o *LogServiceListStreamingDestinationsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetLocationProjectID ¶
func (o *LogServiceListStreamingDestinationsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetLocationRegionProvider ¶
func (o *LogServiceListStreamingDestinationsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetLocationRegionRegion ¶
func (o *LogServiceListStreamingDestinationsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) SetTimeout ¶
func (o *LogServiceListStreamingDestinationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithContext ¶
func (o *LogServiceListStreamingDestinationsParams) WithContext(ctx context.Context) *LogServiceListStreamingDestinationsParams
WithContext adds the context to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithDefaults ¶
func (o *LogServiceListStreamingDestinationsParams) WithDefaults() *LogServiceListStreamingDestinationsParams
WithDefaults hydrates default values in the log service list streaming destinations params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceListStreamingDestinationsParams) WithHTTPClient ¶
func (o *LogServiceListStreamingDestinationsParams) WithHTTPClient(client *http.Client) *LogServiceListStreamingDestinationsParams
WithHTTPClient adds the HTTPClient to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithLocationOrganizationID ¶
func (o *LogServiceListStreamingDestinationsParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceListStreamingDestinationsParams
WithLocationOrganizationID adds the locationOrganizationID to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithLocationProjectID ¶
func (o *LogServiceListStreamingDestinationsParams) WithLocationProjectID(locationProjectID string) *LogServiceListStreamingDestinationsParams
WithLocationProjectID adds the locationProjectID to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithLocationRegionProvider ¶
func (o *LogServiceListStreamingDestinationsParams) WithLocationRegionProvider(locationRegionProvider *string) *LogServiceListStreamingDestinationsParams
WithLocationRegionProvider adds the locationRegionProvider to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithLocationRegionRegion ¶
func (o *LogServiceListStreamingDestinationsParams) WithLocationRegionRegion(locationRegionRegion *string) *LogServiceListStreamingDestinationsParams
WithLocationRegionRegion adds the locationRegionRegion to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WithTimeout ¶
func (o *LogServiceListStreamingDestinationsParams) WithTimeout(timeout time.Duration) *LogServiceListStreamingDestinationsParams
WithTimeout adds the timeout to the log service list streaming destinations params
func (*LogServiceListStreamingDestinationsParams) WriteToRequest ¶
func (o *LogServiceListStreamingDestinationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceListStreamingDestinationsReader ¶
type LogServiceListStreamingDestinationsReader struct {
// contains filtered or unexported fields
}
LogServiceListStreamingDestinationsReader is a Reader for the LogServiceListStreamingDestinations structure.
func (*LogServiceListStreamingDestinationsReader) ReadResponse ¶
func (o *LogServiceListStreamingDestinationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceSearchDefault ¶
type LogServiceSearchDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceSearchDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceSearchDefault ¶
func NewLogServiceSearchDefault(code int) *LogServiceSearchDefault
NewLogServiceSearchDefault creates a LogServiceSearchDefault with default headers values
func (*LogServiceSearchDefault) Code ¶
func (o *LogServiceSearchDefault) Code() int
Code gets the status code for the log service search default response
func (*LogServiceSearchDefault) Error ¶
func (o *LogServiceSearchDefault) Error() string
func (*LogServiceSearchDefault) GetPayload ¶
func (o *LogServiceSearchDefault) GetPayload() *models.RuntimeError
func (*LogServiceSearchDefault) IsClientError ¶
func (o *LogServiceSearchDefault) IsClientError() bool
IsClientError returns true when this log service search default response has a 4xx status code
func (*LogServiceSearchDefault) IsCode ¶
func (o *LogServiceSearchDefault) IsCode(code int) bool
IsCode returns true when this log service search default response a status code equal to that given
func (*LogServiceSearchDefault) IsRedirect ¶
func (o *LogServiceSearchDefault) IsRedirect() bool
IsRedirect returns true when this log service search default response has a 3xx status code
func (*LogServiceSearchDefault) IsServerError ¶
func (o *LogServiceSearchDefault) IsServerError() bool
IsServerError returns true when this log service search default response has a 5xx status code
func (*LogServiceSearchDefault) IsSuccess ¶
func (o *LogServiceSearchDefault) IsSuccess() bool
IsSuccess returns true when this log service search default response has a 2xx status code
func (*LogServiceSearchDefault) String ¶
func (o *LogServiceSearchDefault) String() string
type LogServiceSearchOK ¶
type LogServiceSearchOK struct {
Payload *models.LogService20210330SearchResponse
}
LogServiceSearchOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceSearchOK ¶
func NewLogServiceSearchOK() *LogServiceSearchOK
NewLogServiceSearchOK creates a LogServiceSearchOK with default headers values
func (*LogServiceSearchOK) Code ¶
func (o *LogServiceSearchOK) Code() int
Code gets the status code for the log service search o k response
func (*LogServiceSearchOK) Error ¶
func (o *LogServiceSearchOK) Error() string
func (*LogServiceSearchOK) GetPayload ¶
func (o *LogServiceSearchOK) GetPayload() *models.LogService20210330SearchResponse
func (*LogServiceSearchOK) IsClientError ¶
func (o *LogServiceSearchOK) IsClientError() bool
IsClientError returns true when this log service search o k response has a 4xx status code
func (*LogServiceSearchOK) IsCode ¶
func (o *LogServiceSearchOK) IsCode(code int) bool
IsCode returns true when this log service search o k response a status code equal to that given
func (*LogServiceSearchOK) IsRedirect ¶
func (o *LogServiceSearchOK) IsRedirect() bool
IsRedirect returns true when this log service search o k response has a 3xx status code
func (*LogServiceSearchOK) IsServerError ¶
func (o *LogServiceSearchOK) IsServerError() bool
IsServerError returns true when this log service search o k response has a 5xx status code
func (*LogServiceSearchOK) IsSuccess ¶
func (o *LogServiceSearchOK) IsSuccess() bool
IsSuccess returns true when this log service search o k response has a 2xx status code
func (*LogServiceSearchOK) String ¶
func (o *LogServiceSearchOK) String() string
type LogServiceSearchParams ¶
type LogServiceSearchParams struct { // Body. Body *models.LogService20210330SearchRequest /* OrganizationID. organization_id is the organization id where the query would be ran. */ OrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceSearchParams contains all the parameters to send to the API endpoint
for the log service search operation. Typically these are written to a http.Request.
func NewLogServiceSearchParams ¶
func NewLogServiceSearchParams() *LogServiceSearchParams
NewLogServiceSearchParams creates a new LogServiceSearchParams 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 NewLogServiceSearchParamsWithContext ¶
func NewLogServiceSearchParamsWithContext(ctx context.Context) *LogServiceSearchParams
NewLogServiceSearchParamsWithContext creates a new LogServiceSearchParams object with the ability to set a context for a request.
func NewLogServiceSearchParamsWithHTTPClient ¶
func NewLogServiceSearchParamsWithHTTPClient(client *http.Client) *LogServiceSearchParams
NewLogServiceSearchParamsWithHTTPClient creates a new LogServiceSearchParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceSearchParamsWithTimeout ¶
func NewLogServiceSearchParamsWithTimeout(timeout time.Duration) *LogServiceSearchParams
NewLogServiceSearchParamsWithTimeout creates a new LogServiceSearchParams object with the ability to set a timeout on a request.
func (*LogServiceSearchParams) SetBody ¶
func (o *LogServiceSearchParams) SetBody(body *models.LogService20210330SearchRequest)
SetBody adds the body to the log service search params
func (*LogServiceSearchParams) SetContext ¶
func (o *LogServiceSearchParams) SetContext(ctx context.Context)
SetContext adds the context to the log service search params
func (*LogServiceSearchParams) SetDefaults ¶
func (o *LogServiceSearchParams) SetDefaults()
SetDefaults hydrates default values in the log service search params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceSearchParams) SetHTTPClient ¶
func (o *LogServiceSearchParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service search params
func (*LogServiceSearchParams) SetOrganizationID ¶
func (o *LogServiceSearchParams) SetOrganizationID(organizationID string)
SetOrganizationID adds the organizationId to the log service search params
func (*LogServiceSearchParams) SetTimeout ¶
func (o *LogServiceSearchParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service search params
func (*LogServiceSearchParams) WithBody ¶
func (o *LogServiceSearchParams) WithBody(body *models.LogService20210330SearchRequest) *LogServiceSearchParams
WithBody adds the body to the log service search params
func (*LogServiceSearchParams) WithContext ¶
func (o *LogServiceSearchParams) WithContext(ctx context.Context) *LogServiceSearchParams
WithContext adds the context to the log service search params
func (*LogServiceSearchParams) WithDefaults ¶
func (o *LogServiceSearchParams) WithDefaults() *LogServiceSearchParams
WithDefaults hydrates default values in the log service search params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceSearchParams) WithHTTPClient ¶
func (o *LogServiceSearchParams) WithHTTPClient(client *http.Client) *LogServiceSearchParams
WithHTTPClient adds the HTTPClient to the log service search params
func (*LogServiceSearchParams) WithOrganizationID ¶
func (o *LogServiceSearchParams) WithOrganizationID(organizationID string) *LogServiceSearchParams
WithOrganizationID adds the organizationID to the log service search params
func (*LogServiceSearchParams) WithTimeout ¶
func (o *LogServiceSearchParams) WithTimeout(timeout time.Duration) *LogServiceSearchParams
WithTimeout adds the timeout to the log service search params
func (*LogServiceSearchParams) WriteToRequest ¶
func (o *LogServiceSearchParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceSearchReader ¶
type LogServiceSearchReader struct {
// contains filtered or unexported fields
}
LogServiceSearchReader is a Reader for the LogServiceSearch structure.
func (*LogServiceSearchReader) ReadResponse ¶
func (o *LogServiceSearchReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceStoreDefault ¶
type LogServiceStoreDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceStoreDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceStoreDefault ¶
func NewLogServiceStoreDefault(code int) *LogServiceStoreDefault
NewLogServiceStoreDefault creates a LogServiceStoreDefault with default headers values
func (*LogServiceStoreDefault) Code ¶
func (o *LogServiceStoreDefault) Code() int
Code gets the status code for the log service store default response
func (*LogServiceStoreDefault) Error ¶
func (o *LogServiceStoreDefault) Error() string
func (*LogServiceStoreDefault) GetPayload ¶
func (o *LogServiceStoreDefault) GetPayload() *models.RuntimeError
func (*LogServiceStoreDefault) IsClientError ¶
func (o *LogServiceStoreDefault) IsClientError() bool
IsClientError returns true when this log service store default response has a 4xx status code
func (*LogServiceStoreDefault) IsCode ¶
func (o *LogServiceStoreDefault) IsCode(code int) bool
IsCode returns true when this log service store default response a status code equal to that given
func (*LogServiceStoreDefault) IsRedirect ¶
func (o *LogServiceStoreDefault) IsRedirect() bool
IsRedirect returns true when this log service store default response has a 3xx status code
func (*LogServiceStoreDefault) IsServerError ¶
func (o *LogServiceStoreDefault) IsServerError() bool
IsServerError returns true when this log service store default response has a 5xx status code
func (*LogServiceStoreDefault) IsSuccess ¶
func (o *LogServiceStoreDefault) IsSuccess() bool
IsSuccess returns true when this log service store default response has a 2xx status code
func (*LogServiceStoreDefault) String ¶
func (o *LogServiceStoreDefault) String() string
type LogServiceStoreOK ¶
type LogServiceStoreOK struct {
Payload interface{}
}
LogServiceStoreOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceStoreOK ¶
func NewLogServiceStoreOK() *LogServiceStoreOK
NewLogServiceStoreOK creates a LogServiceStoreOK with default headers values
func (*LogServiceStoreOK) Code ¶
func (o *LogServiceStoreOK) Code() int
Code gets the status code for the log service store o k response
func (*LogServiceStoreOK) Error ¶
func (o *LogServiceStoreOK) Error() string
func (*LogServiceStoreOK) GetPayload ¶
func (o *LogServiceStoreOK) GetPayload() interface{}
func (*LogServiceStoreOK) IsClientError ¶
func (o *LogServiceStoreOK) IsClientError() bool
IsClientError returns true when this log service store o k response has a 4xx status code
func (*LogServiceStoreOK) IsCode ¶
func (o *LogServiceStoreOK) IsCode(code int) bool
IsCode returns true when this log service store o k response a status code equal to that given
func (*LogServiceStoreOK) IsRedirect ¶
func (o *LogServiceStoreOK) IsRedirect() bool
IsRedirect returns true when this log service store o k response has a 3xx status code
func (*LogServiceStoreOK) IsServerError ¶
func (o *LogServiceStoreOK) IsServerError() bool
IsServerError returns true when this log service store o k response has a 5xx status code
func (*LogServiceStoreOK) IsSuccess ¶
func (o *LogServiceStoreOK) IsSuccess() bool
IsSuccess returns true when this log service store o k response has a 2xx status code
func (*LogServiceStoreOK) String ¶
func (o *LogServiceStoreOK) String() string
type LogServiceStoreParams ¶
type LogServiceStoreParams struct { // Body. Body *models.LogService20210330StoreRequest /* StreamOrganizationID. organization_id is the UUID of the HCP organization this stream belongs to. */ StreamOrganizationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceStoreParams contains all the parameters to send to the API endpoint
for the log service store operation. Typically these are written to a http.Request.
func NewLogServiceStoreParams ¶
func NewLogServiceStoreParams() *LogServiceStoreParams
NewLogServiceStoreParams creates a new LogServiceStoreParams 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 NewLogServiceStoreParamsWithContext ¶
func NewLogServiceStoreParamsWithContext(ctx context.Context) *LogServiceStoreParams
NewLogServiceStoreParamsWithContext creates a new LogServiceStoreParams object with the ability to set a context for a request.
func NewLogServiceStoreParamsWithHTTPClient ¶
func NewLogServiceStoreParamsWithHTTPClient(client *http.Client) *LogServiceStoreParams
NewLogServiceStoreParamsWithHTTPClient creates a new LogServiceStoreParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceStoreParamsWithTimeout ¶
func NewLogServiceStoreParamsWithTimeout(timeout time.Duration) *LogServiceStoreParams
NewLogServiceStoreParamsWithTimeout creates a new LogServiceStoreParams object with the ability to set a timeout on a request.
func (*LogServiceStoreParams) SetBody ¶
func (o *LogServiceStoreParams) SetBody(body *models.LogService20210330StoreRequest)
SetBody adds the body to the log service store params
func (*LogServiceStoreParams) SetContext ¶
func (o *LogServiceStoreParams) SetContext(ctx context.Context)
SetContext adds the context to the log service store params
func (*LogServiceStoreParams) SetDefaults ¶
func (o *LogServiceStoreParams) SetDefaults()
SetDefaults hydrates default values in the log service store params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceStoreParams) SetHTTPClient ¶
func (o *LogServiceStoreParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service store params
func (*LogServiceStoreParams) SetStreamOrganizationID ¶
func (o *LogServiceStoreParams) SetStreamOrganizationID(streamOrganizationID string)
SetStreamOrganizationID adds the streamOrganizationId to the log service store params
func (*LogServiceStoreParams) SetTimeout ¶
func (o *LogServiceStoreParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service store params
func (*LogServiceStoreParams) WithBody ¶
func (o *LogServiceStoreParams) WithBody(body *models.LogService20210330StoreRequest) *LogServiceStoreParams
WithBody adds the body to the log service store params
func (*LogServiceStoreParams) WithContext ¶
func (o *LogServiceStoreParams) WithContext(ctx context.Context) *LogServiceStoreParams
WithContext adds the context to the log service store params
func (*LogServiceStoreParams) WithDefaults ¶
func (o *LogServiceStoreParams) WithDefaults() *LogServiceStoreParams
WithDefaults hydrates default values in the log service store params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceStoreParams) WithHTTPClient ¶
func (o *LogServiceStoreParams) WithHTTPClient(client *http.Client) *LogServiceStoreParams
WithHTTPClient adds the HTTPClient to the log service store params
func (*LogServiceStoreParams) WithStreamOrganizationID ¶
func (o *LogServiceStoreParams) WithStreamOrganizationID(streamOrganizationID string) *LogServiceStoreParams
WithStreamOrganizationID adds the streamOrganizationID to the log service store params
func (*LogServiceStoreParams) WithTimeout ¶
func (o *LogServiceStoreParams) WithTimeout(timeout time.Duration) *LogServiceStoreParams
WithTimeout adds the timeout to the log service store params
func (*LogServiceStoreParams) WriteToRequest ¶
func (o *LogServiceStoreParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceStoreReader ¶
type LogServiceStoreReader struct {
// contains filtered or unexported fields
}
LogServiceStoreReader is a Reader for the LogServiceStore structure.
func (*LogServiceStoreReader) ReadResponse ¶
func (o *LogServiceStoreReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceTestStreamingDestinationDefault ¶
type LogServiceTestStreamingDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceTestStreamingDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceTestStreamingDestinationDefault ¶
func NewLogServiceTestStreamingDestinationDefault(code int) *LogServiceTestStreamingDestinationDefault
NewLogServiceTestStreamingDestinationDefault creates a LogServiceTestStreamingDestinationDefault with default headers values
func (*LogServiceTestStreamingDestinationDefault) Code ¶
func (o *LogServiceTestStreamingDestinationDefault) Code() int
Code gets the status code for the log service test streaming destination default response
func (*LogServiceTestStreamingDestinationDefault) Error ¶
func (o *LogServiceTestStreamingDestinationDefault) Error() string
func (*LogServiceTestStreamingDestinationDefault) GetPayload ¶
func (o *LogServiceTestStreamingDestinationDefault) GetPayload() *models.RuntimeError
func (*LogServiceTestStreamingDestinationDefault) IsClientError ¶
func (o *LogServiceTestStreamingDestinationDefault) IsClientError() bool
IsClientError returns true when this log service test streaming destination default response has a 4xx status code
func (*LogServiceTestStreamingDestinationDefault) IsCode ¶
func (o *LogServiceTestStreamingDestinationDefault) IsCode(code int) bool
IsCode returns true when this log service test streaming destination default response a status code equal to that given
func (*LogServiceTestStreamingDestinationDefault) IsRedirect ¶
func (o *LogServiceTestStreamingDestinationDefault) IsRedirect() bool
IsRedirect returns true when this log service test streaming destination default response has a 3xx status code
func (*LogServiceTestStreamingDestinationDefault) IsServerError ¶
func (o *LogServiceTestStreamingDestinationDefault) IsServerError() bool
IsServerError returns true when this log service test streaming destination default response has a 5xx status code
func (*LogServiceTestStreamingDestinationDefault) IsSuccess ¶
func (o *LogServiceTestStreamingDestinationDefault) IsSuccess() bool
IsSuccess returns true when this log service test streaming destination default response has a 2xx status code
func (*LogServiceTestStreamingDestinationDefault) String ¶
func (o *LogServiceTestStreamingDestinationDefault) String() string
type LogServiceTestStreamingDestinationOK ¶
type LogServiceTestStreamingDestinationOK struct {
Payload *models.LogService20210330TestStreamingDestinationResponse
}
LogServiceTestStreamingDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceTestStreamingDestinationOK ¶
func NewLogServiceTestStreamingDestinationOK() *LogServiceTestStreamingDestinationOK
NewLogServiceTestStreamingDestinationOK creates a LogServiceTestStreamingDestinationOK with default headers values
func (*LogServiceTestStreamingDestinationOK) Code ¶
func (o *LogServiceTestStreamingDestinationOK) Code() int
Code gets the status code for the log service test streaming destination o k response
func (*LogServiceTestStreamingDestinationOK) Error ¶
func (o *LogServiceTestStreamingDestinationOK) Error() string
func (*LogServiceTestStreamingDestinationOK) GetPayload ¶
func (o *LogServiceTestStreamingDestinationOK) GetPayload() *models.LogService20210330TestStreamingDestinationResponse
func (*LogServiceTestStreamingDestinationOK) IsClientError ¶
func (o *LogServiceTestStreamingDestinationOK) IsClientError() bool
IsClientError returns true when this log service test streaming destination o k response has a 4xx status code
func (*LogServiceTestStreamingDestinationOK) IsCode ¶
func (o *LogServiceTestStreamingDestinationOK) IsCode(code int) bool
IsCode returns true when this log service test streaming destination o k response a status code equal to that given
func (*LogServiceTestStreamingDestinationOK) IsRedirect ¶
func (o *LogServiceTestStreamingDestinationOK) IsRedirect() bool
IsRedirect returns true when this log service test streaming destination o k response has a 3xx status code
func (*LogServiceTestStreamingDestinationOK) IsServerError ¶
func (o *LogServiceTestStreamingDestinationOK) IsServerError() bool
IsServerError returns true when this log service test streaming destination o k response has a 5xx status code
func (*LogServiceTestStreamingDestinationOK) IsSuccess ¶
func (o *LogServiceTestStreamingDestinationOK) IsSuccess() bool
IsSuccess returns true when this log service test streaming destination o k response has a 2xx status code
func (*LogServiceTestStreamingDestinationOK) String ¶
func (o *LogServiceTestStreamingDestinationOK) String() string
type LogServiceTestStreamingDestinationParams ¶
type LogServiceTestStreamingDestinationParams struct { // Body. Body *models.LogService20210330TestStreamingDestinationRequest /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceTestStreamingDestinationParams contains all the parameters to send to the API endpoint
for the log service test streaming destination operation. Typically these are written to a http.Request.
func NewLogServiceTestStreamingDestinationParams ¶
func NewLogServiceTestStreamingDestinationParams() *LogServiceTestStreamingDestinationParams
NewLogServiceTestStreamingDestinationParams creates a new LogServiceTestStreamingDestinationParams 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 NewLogServiceTestStreamingDestinationParamsWithContext ¶
func NewLogServiceTestStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceTestStreamingDestinationParams
NewLogServiceTestStreamingDestinationParamsWithContext creates a new LogServiceTestStreamingDestinationParams object with the ability to set a context for a request.
func NewLogServiceTestStreamingDestinationParamsWithHTTPClient ¶
func NewLogServiceTestStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceTestStreamingDestinationParams
NewLogServiceTestStreamingDestinationParamsWithHTTPClient creates a new LogServiceTestStreamingDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceTestStreamingDestinationParamsWithTimeout ¶
func NewLogServiceTestStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceTestStreamingDestinationParams
NewLogServiceTestStreamingDestinationParamsWithTimeout creates a new LogServiceTestStreamingDestinationParams object with the ability to set a timeout on a request.
func (*LogServiceTestStreamingDestinationParams) SetBody ¶
func (o *LogServiceTestStreamingDestinationParams) SetBody(body *models.LogService20210330TestStreamingDestinationRequest)
SetBody adds the body to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) SetContext ¶
func (o *LogServiceTestStreamingDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) SetDefaults ¶
func (o *LogServiceTestStreamingDestinationParams) SetDefaults()
SetDefaults hydrates default values in the log service test streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceTestStreamingDestinationParams) SetHTTPClient ¶
func (o *LogServiceTestStreamingDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) SetLocationOrganizationID ¶
func (o *LogServiceTestStreamingDestinationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) SetLocationProjectID ¶
func (o *LogServiceTestStreamingDestinationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) SetTimeout ¶
func (o *LogServiceTestStreamingDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithBody ¶
func (o *LogServiceTestStreamingDestinationParams) WithBody(body *models.LogService20210330TestStreamingDestinationRequest) *LogServiceTestStreamingDestinationParams
WithBody adds the body to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithContext ¶
func (o *LogServiceTestStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceTestStreamingDestinationParams
WithContext adds the context to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithDefaults ¶
func (o *LogServiceTestStreamingDestinationParams) WithDefaults() *LogServiceTestStreamingDestinationParams
WithDefaults hydrates default values in the log service test streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceTestStreamingDestinationParams) WithHTTPClient ¶
func (o *LogServiceTestStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceTestStreamingDestinationParams
WithHTTPClient adds the HTTPClient to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithLocationOrganizationID ¶
func (o *LogServiceTestStreamingDestinationParams) WithLocationOrganizationID(locationOrganizationID string) *LogServiceTestStreamingDestinationParams
WithLocationOrganizationID adds the locationOrganizationID to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithLocationProjectID ¶
func (o *LogServiceTestStreamingDestinationParams) WithLocationProjectID(locationProjectID string) *LogServiceTestStreamingDestinationParams
WithLocationProjectID adds the locationProjectID to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WithTimeout ¶
func (o *LogServiceTestStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceTestStreamingDestinationParams
WithTimeout adds the timeout to the log service test streaming destination params
func (*LogServiceTestStreamingDestinationParams) WriteToRequest ¶
func (o *LogServiceTestStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceTestStreamingDestinationReader ¶
type LogServiceTestStreamingDestinationReader struct {
// contains filtered or unexported fields
}
LogServiceTestStreamingDestinationReader is a Reader for the LogServiceTestStreamingDestination structure.
func (*LogServiceTestStreamingDestinationReader) ReadResponse ¶
func (o *LogServiceTestStreamingDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type LogServiceUpdateStreamingDestinationDefault ¶
type LogServiceUpdateStreamingDestinationDefault struct { Payload *models.RuntimeError // contains filtered or unexported fields }
LogServiceUpdateStreamingDestinationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewLogServiceUpdateStreamingDestinationDefault ¶
func NewLogServiceUpdateStreamingDestinationDefault(code int) *LogServiceUpdateStreamingDestinationDefault
NewLogServiceUpdateStreamingDestinationDefault creates a LogServiceUpdateStreamingDestinationDefault with default headers values
func (*LogServiceUpdateStreamingDestinationDefault) Code ¶
func (o *LogServiceUpdateStreamingDestinationDefault) Code() int
Code gets the status code for the log service update streaming destination default response
func (*LogServiceUpdateStreamingDestinationDefault) Error ¶
func (o *LogServiceUpdateStreamingDestinationDefault) Error() string
func (*LogServiceUpdateStreamingDestinationDefault) GetPayload ¶
func (o *LogServiceUpdateStreamingDestinationDefault) GetPayload() *models.RuntimeError
func (*LogServiceUpdateStreamingDestinationDefault) IsClientError ¶
func (o *LogServiceUpdateStreamingDestinationDefault) IsClientError() bool
IsClientError returns true when this log service update streaming destination default response has a 4xx status code
func (*LogServiceUpdateStreamingDestinationDefault) IsCode ¶
func (o *LogServiceUpdateStreamingDestinationDefault) IsCode(code int) bool
IsCode returns true when this log service update streaming destination default response a status code equal to that given
func (*LogServiceUpdateStreamingDestinationDefault) IsRedirect ¶
func (o *LogServiceUpdateStreamingDestinationDefault) IsRedirect() bool
IsRedirect returns true when this log service update streaming destination default response has a 3xx status code
func (*LogServiceUpdateStreamingDestinationDefault) IsServerError ¶
func (o *LogServiceUpdateStreamingDestinationDefault) IsServerError() bool
IsServerError returns true when this log service update streaming destination default response has a 5xx status code
func (*LogServiceUpdateStreamingDestinationDefault) IsSuccess ¶
func (o *LogServiceUpdateStreamingDestinationDefault) IsSuccess() bool
IsSuccess returns true when this log service update streaming destination default response has a 2xx status code
func (*LogServiceUpdateStreamingDestinationDefault) String ¶
func (o *LogServiceUpdateStreamingDestinationDefault) String() string
type LogServiceUpdateStreamingDestinationOK ¶
type LogServiceUpdateStreamingDestinationOK struct {
Payload interface{}
}
LogServiceUpdateStreamingDestinationOK describes a response with status code 200, with default header values.
A successful response.
func NewLogServiceUpdateStreamingDestinationOK ¶
func NewLogServiceUpdateStreamingDestinationOK() *LogServiceUpdateStreamingDestinationOK
NewLogServiceUpdateStreamingDestinationOK creates a LogServiceUpdateStreamingDestinationOK with default headers values
func (*LogServiceUpdateStreamingDestinationOK) Code ¶
func (o *LogServiceUpdateStreamingDestinationOK) Code() int
Code gets the status code for the log service update streaming destination o k response
func (*LogServiceUpdateStreamingDestinationOK) Error ¶
func (o *LogServiceUpdateStreamingDestinationOK) Error() string
func (*LogServiceUpdateStreamingDestinationOK) GetPayload ¶
func (o *LogServiceUpdateStreamingDestinationOK) GetPayload() interface{}
func (*LogServiceUpdateStreamingDestinationOK) IsClientError ¶
func (o *LogServiceUpdateStreamingDestinationOK) IsClientError() bool
IsClientError returns true when this log service update streaming destination o k response has a 4xx status code
func (*LogServiceUpdateStreamingDestinationOK) IsCode ¶
func (o *LogServiceUpdateStreamingDestinationOK) IsCode(code int) bool
IsCode returns true when this log service update streaming destination o k response a status code equal to that given
func (*LogServiceUpdateStreamingDestinationOK) IsRedirect ¶
func (o *LogServiceUpdateStreamingDestinationOK) IsRedirect() bool
IsRedirect returns true when this log service update streaming destination o k response has a 3xx status code
func (*LogServiceUpdateStreamingDestinationOK) IsServerError ¶
func (o *LogServiceUpdateStreamingDestinationOK) IsServerError() bool
IsServerError returns true when this log service update streaming destination o k response has a 5xx status code
func (*LogServiceUpdateStreamingDestinationOK) IsSuccess ¶
func (o *LogServiceUpdateStreamingDestinationOK) IsSuccess() bool
IsSuccess returns true when this log service update streaming destination o k response has a 2xx status code
func (*LogServiceUpdateStreamingDestinationOK) String ¶
func (o *LogServiceUpdateStreamingDestinationOK) String() string
type LogServiceUpdateStreamingDestinationParams ¶
type LogServiceUpdateStreamingDestinationParams struct { // Body. Body *models.LogService20210330UpdateStreamingDestinationRequest /* DestinationResourceID. id is the identifier for this resource. */ DestinationResourceID string /* DestinationResourceLocationOrganizationID. organization_id is the id of the organization. */ DestinationResourceLocationOrganizationID string /* DestinationResourceLocationProjectID. project_id is the projects id. */ DestinationResourceLocationProjectID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
LogServiceUpdateStreamingDestinationParams contains all the parameters to send to the API endpoint
for the log service update streaming destination operation. Typically these are written to a http.Request.
func NewLogServiceUpdateStreamingDestinationParams ¶
func NewLogServiceUpdateStreamingDestinationParams() *LogServiceUpdateStreamingDestinationParams
NewLogServiceUpdateStreamingDestinationParams creates a new LogServiceUpdateStreamingDestinationParams 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 NewLogServiceUpdateStreamingDestinationParamsWithContext ¶
func NewLogServiceUpdateStreamingDestinationParamsWithContext(ctx context.Context) *LogServiceUpdateStreamingDestinationParams
NewLogServiceUpdateStreamingDestinationParamsWithContext creates a new LogServiceUpdateStreamingDestinationParams object with the ability to set a context for a request.
func NewLogServiceUpdateStreamingDestinationParamsWithHTTPClient ¶
func NewLogServiceUpdateStreamingDestinationParamsWithHTTPClient(client *http.Client) *LogServiceUpdateStreamingDestinationParams
NewLogServiceUpdateStreamingDestinationParamsWithHTTPClient creates a new LogServiceUpdateStreamingDestinationParams object with the ability to set a custom HTTPClient for a request.
func NewLogServiceUpdateStreamingDestinationParamsWithTimeout ¶
func NewLogServiceUpdateStreamingDestinationParamsWithTimeout(timeout time.Duration) *LogServiceUpdateStreamingDestinationParams
NewLogServiceUpdateStreamingDestinationParamsWithTimeout creates a new LogServiceUpdateStreamingDestinationParams object with the ability to set a timeout on a request.
func (*LogServiceUpdateStreamingDestinationParams) SetBody ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetBody(body *models.LogService20210330UpdateStreamingDestinationRequest)
SetBody adds the body to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetContext ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetContext(ctx context.Context)
SetContext adds the context to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetDefaults ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetDefaults()
SetDefaults hydrates default values in the log service update streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceUpdateStreamingDestinationParams) SetDestinationResourceID ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceID(destinationResourceID string)
SetDestinationResourceID adds the destinationResourceId to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationOrganizationID ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationOrganizationID(destinationResourceLocationOrganizationID string)
SetDestinationResourceLocationOrganizationID adds the destinationResourceLocationOrganizationId to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationProjectID ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetDestinationResourceLocationProjectID(destinationResourceLocationProjectID string)
SetDestinationResourceLocationProjectID adds the destinationResourceLocationProjectId to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetHTTPClient ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) SetTimeout ¶
func (o *LogServiceUpdateStreamingDestinationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithBody ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithBody(body *models.LogService20210330UpdateStreamingDestinationRequest) *LogServiceUpdateStreamingDestinationParams
WithBody adds the body to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithContext ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithContext(ctx context.Context) *LogServiceUpdateStreamingDestinationParams
WithContext adds the context to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithDefaults ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithDefaults() *LogServiceUpdateStreamingDestinationParams
WithDefaults hydrates default values in the log service update streaming destination params (not the query body).
All values with no default are reset to their zero value.
func (*LogServiceUpdateStreamingDestinationParams) WithDestinationResourceID ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceID(destinationResourceID string) *LogServiceUpdateStreamingDestinationParams
WithDestinationResourceID adds the destinationResourceID to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationOrganizationID ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationOrganizationID(destinationResourceLocationOrganizationID string) *LogServiceUpdateStreamingDestinationParams
WithDestinationResourceLocationOrganizationID adds the destinationResourceLocationOrganizationID to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationProjectID ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithDestinationResourceLocationProjectID(destinationResourceLocationProjectID string) *LogServiceUpdateStreamingDestinationParams
WithDestinationResourceLocationProjectID adds the destinationResourceLocationProjectID to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithHTTPClient ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithHTTPClient(client *http.Client) *LogServiceUpdateStreamingDestinationParams
WithHTTPClient adds the HTTPClient to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WithTimeout ¶
func (o *LogServiceUpdateStreamingDestinationParams) WithTimeout(timeout time.Duration) *LogServiceUpdateStreamingDestinationParams
WithTimeout adds the timeout to the log service update streaming destination params
func (*LogServiceUpdateStreamingDestinationParams) WriteToRequest ¶
func (o *LogServiceUpdateStreamingDestinationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type LogServiceUpdateStreamingDestinationReader ¶
type LogServiceUpdateStreamingDestinationReader struct {
// contains filtered or unexported fields
}
LogServiceUpdateStreamingDestinationReader is a Reader for the LogServiceUpdateStreamingDestination structure.
func (*LogServiceUpdateStreamingDestinationReader) ReadResponse ¶
func (o *LogServiceUpdateStreamingDestinationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- log_service_client.go
- log_service_create_archive_parameters.go
- log_service_create_archive_responses.go
- log_service_create_streaming_destination2_parameters.go
- log_service_create_streaming_destination2_responses.go
- log_service_create_streaming_destination_filter_parameters.go
- log_service_create_streaming_destination_filter_responses.go
- log_service_create_streaming_destination_parameters.go
- log_service_create_streaming_destination_responses.go
- log_service_delete_streaming_destination_parameters.go
- log_service_delete_streaming_destination_responses.go
- log_service_get_archive_parameters.go
- log_service_get_archive_responses.go
- log_service_get_parameters.go
- log_service_get_responses.go
- log_service_get_streaming_destination_parameters.go
- log_service_get_streaming_destination_responses.go
- log_service_list_archives_parameters.go
- log_service_list_archives_responses.go
- log_service_list_streaming_destinations_for_resource_parameters.go
- log_service_list_streaming_destinations_for_resource_responses.go
- log_service_list_streaming_destinations_parameters.go
- log_service_list_streaming_destinations_responses.go
- log_service_search_parameters.go
- log_service_search_responses.go
- log_service_store_parameters.go
- log_service_store_responses.go
- log_service_test_streaming_destination_parameters.go
- log_service_test_streaming_destination_responses.go
- log_service_update_streaming_destination_parameters.go
- log_service_update_streaming_destination_responses.go