Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppOK, error)
- func (a *Client) CreateAppKVSecret(params *CreateAppKVSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*CreateAppKVSecretOK, error)
- func (a *Client) CreateAwsSmSyncIntegration(params *CreateAwsSmSyncIntegrationParams, ...) (*CreateAwsSmSyncIntegrationOK, error)
- func (a *Client) CreateGhRepoSyncIntegration(params *CreateGhRepoSyncIntegrationParams, ...) (*CreateGhRepoSyncIntegrationOK, error)
- func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppOK, error)
- func (a *Client) DeleteAppSecret(params *DeleteAppSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteAppSecretOK, error)
- func (a *Client) DeleteSyncInstallation(params *DeleteSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSyncInstallationOK, error)
- func (a *Client) DeleteSyncIntegration(params *DeleteSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*DeleteSyncIntegrationOK, error)
- func (a *Client) ForceSync(params *ForceSyncParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ForceSyncOK, error)
- func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppOK, error)
- func (a *Client) GetAppSecret(params *GetAppSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppSecretOK, error)
- func (a *Client) GetAppSecretVersion(params *GetAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetAppSecretVersionOK, error)
- func (a *Client) GetSyncInstallation(params *GetSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSyncInstallationOK, error)
- func (a *Client) GetSyncIntegration(params *GetSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*GetSyncIntegrationOK, error)
- func (a *Client) ListAppSecretVersions(params *ListAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAppSecretVersionsOK, error)
- func (a *Client) ListAppSecrets(params *ListAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAppSecretsOK, error)
- func (a *Client) ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListAppsOK, error)
- func (a *Client) ListOpenAppSecretVersions(params *ListOpenAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListOpenAppSecretVersionsOK, error)
- func (a *Client) ListSyncIntegrations(params *ListSyncIntegrationsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*ListSyncIntegrationsOK, error)
- func (a *Client) OpenAppSecret(params *OpenAppSecretParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OpenAppSecretOK, error)
- func (a *Client) OpenAppSecretVersion(params *OpenAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OpenAppSecretVersionOK, error)
- func (a *Client) OpenAppSecrets(params *OpenAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*OpenAppSecretsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpdateAppOK, error)
- func (a *Client) UpdateAwsSmSyncIntegration(params *UpdateAwsSmSyncIntegrationParams, ...) (*UpdateAwsSmSyncIntegrationOK, error)
- func (a *Client) UpdateGhRepoSyncIntegration(params *UpdateGhRepoSyncIntegrationParams, ...) (*UpdateGhRepoSyncIntegrationOK, error)
- func (a *Client) UpsertAwsSmSyncIntegration(params *UpsertAwsSmSyncIntegrationParams, ...) (*UpsertAwsSmSyncIntegrationOK, error)
- func (a *Client) UpsertGhRepoSyncIntegration(params *UpsertGhRepoSyncIntegrationParams, ...) (*UpsertGhRepoSyncIntegrationOK, error)
- func (a *Client) UpsertSyncInstallation(params *UpsertSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, ...) (*UpsertSyncInstallationOK, error)
- type ClientOption
- type ClientService
- type CreateAppBody
- type CreateAppDefault
- func (o *CreateAppDefault) Code() int
- func (o *CreateAppDefault) Error() string
- func (o *CreateAppDefault) GetPayload() *models.RPCStatus
- func (o *CreateAppDefault) IsClientError() bool
- func (o *CreateAppDefault) IsCode(code int) bool
- func (o *CreateAppDefault) IsRedirect() bool
- func (o *CreateAppDefault) IsServerError() bool
- func (o *CreateAppDefault) IsSuccess() bool
- func (o *CreateAppDefault) String() string
- type CreateAppKVSecretBody
- type CreateAppKVSecretDefault
- func (o *CreateAppKVSecretDefault) Code() int
- func (o *CreateAppKVSecretDefault) Error() string
- func (o *CreateAppKVSecretDefault) GetPayload() *models.RPCStatus
- func (o *CreateAppKVSecretDefault) IsClientError() bool
- func (o *CreateAppKVSecretDefault) IsCode(code int) bool
- func (o *CreateAppKVSecretDefault) IsRedirect() bool
- func (o *CreateAppKVSecretDefault) IsServerError() bool
- func (o *CreateAppKVSecretDefault) IsSuccess() bool
- func (o *CreateAppKVSecretDefault) String() string
- type CreateAppKVSecretOK
- func (o *CreateAppKVSecretOK) Error() string
- func (o *CreateAppKVSecretOK) GetPayload() *models.Secrets20230613CreateAppKVSecretResponse
- func (o *CreateAppKVSecretOK) IsClientError() bool
- func (o *CreateAppKVSecretOK) IsCode(code int) bool
- func (o *CreateAppKVSecretOK) IsRedirect() bool
- func (o *CreateAppKVSecretOK) IsServerError() bool
- func (o *CreateAppKVSecretOK) IsSuccess() bool
- func (o *CreateAppKVSecretOK) String() string
- type CreateAppKVSecretParams
- func NewCreateAppKVSecretParams() *CreateAppKVSecretParams
- func NewCreateAppKVSecretParamsWithContext(ctx context.Context) *CreateAppKVSecretParams
- func NewCreateAppKVSecretParamsWithHTTPClient(client *http.Client) *CreateAppKVSecretParams
- func NewCreateAppKVSecretParamsWithTimeout(timeout time.Duration) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) SetAppName(appName string)
- func (o *CreateAppKVSecretParams) SetBody(body CreateAppKVSecretBody)
- func (o *CreateAppKVSecretParams) SetContext(ctx context.Context)
- func (o *CreateAppKVSecretParams) SetDefaults()
- func (o *CreateAppKVSecretParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppKVSecretParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *CreateAppKVSecretParams) SetLocationProjectID(locationProjectID string)
- func (o *CreateAppKVSecretParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppKVSecretParams) WithAppName(appName string) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithBody(body CreateAppKVSecretBody) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithContext(ctx context.Context) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithDefaults() *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithHTTPClient(client *http.Client) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithLocationProjectID(locationProjectID string) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WithTimeout(timeout time.Duration) *CreateAppKVSecretParams
- func (o *CreateAppKVSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppKVSecretParamsBodyLocation
- func (o *CreateAppKVSecretParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppKVSecretParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *CreateAppKVSecretParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *CreateAppKVSecretParamsBodyLocation) Validate(formats strfmt.Registry) error
- type CreateAppKVSecretReader
- type CreateAppOK
- func (o *CreateAppOK) Error() string
- func (o *CreateAppOK) GetPayload() *models.Secrets20230613CreateAppResponse
- func (o *CreateAppOK) IsClientError() bool
- func (o *CreateAppOK) IsCode(code int) bool
- func (o *CreateAppOK) IsRedirect() bool
- func (o *CreateAppOK) IsServerError() bool
- func (o *CreateAppOK) IsSuccess() bool
- func (o *CreateAppOK) String() string
- type CreateAppParams
- func (o *CreateAppParams) SetBody(body CreateAppBody)
- func (o *CreateAppParams) SetContext(ctx context.Context)
- func (o *CreateAppParams) SetDefaults()
- func (o *CreateAppParams) SetHTTPClient(client *http.Client)
- func (o *CreateAppParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *CreateAppParams) SetLocationProjectID(locationProjectID string)
- func (o *CreateAppParams) SetTimeout(timeout time.Duration)
- func (o *CreateAppParams) WithBody(body CreateAppBody) *CreateAppParams
- func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
- func (o *CreateAppParams) WithDefaults() *CreateAppParams
- func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
- func (o *CreateAppParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAppParams
- func (o *CreateAppParams) WithLocationProjectID(locationProjectID string) *CreateAppParams
- func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
- func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAppParamsBodyLocation
- func (o *CreateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAppParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *CreateAppParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *CreateAppParamsBodyLocation) Validate(formats strfmt.Registry) error
- type CreateAppReader
- type CreateAwsSmSyncIntegrationBody
- func (o *CreateAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *CreateAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *CreateAwsSmSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type CreateAwsSmSyncIntegrationDefault
- func (o *CreateAwsSmSyncIntegrationDefault) Code() int
- func (o *CreateAwsSmSyncIntegrationDefault) Error() string
- func (o *CreateAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *CreateAwsSmSyncIntegrationDefault) IsClientError() bool
- func (o *CreateAwsSmSyncIntegrationDefault) IsCode(code int) bool
- func (o *CreateAwsSmSyncIntegrationDefault) IsRedirect() bool
- func (o *CreateAwsSmSyncIntegrationDefault) IsServerError() bool
- func (o *CreateAwsSmSyncIntegrationDefault) IsSuccess() bool
- func (o *CreateAwsSmSyncIntegrationDefault) String() string
- type CreateAwsSmSyncIntegrationOK
- func (o *CreateAwsSmSyncIntegrationOK) Error() string
- func (o *CreateAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613CreateSyncIntegrationResponse
- func (o *CreateAwsSmSyncIntegrationOK) IsClientError() bool
- func (o *CreateAwsSmSyncIntegrationOK) IsCode(code int) bool
- func (o *CreateAwsSmSyncIntegrationOK) IsRedirect() bool
- func (o *CreateAwsSmSyncIntegrationOK) IsServerError() bool
- func (o *CreateAwsSmSyncIntegrationOK) IsSuccess() bool
- func (o *CreateAwsSmSyncIntegrationOK) String() string
- type CreateAwsSmSyncIntegrationParams
- func NewCreateAwsSmSyncIntegrationParams() *CreateAwsSmSyncIntegrationParams
- func NewCreateAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *CreateAwsSmSyncIntegrationParams
- func NewCreateAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateAwsSmSyncIntegrationParams
- func NewCreateAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) SetBody(body CreateAwsSmSyncIntegrationBody)
- func (o *CreateAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *CreateAwsSmSyncIntegrationParams) SetDefaults()
- func (o *CreateAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *CreateAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *CreateAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *CreateAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *CreateAwsSmSyncIntegrationParams) WithBody(body CreateAwsSmSyncIntegrationBody) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithDefaults() *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *CreateAwsSmSyncIntegrationParams
- func (o *CreateAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateAwsSmSyncIntegrationParamsBodyLocation
- func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type CreateAwsSmSyncIntegrationReader
- type CreateGhRepoSyncIntegrationBody
- func (o *CreateGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *CreateGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *CreateGhRepoSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type CreateGhRepoSyncIntegrationDefault
- func (o *CreateGhRepoSyncIntegrationDefault) Code() int
- func (o *CreateGhRepoSyncIntegrationDefault) Error() string
- func (o *CreateGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *CreateGhRepoSyncIntegrationDefault) IsClientError() bool
- func (o *CreateGhRepoSyncIntegrationDefault) IsCode(code int) bool
- func (o *CreateGhRepoSyncIntegrationDefault) IsRedirect() bool
- func (o *CreateGhRepoSyncIntegrationDefault) IsServerError() bool
- func (o *CreateGhRepoSyncIntegrationDefault) IsSuccess() bool
- func (o *CreateGhRepoSyncIntegrationDefault) String() string
- type CreateGhRepoSyncIntegrationOK
- func (o *CreateGhRepoSyncIntegrationOK) Error() string
- func (o *CreateGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613CreateSyncIntegrationResponse
- func (o *CreateGhRepoSyncIntegrationOK) IsClientError() bool
- func (o *CreateGhRepoSyncIntegrationOK) IsCode(code int) bool
- func (o *CreateGhRepoSyncIntegrationOK) IsRedirect() bool
- func (o *CreateGhRepoSyncIntegrationOK) IsServerError() bool
- func (o *CreateGhRepoSyncIntegrationOK) IsSuccess() bool
- func (o *CreateGhRepoSyncIntegrationOK) String() string
- type CreateGhRepoSyncIntegrationParams
- func NewCreateGhRepoSyncIntegrationParams() *CreateGhRepoSyncIntegrationParams
- func NewCreateGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *CreateGhRepoSyncIntegrationParams
- func NewCreateGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateGhRepoSyncIntegrationParams
- func NewCreateGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) SetBody(body CreateGhRepoSyncIntegrationBody)
- func (o *CreateGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *CreateGhRepoSyncIntegrationParams) SetDefaults()
- func (o *CreateGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *CreateGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *CreateGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *CreateGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *CreateGhRepoSyncIntegrationParams) WithBody(body CreateGhRepoSyncIntegrationBody) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithDefaults() *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *CreateGhRepoSyncIntegrationParams
- func (o *CreateGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateGhRepoSyncIntegrationParamsBodyLocation
- func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type CreateGhRepoSyncIntegrationReader
- type DeleteAppDefault
- func (o *DeleteAppDefault) Code() int
- func (o *DeleteAppDefault) Error() string
- func (o *DeleteAppDefault) GetPayload() *models.RPCStatus
- func (o *DeleteAppDefault) IsClientError() bool
- func (o *DeleteAppDefault) IsCode(code int) bool
- func (o *DeleteAppDefault) IsRedirect() bool
- func (o *DeleteAppDefault) IsServerError() bool
- func (o *DeleteAppDefault) IsSuccess() bool
- func (o *DeleteAppDefault) String() string
- type DeleteAppOK
- func (o *DeleteAppOK) Error() string
- func (o *DeleteAppOK) GetPayload() models.Secrets20230613DeleteAppResponse
- func (o *DeleteAppOK) IsClientError() bool
- func (o *DeleteAppOK) IsCode(code int) bool
- func (o *DeleteAppOK) IsRedirect() bool
- func (o *DeleteAppOK) IsServerError() bool
- func (o *DeleteAppOK) IsSuccess() bool
- func (o *DeleteAppOK) String() string
- type DeleteAppParams
- func (o *DeleteAppParams) SetContext(ctx context.Context)
- func (o *DeleteAppParams) SetDefaults()
- func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteAppParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteAppParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteAppParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteAppParams) SetName(name string)
- func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
- func (o *DeleteAppParams) WithDefaults() *DeleteAppParams
- func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
- func (o *DeleteAppParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteAppParams
- func (o *DeleteAppParams) WithLocationProjectID(locationProjectID string) *DeleteAppParams
- func (o *DeleteAppParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteAppParams
- func (o *DeleteAppParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteAppParams
- func (o *DeleteAppParams) WithName(name string) *DeleteAppParams
- func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
- func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppReader
- type DeleteAppSecretDefault
- func (o *DeleteAppSecretDefault) Code() int
- func (o *DeleteAppSecretDefault) Error() string
- func (o *DeleteAppSecretDefault) GetPayload() *models.RPCStatus
- func (o *DeleteAppSecretDefault) IsClientError() bool
- func (o *DeleteAppSecretDefault) IsCode(code int) bool
- func (o *DeleteAppSecretDefault) IsRedirect() bool
- func (o *DeleteAppSecretDefault) IsServerError() bool
- func (o *DeleteAppSecretDefault) IsSuccess() bool
- func (o *DeleteAppSecretDefault) String() string
- type DeleteAppSecretOK
- func (o *DeleteAppSecretOK) Error() string
- func (o *DeleteAppSecretOK) GetPayload() models.Secrets20230613DeleteAppSecretResponse
- func (o *DeleteAppSecretOK) IsClientError() bool
- func (o *DeleteAppSecretOK) IsCode(code int) bool
- func (o *DeleteAppSecretOK) IsRedirect() bool
- func (o *DeleteAppSecretOK) IsServerError() bool
- func (o *DeleteAppSecretOK) IsSuccess() bool
- func (o *DeleteAppSecretOK) String() string
- type DeleteAppSecretParams
- func NewDeleteAppSecretParams() *DeleteAppSecretParams
- func NewDeleteAppSecretParamsWithContext(ctx context.Context) *DeleteAppSecretParams
- func NewDeleteAppSecretParamsWithHTTPClient(client *http.Client) *DeleteAppSecretParams
- func NewDeleteAppSecretParamsWithTimeout(timeout time.Duration) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) SetAppName(appName string)
- func (o *DeleteAppSecretParams) SetContext(ctx context.Context)
- func (o *DeleteAppSecretParams) SetDefaults()
- func (o *DeleteAppSecretParams) SetHTTPClient(client *http.Client)
- func (o *DeleteAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteAppSecretParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteAppSecretParams) SetSecretName(secretName string)
- func (o *DeleteAppSecretParams) SetTimeout(timeout time.Duration)
- func (o *DeleteAppSecretParams) WithAppName(appName string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithContext(ctx context.Context) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithDefaults() *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithHTTPClient(client *http.Client) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithLocationProjectID(locationProjectID string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithSecretName(secretName string) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WithTimeout(timeout time.Duration) *DeleteAppSecretParams
- func (o *DeleteAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteAppSecretReader
- type DeleteSyncInstallationDefault
- func (o *DeleteSyncInstallationDefault) Code() int
- func (o *DeleteSyncInstallationDefault) Error() string
- func (o *DeleteSyncInstallationDefault) GetPayload() *models.RPCStatus
- func (o *DeleteSyncInstallationDefault) IsClientError() bool
- func (o *DeleteSyncInstallationDefault) IsCode(code int) bool
- func (o *DeleteSyncInstallationDefault) IsRedirect() bool
- func (o *DeleteSyncInstallationDefault) IsServerError() bool
- func (o *DeleteSyncInstallationDefault) IsSuccess() bool
- func (o *DeleteSyncInstallationDefault) String() string
- type DeleteSyncInstallationOK
- func (o *DeleteSyncInstallationOK) Error() string
- func (o *DeleteSyncInstallationOK) GetPayload() models.Secrets20230613DeleteSyncInstallationResponse
- func (o *DeleteSyncInstallationOK) IsClientError() bool
- func (o *DeleteSyncInstallationOK) IsCode(code int) bool
- func (o *DeleteSyncInstallationOK) IsRedirect() bool
- func (o *DeleteSyncInstallationOK) IsServerError() bool
- func (o *DeleteSyncInstallationOK) IsSuccess() bool
- func (o *DeleteSyncInstallationOK) String() string
- type DeleteSyncInstallationParams
- func NewDeleteSyncInstallationParams() *DeleteSyncInstallationParams
- func NewDeleteSyncInstallationParamsWithContext(ctx context.Context) *DeleteSyncInstallationParams
- func NewDeleteSyncInstallationParamsWithHTTPClient(client *http.Client) *DeleteSyncInstallationParams
- func NewDeleteSyncInstallationParamsWithTimeout(timeout time.Duration) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) SetContext(ctx context.Context)
- func (o *DeleteSyncInstallationParams) SetDefaults()
- func (o *DeleteSyncInstallationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteSyncInstallationParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteSyncInstallationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteSyncInstallationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteSyncInstallationParams) SetName(name string)
- func (o *DeleteSyncInstallationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSyncInstallationParams) WithContext(ctx context.Context) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithDefaults() *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithHTTPClient(client *http.Client) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithLocationProjectID(locationProjectID string) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithName(name string) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WithTimeout(timeout time.Duration) *DeleteSyncInstallationParams
- func (o *DeleteSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSyncInstallationReader
- type DeleteSyncIntegrationDefault
- func (o *DeleteSyncIntegrationDefault) Code() int
- func (o *DeleteSyncIntegrationDefault) Error() string
- func (o *DeleteSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *DeleteSyncIntegrationDefault) IsClientError() bool
- func (o *DeleteSyncIntegrationDefault) IsCode(code int) bool
- func (o *DeleteSyncIntegrationDefault) IsRedirect() bool
- func (o *DeleteSyncIntegrationDefault) IsServerError() bool
- func (o *DeleteSyncIntegrationDefault) IsSuccess() bool
- func (o *DeleteSyncIntegrationDefault) String() string
- type DeleteSyncIntegrationOK
- func (o *DeleteSyncIntegrationOK) Error() string
- func (o *DeleteSyncIntegrationOK) GetPayload() models.Secrets20230613DeleteSyncIntegrationResponse
- func (o *DeleteSyncIntegrationOK) IsClientError() bool
- func (o *DeleteSyncIntegrationOK) IsCode(code int) bool
- func (o *DeleteSyncIntegrationOK) IsRedirect() bool
- func (o *DeleteSyncIntegrationOK) IsServerError() bool
- func (o *DeleteSyncIntegrationOK) IsSuccess() bool
- func (o *DeleteSyncIntegrationOK) String() string
- type DeleteSyncIntegrationParams
- func NewDeleteSyncIntegrationParams() *DeleteSyncIntegrationParams
- func NewDeleteSyncIntegrationParamsWithContext(ctx context.Context) *DeleteSyncIntegrationParams
- func NewDeleteSyncIntegrationParamsWithHTTPClient(client *http.Client) *DeleteSyncIntegrationParams
- func NewDeleteSyncIntegrationParamsWithTimeout(timeout time.Duration) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *DeleteSyncIntegrationParams) SetDefaults()
- func (o *DeleteSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *DeleteSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *DeleteSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *DeleteSyncIntegrationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *DeleteSyncIntegrationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *DeleteSyncIntegrationParams) SetName(name string)
- func (o *DeleteSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *DeleteSyncIntegrationParams) WithContext(ctx context.Context) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithDefaults() *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithHTTPClient(client *http.Client) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithName(name string) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WithTimeout(timeout time.Duration) *DeleteSyncIntegrationParams
- func (o *DeleteSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteSyncIntegrationReader
- type ForceSyncBody
- type ForceSyncDefault
- func (o *ForceSyncDefault) Code() int
- func (o *ForceSyncDefault) Error() string
- func (o *ForceSyncDefault) GetPayload() *models.RPCStatus
- func (o *ForceSyncDefault) IsClientError() bool
- func (o *ForceSyncDefault) IsCode(code int) bool
- func (o *ForceSyncDefault) IsRedirect() bool
- func (o *ForceSyncDefault) IsServerError() bool
- func (o *ForceSyncDefault) IsSuccess() bool
- func (o *ForceSyncDefault) String() string
- type ForceSyncOK
- func (o *ForceSyncOK) Error() string
- func (o *ForceSyncOK) GetPayload() models.Secrets20230613ForceSyncResponse
- func (o *ForceSyncOK) IsClientError() bool
- func (o *ForceSyncOK) IsCode(code int) bool
- func (o *ForceSyncOK) IsRedirect() bool
- func (o *ForceSyncOK) IsServerError() bool
- func (o *ForceSyncOK) IsSuccess() bool
- func (o *ForceSyncOK) String() string
- type ForceSyncParams
- func (o *ForceSyncParams) SetBody(body ForceSyncBody)
- func (o *ForceSyncParams) SetContext(ctx context.Context)
- func (o *ForceSyncParams) SetDefaults()
- func (o *ForceSyncParams) SetHTTPClient(client *http.Client)
- func (o *ForceSyncParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ForceSyncParams) SetLocationProjectID(locationProjectID string)
- func (o *ForceSyncParams) SetTimeout(timeout time.Duration)
- func (o *ForceSyncParams) WithBody(body ForceSyncBody) *ForceSyncParams
- func (o *ForceSyncParams) WithContext(ctx context.Context) *ForceSyncParams
- func (o *ForceSyncParams) WithDefaults() *ForceSyncParams
- func (o *ForceSyncParams) WithHTTPClient(client *http.Client) *ForceSyncParams
- func (o *ForceSyncParams) WithLocationOrganizationID(locationOrganizationID string) *ForceSyncParams
- func (o *ForceSyncParams) WithLocationProjectID(locationProjectID string) *ForceSyncParams
- func (o *ForceSyncParams) WithTimeout(timeout time.Duration) *ForceSyncParams
- func (o *ForceSyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ForceSyncParamsBodyLocation
- func (o *ForceSyncParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *ForceSyncParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *ForceSyncParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *ForceSyncParamsBodyLocation) Validate(formats strfmt.Registry) error
- type ForceSyncReader
- type GetAppDefault
- func (o *GetAppDefault) Code() int
- func (o *GetAppDefault) Error() string
- func (o *GetAppDefault) GetPayload() *models.RPCStatus
- func (o *GetAppDefault) IsClientError() bool
- func (o *GetAppDefault) IsCode(code int) bool
- func (o *GetAppDefault) IsRedirect() bool
- func (o *GetAppDefault) IsServerError() bool
- func (o *GetAppDefault) IsSuccess() bool
- func (o *GetAppDefault) String() string
- type GetAppOK
- func (o *GetAppOK) Error() string
- func (o *GetAppOK) GetPayload() *models.Secrets20230613GetAppResponse
- func (o *GetAppOK) IsClientError() bool
- func (o *GetAppOK) IsCode(code int) bool
- func (o *GetAppOK) IsRedirect() bool
- func (o *GetAppOK) IsServerError() bool
- func (o *GetAppOK) IsSuccess() bool
- func (o *GetAppOK) String() string
- type GetAppParams
- func (o *GetAppParams) SetContext(ctx context.Context)
- func (o *GetAppParams) SetDefaults()
- func (o *GetAppParams) SetHTTPClient(client *http.Client)
- func (o *GetAppParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAppParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAppParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAppParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAppParams) SetName(name string)
- func (o *GetAppParams) SetTimeout(timeout time.Duration)
- func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams
- func (o *GetAppParams) WithDefaults() *GetAppParams
- func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams
- func (o *GetAppParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppParams
- func (o *GetAppParams) WithLocationProjectID(locationProjectID string) *GetAppParams
- func (o *GetAppParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppParams
- func (o *GetAppParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppParams
- func (o *GetAppParams) WithName(name string) *GetAppParams
- func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams
- func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppReader
- type GetAppSecretDefault
- func (o *GetAppSecretDefault) Code() int
- func (o *GetAppSecretDefault) Error() string
- func (o *GetAppSecretDefault) GetPayload() *models.RPCStatus
- func (o *GetAppSecretDefault) IsClientError() bool
- func (o *GetAppSecretDefault) IsCode(code int) bool
- func (o *GetAppSecretDefault) IsRedirect() bool
- func (o *GetAppSecretDefault) IsServerError() bool
- func (o *GetAppSecretDefault) IsSuccess() bool
- func (o *GetAppSecretDefault) String() string
- type GetAppSecretOK
- func (o *GetAppSecretOK) Error() string
- func (o *GetAppSecretOK) GetPayload() *models.Secrets20230613GetAppSecretResponse
- func (o *GetAppSecretOK) IsClientError() bool
- func (o *GetAppSecretOK) IsCode(code int) bool
- func (o *GetAppSecretOK) IsRedirect() bool
- func (o *GetAppSecretOK) IsServerError() bool
- func (o *GetAppSecretOK) IsSuccess() bool
- func (o *GetAppSecretOK) String() string
- type GetAppSecretParams
- func (o *GetAppSecretParams) SetAppName(appName string)
- func (o *GetAppSecretParams) SetContext(ctx context.Context)
- func (o *GetAppSecretParams) SetDefaults()
- func (o *GetAppSecretParams) SetHTTPClient(client *http.Client)
- func (o *GetAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAppSecretParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAppSecretParams) SetSecretName(secretName string)
- func (o *GetAppSecretParams) SetTimeout(timeout time.Duration)
- func (o *GetAppSecretParams) WithAppName(appName string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithContext(ctx context.Context) *GetAppSecretParams
- func (o *GetAppSecretParams) WithDefaults() *GetAppSecretParams
- func (o *GetAppSecretParams) WithHTTPClient(client *http.Client) *GetAppSecretParams
- func (o *GetAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithLocationProjectID(locationProjectID string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithSecretName(secretName string) *GetAppSecretParams
- func (o *GetAppSecretParams) WithTimeout(timeout time.Duration) *GetAppSecretParams
- func (o *GetAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppSecretReader
- type GetAppSecretVersionDefault
- func (o *GetAppSecretVersionDefault) Code() int
- func (o *GetAppSecretVersionDefault) Error() string
- func (o *GetAppSecretVersionDefault) GetPayload() *models.RPCStatus
- func (o *GetAppSecretVersionDefault) IsClientError() bool
- func (o *GetAppSecretVersionDefault) IsCode(code int) bool
- func (o *GetAppSecretVersionDefault) IsRedirect() bool
- func (o *GetAppSecretVersionDefault) IsServerError() bool
- func (o *GetAppSecretVersionDefault) IsSuccess() bool
- func (o *GetAppSecretVersionDefault) String() string
- type GetAppSecretVersionOK
- func (o *GetAppSecretVersionOK) Error() string
- func (o *GetAppSecretVersionOK) GetPayload() *models.Secrets20230613GetAppSecretVersionResponse
- func (o *GetAppSecretVersionOK) IsClientError() bool
- func (o *GetAppSecretVersionOK) IsCode(code int) bool
- func (o *GetAppSecretVersionOK) IsRedirect() bool
- func (o *GetAppSecretVersionOK) IsServerError() bool
- func (o *GetAppSecretVersionOK) IsSuccess() bool
- func (o *GetAppSecretVersionOK) String() string
- type GetAppSecretVersionParams
- func NewGetAppSecretVersionParams() *GetAppSecretVersionParams
- func NewGetAppSecretVersionParamsWithContext(ctx context.Context) *GetAppSecretVersionParams
- func NewGetAppSecretVersionParamsWithHTTPClient(client *http.Client) *GetAppSecretVersionParams
- func NewGetAppSecretVersionParamsWithTimeout(timeout time.Duration) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) SetAppName(appName string)
- func (o *GetAppSecretVersionParams) SetContext(ctx context.Context)
- func (o *GetAppSecretVersionParams) SetDefaults()
- func (o *GetAppSecretVersionParams) SetHTTPClient(client *http.Client)
- func (o *GetAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetAppSecretVersionParams) SetLocationProjectID(locationProjectID string)
- func (o *GetAppSecretVersionParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetAppSecretVersionParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetAppSecretVersionParams) SetSecretName(secretName string)
- func (o *GetAppSecretVersionParams) SetTimeout(timeout time.Duration)
- func (o *GetAppSecretVersionParams) SetVersion(version string)
- func (o *GetAppSecretVersionParams) WithAppName(appName string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithContext(ctx context.Context) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithDefaults() *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithHTTPClient(client *http.Client) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithLocationProjectID(locationProjectID string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithSecretName(secretName string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithTimeout(timeout time.Duration) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WithVersion(version string) *GetAppSecretVersionParams
- func (o *GetAppSecretVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAppSecretVersionReader
- type GetSyncInstallationDefault
- func (o *GetSyncInstallationDefault) Code() int
- func (o *GetSyncInstallationDefault) Error() string
- func (o *GetSyncInstallationDefault) GetPayload() *models.RPCStatus
- func (o *GetSyncInstallationDefault) IsClientError() bool
- func (o *GetSyncInstallationDefault) IsCode(code int) bool
- func (o *GetSyncInstallationDefault) IsRedirect() bool
- func (o *GetSyncInstallationDefault) IsServerError() bool
- func (o *GetSyncInstallationDefault) IsSuccess() bool
- func (o *GetSyncInstallationDefault) String() string
- type GetSyncInstallationOK
- func (o *GetSyncInstallationOK) Error() string
- func (o *GetSyncInstallationOK) GetPayload() *models.Secrets20230613GetSyncInstallationResponse
- func (o *GetSyncInstallationOK) IsClientError() bool
- func (o *GetSyncInstallationOK) IsCode(code int) bool
- func (o *GetSyncInstallationOK) IsRedirect() bool
- func (o *GetSyncInstallationOK) IsServerError() bool
- func (o *GetSyncInstallationOK) IsSuccess() bool
- func (o *GetSyncInstallationOK) String() string
- type GetSyncInstallationParams
- func NewGetSyncInstallationParams() *GetSyncInstallationParams
- func NewGetSyncInstallationParamsWithContext(ctx context.Context) *GetSyncInstallationParams
- func NewGetSyncInstallationParamsWithHTTPClient(client *http.Client) *GetSyncInstallationParams
- func NewGetSyncInstallationParamsWithTimeout(timeout time.Duration) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) SetContext(ctx context.Context)
- func (o *GetSyncInstallationParams) SetDefaults()
- func (o *GetSyncInstallationParams) SetHTTPClient(client *http.Client)
- func (o *GetSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetSyncInstallationParams) SetLocationProjectID(locationProjectID string)
- func (o *GetSyncInstallationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetSyncInstallationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetSyncInstallationParams) SetName(name string)
- func (o *GetSyncInstallationParams) SetTimeout(timeout time.Duration)
- func (o *GetSyncInstallationParams) WithContext(ctx context.Context) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithDefaults() *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithHTTPClient(client *http.Client) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithLocationProjectID(locationProjectID string) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithName(name string) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WithTimeout(timeout time.Duration) *GetSyncInstallationParams
- func (o *GetSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSyncInstallationReader
- type GetSyncIntegrationDefault
- func (o *GetSyncIntegrationDefault) Code() int
- func (o *GetSyncIntegrationDefault) Error() string
- func (o *GetSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *GetSyncIntegrationDefault) IsClientError() bool
- func (o *GetSyncIntegrationDefault) IsCode(code int) bool
- func (o *GetSyncIntegrationDefault) IsRedirect() bool
- func (o *GetSyncIntegrationDefault) IsServerError() bool
- func (o *GetSyncIntegrationDefault) IsSuccess() bool
- func (o *GetSyncIntegrationDefault) String() string
- type GetSyncIntegrationOK
- func (o *GetSyncIntegrationOK) Error() string
- func (o *GetSyncIntegrationOK) GetPayload() *models.Secrets20230613GetSyncIntegrationResponse
- func (o *GetSyncIntegrationOK) IsClientError() bool
- func (o *GetSyncIntegrationOK) IsCode(code int) bool
- func (o *GetSyncIntegrationOK) IsRedirect() bool
- func (o *GetSyncIntegrationOK) IsServerError() bool
- func (o *GetSyncIntegrationOK) IsSuccess() bool
- func (o *GetSyncIntegrationOK) String() string
- type GetSyncIntegrationParams
- func NewGetSyncIntegrationParams() *GetSyncIntegrationParams
- func NewGetSyncIntegrationParamsWithContext(ctx context.Context) *GetSyncIntegrationParams
- func NewGetSyncIntegrationParamsWithHTTPClient(client *http.Client) *GetSyncIntegrationParams
- func NewGetSyncIntegrationParamsWithTimeout(timeout time.Duration) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *GetSyncIntegrationParams) SetDefaults()
- func (o *GetSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *GetSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *GetSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *GetSyncIntegrationParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *GetSyncIntegrationParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *GetSyncIntegrationParams) SetName(name string)
- func (o *GetSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *GetSyncIntegrationParams) WithContext(ctx context.Context) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithDefaults() *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithHTTPClient(client *http.Client) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithName(name string) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WithTimeout(timeout time.Duration) *GetSyncIntegrationParams
- func (o *GetSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSyncIntegrationReader
- type ListAppSecretVersionsDefault
- func (o *ListAppSecretVersionsDefault) Code() int
- func (o *ListAppSecretVersionsDefault) Error() string
- func (o *ListAppSecretVersionsDefault) GetPayload() *models.RPCStatus
- func (o *ListAppSecretVersionsDefault) IsClientError() bool
- func (o *ListAppSecretVersionsDefault) IsCode(code int) bool
- func (o *ListAppSecretVersionsDefault) IsRedirect() bool
- func (o *ListAppSecretVersionsDefault) IsServerError() bool
- func (o *ListAppSecretVersionsDefault) IsSuccess() bool
- func (o *ListAppSecretVersionsDefault) String() string
- type ListAppSecretVersionsOK
- func (o *ListAppSecretVersionsOK) Error() string
- func (o *ListAppSecretVersionsOK) GetPayload() *models.Secrets20230613ListAppSecretVersionsResponse
- func (o *ListAppSecretVersionsOK) IsClientError() bool
- func (o *ListAppSecretVersionsOK) IsCode(code int) bool
- func (o *ListAppSecretVersionsOK) IsRedirect() bool
- func (o *ListAppSecretVersionsOK) IsServerError() bool
- func (o *ListAppSecretVersionsOK) IsSuccess() bool
- func (o *ListAppSecretVersionsOK) String() string
- type ListAppSecretVersionsParams
- func NewListAppSecretVersionsParams() *ListAppSecretVersionsParams
- func NewListAppSecretVersionsParamsWithContext(ctx context.Context) *ListAppSecretVersionsParams
- func NewListAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListAppSecretVersionsParams
- func NewListAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) SetAppName(appName string)
- func (o *ListAppSecretVersionsParams) SetContext(ctx context.Context)
- func (o *ListAppSecretVersionsParams) SetDefaults()
- func (o *ListAppSecretVersionsParams) SetHTTPClient(client *http.Client)
- func (o *ListAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)
- func (o *ListAppSecretVersionsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListAppSecretVersionsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListAppSecretVersionsParams) SetSecretName(secretName string)
- func (o *ListAppSecretVersionsParams) SetTimeout(timeout time.Duration)
- func (o *ListAppSecretVersionsParams) WithAppName(appName string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithContext(ctx context.Context) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithDefaults() *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithHTTPClient(client *http.Client) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithLocationProjectID(locationProjectID string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithSecretName(secretName string) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WithTimeout(timeout time.Duration) *ListAppSecretVersionsParams
- func (o *ListAppSecretVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAppSecretVersionsReader
- type ListAppSecretsDefault
- func (o *ListAppSecretsDefault) Code() int
- func (o *ListAppSecretsDefault) Error() string
- func (o *ListAppSecretsDefault) GetPayload() *models.RPCStatus
- func (o *ListAppSecretsDefault) IsClientError() bool
- func (o *ListAppSecretsDefault) IsCode(code int) bool
- func (o *ListAppSecretsDefault) IsRedirect() bool
- func (o *ListAppSecretsDefault) IsServerError() bool
- func (o *ListAppSecretsDefault) IsSuccess() bool
- func (o *ListAppSecretsDefault) String() string
- type ListAppSecretsOK
- func (o *ListAppSecretsOK) Error() string
- func (o *ListAppSecretsOK) GetPayload() *models.Secrets20230613ListAppSecretsResponse
- func (o *ListAppSecretsOK) IsClientError() bool
- func (o *ListAppSecretsOK) IsCode(code int) bool
- func (o *ListAppSecretsOK) IsRedirect() bool
- func (o *ListAppSecretsOK) IsServerError() bool
- func (o *ListAppSecretsOK) IsSuccess() bool
- func (o *ListAppSecretsOK) String() string
- type ListAppSecretsParams
- func NewListAppSecretsParams() *ListAppSecretsParams
- func NewListAppSecretsParamsWithContext(ctx context.Context) *ListAppSecretsParams
- func NewListAppSecretsParamsWithHTTPClient(client *http.Client) *ListAppSecretsParams
- func NewListAppSecretsParamsWithTimeout(timeout time.Duration) *ListAppSecretsParams
- func (o *ListAppSecretsParams) SetAppName(appName string)
- func (o *ListAppSecretsParams) SetContext(ctx context.Context)
- func (o *ListAppSecretsParams) SetDefaults()
- func (o *ListAppSecretsParams) SetHTTPClient(client *http.Client)
- func (o *ListAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListAppSecretsParams) SetLocationProjectID(locationProjectID string)
- func (o *ListAppSecretsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListAppSecretsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListAppSecretsParams) SetTimeout(timeout time.Duration)
- func (o *ListAppSecretsParams) WithAppName(appName string) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithContext(ctx context.Context) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithDefaults() *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithHTTPClient(client *http.Client) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithLocationProjectID(locationProjectID string) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WithTimeout(timeout time.Duration) *ListAppSecretsParams
- func (o *ListAppSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAppSecretsReader
- type ListAppsDefault
- func (o *ListAppsDefault) Code() int
- func (o *ListAppsDefault) Error() string
- func (o *ListAppsDefault) GetPayload() *models.RPCStatus
- func (o *ListAppsDefault) IsClientError() bool
- func (o *ListAppsDefault) IsCode(code int) bool
- func (o *ListAppsDefault) IsRedirect() bool
- func (o *ListAppsDefault) IsServerError() bool
- func (o *ListAppsDefault) IsSuccess() bool
- func (o *ListAppsDefault) String() string
- type ListAppsOK
- func (o *ListAppsOK) Error() string
- func (o *ListAppsOK) GetPayload() *models.Secrets20230613ListAppsResponse
- func (o *ListAppsOK) IsClientError() bool
- func (o *ListAppsOK) IsCode(code int) bool
- func (o *ListAppsOK) IsRedirect() bool
- func (o *ListAppsOK) IsServerError() bool
- func (o *ListAppsOK) IsSuccess() bool
- func (o *ListAppsOK) String() string
- type ListAppsParams
- func (o *ListAppsParams) SetContext(ctx context.Context)
- func (o *ListAppsParams) SetDefaults()
- func (o *ListAppsParams) SetHTTPClient(client *http.Client)
- func (o *ListAppsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListAppsParams) SetLocationProjectID(locationProjectID string)
- func (o *ListAppsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListAppsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListAppsParams) SetTimeout(timeout time.Duration)
- func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams
- func (o *ListAppsParams) WithDefaults() *ListAppsParams
- func (o *ListAppsParams) WithHTTPClient(client *http.Client) *ListAppsParams
- func (o *ListAppsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppsParams
- func (o *ListAppsParams) WithLocationProjectID(locationProjectID string) *ListAppsParams
- func (o *ListAppsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppsParams
- func (o *ListAppsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppsParams
- func (o *ListAppsParams) WithTimeout(timeout time.Duration) *ListAppsParams
- func (o *ListAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListAppsReader
- type ListOpenAppSecretVersionsDefault
- func (o *ListOpenAppSecretVersionsDefault) Code() int
- func (o *ListOpenAppSecretVersionsDefault) Error() string
- func (o *ListOpenAppSecretVersionsDefault) GetPayload() *models.RPCStatus
- func (o *ListOpenAppSecretVersionsDefault) IsClientError() bool
- func (o *ListOpenAppSecretVersionsDefault) IsCode(code int) bool
- func (o *ListOpenAppSecretVersionsDefault) IsRedirect() bool
- func (o *ListOpenAppSecretVersionsDefault) IsServerError() bool
- func (o *ListOpenAppSecretVersionsDefault) IsSuccess() bool
- func (o *ListOpenAppSecretVersionsDefault) String() string
- type ListOpenAppSecretVersionsOK
- func (o *ListOpenAppSecretVersionsOK) Error() string
- func (o *ListOpenAppSecretVersionsOK) GetPayload() *models.Secrets20230613ListOpenAppSecretVersionsResponse
- func (o *ListOpenAppSecretVersionsOK) IsClientError() bool
- func (o *ListOpenAppSecretVersionsOK) IsCode(code int) bool
- func (o *ListOpenAppSecretVersionsOK) IsRedirect() bool
- func (o *ListOpenAppSecretVersionsOK) IsServerError() bool
- func (o *ListOpenAppSecretVersionsOK) IsSuccess() bool
- func (o *ListOpenAppSecretVersionsOK) String() string
- type ListOpenAppSecretVersionsParams
- func NewListOpenAppSecretVersionsParams() *ListOpenAppSecretVersionsParams
- func NewListOpenAppSecretVersionsParamsWithContext(ctx context.Context) *ListOpenAppSecretVersionsParams
- func NewListOpenAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListOpenAppSecretVersionsParams
- func NewListOpenAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) SetAppName(appName string)
- func (o *ListOpenAppSecretVersionsParams) SetContext(ctx context.Context)
- func (o *ListOpenAppSecretVersionsParams) SetDefaults()
- func (o *ListOpenAppSecretVersionsParams) SetHTTPClient(client *http.Client)
- func (o *ListOpenAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListOpenAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)
- func (o *ListOpenAppSecretVersionsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListOpenAppSecretVersionsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListOpenAppSecretVersionsParams) SetSecretName(secretName string)
- func (o *ListOpenAppSecretVersionsParams) SetTimeout(timeout time.Duration)
- func (o *ListOpenAppSecretVersionsParams) WithAppName(appName string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithContext(ctx context.Context) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithDefaults() *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithHTTPClient(client *http.Client) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithLocationOrganizationID(locationOrganizationID string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithLocationProjectID(locationProjectID string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithSecretName(secretName string) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WithTimeout(timeout time.Duration) *ListOpenAppSecretVersionsParams
- func (o *ListOpenAppSecretVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListOpenAppSecretVersionsReader
- type ListSyncIntegrationsDefault
- func (o *ListSyncIntegrationsDefault) Code() int
- func (o *ListSyncIntegrationsDefault) Error() string
- func (o *ListSyncIntegrationsDefault) GetPayload() *models.RPCStatus
- func (o *ListSyncIntegrationsDefault) IsClientError() bool
- func (o *ListSyncIntegrationsDefault) IsCode(code int) bool
- func (o *ListSyncIntegrationsDefault) IsRedirect() bool
- func (o *ListSyncIntegrationsDefault) IsServerError() bool
- func (o *ListSyncIntegrationsDefault) IsSuccess() bool
- func (o *ListSyncIntegrationsDefault) String() string
- type ListSyncIntegrationsOK
- func (o *ListSyncIntegrationsOK) Error() string
- func (o *ListSyncIntegrationsOK) GetPayload() *models.Secrets20230613ListSyncIntegrationsResponse
- func (o *ListSyncIntegrationsOK) IsClientError() bool
- func (o *ListSyncIntegrationsOK) IsCode(code int) bool
- func (o *ListSyncIntegrationsOK) IsRedirect() bool
- func (o *ListSyncIntegrationsOK) IsServerError() bool
- func (o *ListSyncIntegrationsOK) IsSuccess() bool
- func (o *ListSyncIntegrationsOK) String() string
- type ListSyncIntegrationsParams
- func NewListSyncIntegrationsParams() *ListSyncIntegrationsParams
- func NewListSyncIntegrationsParamsWithContext(ctx context.Context) *ListSyncIntegrationsParams
- func NewListSyncIntegrationsParamsWithHTTPClient(client *http.Client) *ListSyncIntegrationsParams
- func NewListSyncIntegrationsParamsWithTimeout(timeout time.Duration) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) SetContext(ctx context.Context)
- func (o *ListSyncIntegrationsParams) SetDefaults()
- func (o *ListSyncIntegrationsParams) SetHTTPClient(client *http.Client)
- func (o *ListSyncIntegrationsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *ListSyncIntegrationsParams) SetLocationProjectID(locationProjectID string)
- func (o *ListSyncIntegrationsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *ListSyncIntegrationsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *ListSyncIntegrationsParams) SetTimeout(timeout time.Duration)
- func (o *ListSyncIntegrationsParams) WithContext(ctx context.Context) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithDefaults() *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithHTTPClient(client *http.Client) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithLocationOrganizationID(locationOrganizationID string) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithLocationProjectID(locationProjectID string) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WithTimeout(timeout time.Duration) *ListSyncIntegrationsParams
- func (o *ListSyncIntegrationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type ListSyncIntegrationsReader
- type OpenAppSecretDefault
- func (o *OpenAppSecretDefault) Code() int
- func (o *OpenAppSecretDefault) Error() string
- func (o *OpenAppSecretDefault) GetPayload() *models.RPCStatus
- func (o *OpenAppSecretDefault) IsClientError() bool
- func (o *OpenAppSecretDefault) IsCode(code int) bool
- func (o *OpenAppSecretDefault) IsRedirect() bool
- func (o *OpenAppSecretDefault) IsServerError() bool
- func (o *OpenAppSecretDefault) IsSuccess() bool
- func (o *OpenAppSecretDefault) String() string
- type OpenAppSecretOK
- func (o *OpenAppSecretOK) Error() string
- func (o *OpenAppSecretOK) GetPayload() *models.Secrets20230613OpenAppSecretResponse
- func (o *OpenAppSecretOK) IsClientError() bool
- func (o *OpenAppSecretOK) IsCode(code int) bool
- func (o *OpenAppSecretOK) IsRedirect() bool
- func (o *OpenAppSecretOK) IsServerError() bool
- func (o *OpenAppSecretOK) IsSuccess() bool
- func (o *OpenAppSecretOK) String() string
- type OpenAppSecretParams
- func (o *OpenAppSecretParams) SetAppName(appName string)
- func (o *OpenAppSecretParams) SetContext(ctx context.Context)
- func (o *OpenAppSecretParams) SetDefaults()
- func (o *OpenAppSecretParams) SetHTTPClient(client *http.Client)
- func (o *OpenAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *OpenAppSecretParams) SetLocationProjectID(locationProjectID string)
- func (o *OpenAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *OpenAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *OpenAppSecretParams) SetSecretName(secretName string)
- func (o *OpenAppSecretParams) SetTimeout(timeout time.Duration)
- func (o *OpenAppSecretParams) WithAppName(appName string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithContext(ctx context.Context) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithDefaults() *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithHTTPClient(client *http.Client) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithSecretName(secretName string) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WithTimeout(timeout time.Duration) *OpenAppSecretParams
- func (o *OpenAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OpenAppSecretReader
- type OpenAppSecretVersionDefault
- func (o *OpenAppSecretVersionDefault) Code() int
- func (o *OpenAppSecretVersionDefault) Error() string
- func (o *OpenAppSecretVersionDefault) GetPayload() *models.RPCStatus
- func (o *OpenAppSecretVersionDefault) IsClientError() bool
- func (o *OpenAppSecretVersionDefault) IsCode(code int) bool
- func (o *OpenAppSecretVersionDefault) IsRedirect() bool
- func (o *OpenAppSecretVersionDefault) IsServerError() bool
- func (o *OpenAppSecretVersionDefault) IsSuccess() bool
- func (o *OpenAppSecretVersionDefault) String() string
- type OpenAppSecretVersionOK
- func (o *OpenAppSecretVersionOK) Error() string
- func (o *OpenAppSecretVersionOK) GetPayload() *models.Secrets20230613OpenAppSecretVersionResponse
- func (o *OpenAppSecretVersionOK) IsClientError() bool
- func (o *OpenAppSecretVersionOK) IsCode(code int) bool
- func (o *OpenAppSecretVersionOK) IsRedirect() bool
- func (o *OpenAppSecretVersionOK) IsServerError() bool
- func (o *OpenAppSecretVersionOK) IsSuccess() bool
- func (o *OpenAppSecretVersionOK) String() string
- type OpenAppSecretVersionParams
- func NewOpenAppSecretVersionParams() *OpenAppSecretVersionParams
- func NewOpenAppSecretVersionParamsWithContext(ctx context.Context) *OpenAppSecretVersionParams
- func NewOpenAppSecretVersionParamsWithHTTPClient(client *http.Client) *OpenAppSecretVersionParams
- func NewOpenAppSecretVersionParamsWithTimeout(timeout time.Duration) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) SetAppName(appName string)
- func (o *OpenAppSecretVersionParams) SetContext(ctx context.Context)
- func (o *OpenAppSecretVersionParams) SetDefaults()
- func (o *OpenAppSecretVersionParams) SetHTTPClient(client *http.Client)
- func (o *OpenAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *OpenAppSecretVersionParams) SetLocationProjectID(locationProjectID string)
- func (o *OpenAppSecretVersionParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *OpenAppSecretVersionParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *OpenAppSecretVersionParams) SetSecretName(secretName string)
- func (o *OpenAppSecretVersionParams) SetTimeout(timeout time.Duration)
- func (o *OpenAppSecretVersionParams) SetVersion(version string)
- func (o *OpenAppSecretVersionParams) WithAppName(appName string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithContext(ctx context.Context) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithDefaults() *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithHTTPClient(client *http.Client) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithSecretName(secretName string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithTimeout(timeout time.Duration) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WithVersion(version string) *OpenAppSecretVersionParams
- func (o *OpenAppSecretVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OpenAppSecretVersionReader
- type OpenAppSecretsDefault
- func (o *OpenAppSecretsDefault) Code() int
- func (o *OpenAppSecretsDefault) Error() string
- func (o *OpenAppSecretsDefault) GetPayload() *models.RPCStatus
- func (o *OpenAppSecretsDefault) IsClientError() bool
- func (o *OpenAppSecretsDefault) IsCode(code int) bool
- func (o *OpenAppSecretsDefault) IsRedirect() bool
- func (o *OpenAppSecretsDefault) IsServerError() bool
- func (o *OpenAppSecretsDefault) IsSuccess() bool
- func (o *OpenAppSecretsDefault) String() string
- type OpenAppSecretsOK
- func (o *OpenAppSecretsOK) Error() string
- func (o *OpenAppSecretsOK) GetPayload() *models.Secrets20230613OpenAppSecretsResponse
- func (o *OpenAppSecretsOK) IsClientError() bool
- func (o *OpenAppSecretsOK) IsCode(code int) bool
- func (o *OpenAppSecretsOK) IsRedirect() bool
- func (o *OpenAppSecretsOK) IsServerError() bool
- func (o *OpenAppSecretsOK) IsSuccess() bool
- func (o *OpenAppSecretsOK) String() string
- type OpenAppSecretsParams
- func NewOpenAppSecretsParams() *OpenAppSecretsParams
- func NewOpenAppSecretsParamsWithContext(ctx context.Context) *OpenAppSecretsParams
- func NewOpenAppSecretsParamsWithHTTPClient(client *http.Client) *OpenAppSecretsParams
- func NewOpenAppSecretsParamsWithTimeout(timeout time.Duration) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) SetAppName(appName string)
- func (o *OpenAppSecretsParams) SetContext(ctx context.Context)
- func (o *OpenAppSecretsParams) SetDefaults()
- func (o *OpenAppSecretsParams) SetHTTPClient(client *http.Client)
- func (o *OpenAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *OpenAppSecretsParams) SetLocationProjectID(locationProjectID string)
- func (o *OpenAppSecretsParams) SetLocationRegionProvider(locationRegionProvider *string)
- func (o *OpenAppSecretsParams) SetLocationRegionRegion(locationRegionRegion *string)
- func (o *OpenAppSecretsParams) SetTimeout(timeout time.Duration)
- func (o *OpenAppSecretsParams) WithAppName(appName string) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithContext(ctx context.Context) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithDefaults() *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithHTTPClient(client *http.Client) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WithTimeout(timeout time.Duration) *OpenAppSecretsParams
- func (o *OpenAppSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type OpenAppSecretsReader
- type UpdateAppBody
- type UpdateAppDefault
- func (o *UpdateAppDefault) Code() int
- func (o *UpdateAppDefault) Error() string
- func (o *UpdateAppDefault) GetPayload() *models.RPCStatus
- func (o *UpdateAppDefault) IsClientError() bool
- func (o *UpdateAppDefault) IsCode(code int) bool
- func (o *UpdateAppDefault) IsRedirect() bool
- func (o *UpdateAppDefault) IsServerError() bool
- func (o *UpdateAppDefault) IsSuccess() bool
- func (o *UpdateAppDefault) String() string
- type UpdateAppOK
- func (o *UpdateAppOK) Error() string
- func (o *UpdateAppOK) GetPayload() *models.Secrets20230613UpdateAppResponse
- func (o *UpdateAppOK) IsClientError() bool
- func (o *UpdateAppOK) IsCode(code int) bool
- func (o *UpdateAppOK) IsRedirect() bool
- func (o *UpdateAppOK) IsServerError() bool
- func (o *UpdateAppOK) IsSuccess() bool
- func (o *UpdateAppOK) String() string
- type UpdateAppParams
- func (o *UpdateAppParams) SetBody(body UpdateAppBody)
- func (o *UpdateAppParams) SetContext(ctx context.Context)
- func (o *UpdateAppParams) SetDefaults()
- func (o *UpdateAppParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAppParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateAppParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateAppParams) SetName(name string)
- func (o *UpdateAppParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAppParams) WithBody(body UpdateAppBody) *UpdateAppParams
- func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams
- func (o *UpdateAppParams) WithDefaults() *UpdateAppParams
- func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams
- func (o *UpdateAppParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateAppParams
- func (o *UpdateAppParams) WithLocationProjectID(locationProjectID string) *UpdateAppParams
- func (o *UpdateAppParams) WithName(name string) *UpdateAppParams
- func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams
- func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAppParamsBodyLocation
- func (o *UpdateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAppParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpdateAppParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpdateAppParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpdateAppReader
- type UpdateAwsSmSyncIntegrationBody
- func (o *UpdateAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *UpdateAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *UpdateAwsSmSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type UpdateAwsSmSyncIntegrationDefault
- func (o *UpdateAwsSmSyncIntegrationDefault) Code() int
- func (o *UpdateAwsSmSyncIntegrationDefault) Error() string
- func (o *UpdateAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *UpdateAwsSmSyncIntegrationDefault) IsClientError() bool
- func (o *UpdateAwsSmSyncIntegrationDefault) IsCode(code int) bool
- func (o *UpdateAwsSmSyncIntegrationDefault) IsRedirect() bool
- func (o *UpdateAwsSmSyncIntegrationDefault) IsServerError() bool
- func (o *UpdateAwsSmSyncIntegrationDefault) IsSuccess() bool
- func (o *UpdateAwsSmSyncIntegrationDefault) String() string
- type UpdateAwsSmSyncIntegrationOK
- func (o *UpdateAwsSmSyncIntegrationOK) Error() string
- func (o *UpdateAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613UpdateSyncIntegrationResponse
- func (o *UpdateAwsSmSyncIntegrationOK) IsClientError() bool
- func (o *UpdateAwsSmSyncIntegrationOK) IsCode(code int) bool
- func (o *UpdateAwsSmSyncIntegrationOK) IsRedirect() bool
- func (o *UpdateAwsSmSyncIntegrationOK) IsServerError() bool
- func (o *UpdateAwsSmSyncIntegrationOK) IsSuccess() bool
- func (o *UpdateAwsSmSyncIntegrationOK) String() string
- type UpdateAwsSmSyncIntegrationParams
- func NewUpdateAwsSmSyncIntegrationParams() *UpdateAwsSmSyncIntegrationParams
- func NewUpdateAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *UpdateAwsSmSyncIntegrationParams
- func NewUpdateAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpdateAwsSmSyncIntegrationParams
- func NewUpdateAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) SetBody(body UpdateAwsSmSyncIntegrationBody)
- func (o *UpdateAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *UpdateAwsSmSyncIntegrationParams) SetDefaults()
- func (o *UpdateAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateAwsSmSyncIntegrationParams) SetName(name string)
- func (o *UpdateAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateAwsSmSyncIntegrationParams) WithBody(body UpdateAwsSmSyncIntegrationBody) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithDefaults() *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithName(name string) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpdateAwsSmSyncIntegrationParams
- func (o *UpdateAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateAwsSmSyncIntegrationParamsBodyLocation
- func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpdateAwsSmSyncIntegrationReader
- type UpdateGhRepoSyncIntegrationBody
- func (o *UpdateGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *UpdateGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *UpdateGhRepoSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type UpdateGhRepoSyncIntegrationDefault
- func (o *UpdateGhRepoSyncIntegrationDefault) Code() int
- func (o *UpdateGhRepoSyncIntegrationDefault) Error() string
- func (o *UpdateGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *UpdateGhRepoSyncIntegrationDefault) IsClientError() bool
- func (o *UpdateGhRepoSyncIntegrationDefault) IsCode(code int) bool
- func (o *UpdateGhRepoSyncIntegrationDefault) IsRedirect() bool
- func (o *UpdateGhRepoSyncIntegrationDefault) IsServerError() bool
- func (o *UpdateGhRepoSyncIntegrationDefault) IsSuccess() bool
- func (o *UpdateGhRepoSyncIntegrationDefault) String() string
- type UpdateGhRepoSyncIntegrationOK
- func (o *UpdateGhRepoSyncIntegrationOK) Error() string
- func (o *UpdateGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613UpdateSyncIntegrationResponse
- func (o *UpdateGhRepoSyncIntegrationOK) IsClientError() bool
- func (o *UpdateGhRepoSyncIntegrationOK) IsCode(code int) bool
- func (o *UpdateGhRepoSyncIntegrationOK) IsRedirect() bool
- func (o *UpdateGhRepoSyncIntegrationOK) IsServerError() bool
- func (o *UpdateGhRepoSyncIntegrationOK) IsSuccess() bool
- func (o *UpdateGhRepoSyncIntegrationOK) String() string
- type UpdateGhRepoSyncIntegrationParams
- func NewUpdateGhRepoSyncIntegrationParams() *UpdateGhRepoSyncIntegrationParams
- func NewUpdateGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *UpdateGhRepoSyncIntegrationParams
- func NewUpdateGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpdateGhRepoSyncIntegrationParams
- func NewUpdateGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) SetBody(body UpdateGhRepoSyncIntegrationBody)
- func (o *UpdateGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *UpdateGhRepoSyncIntegrationParams) SetDefaults()
- func (o *UpdateGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *UpdateGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpdateGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *UpdateGhRepoSyncIntegrationParams) SetName(name string)
- func (o *UpdateGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *UpdateGhRepoSyncIntegrationParams) WithBody(body UpdateGhRepoSyncIntegrationBody) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithDefaults() *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithName(name string) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpdateGhRepoSyncIntegrationParams
- func (o *UpdateGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateGhRepoSyncIntegrationParamsBodyLocation
- func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpdateGhRepoSyncIntegrationReader
- type UpsertAwsSmSyncIntegrationBody
- func (o *UpsertAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *UpsertAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *UpsertAwsSmSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type UpsertAwsSmSyncIntegrationDefault
- func (o *UpsertAwsSmSyncIntegrationDefault) Code() int
- func (o *UpsertAwsSmSyncIntegrationDefault) Error() string
- func (o *UpsertAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *UpsertAwsSmSyncIntegrationDefault) IsClientError() bool
- func (o *UpsertAwsSmSyncIntegrationDefault) IsCode(code int) bool
- func (o *UpsertAwsSmSyncIntegrationDefault) IsRedirect() bool
- func (o *UpsertAwsSmSyncIntegrationDefault) IsServerError() bool
- func (o *UpsertAwsSmSyncIntegrationDefault) IsSuccess() bool
- func (o *UpsertAwsSmSyncIntegrationDefault) String() string
- type UpsertAwsSmSyncIntegrationOK
- func (o *UpsertAwsSmSyncIntegrationOK) Error() string
- func (o *UpsertAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613UpsertSyncIntegrationResponse
- func (o *UpsertAwsSmSyncIntegrationOK) IsClientError() bool
- func (o *UpsertAwsSmSyncIntegrationOK) IsCode(code int) bool
- func (o *UpsertAwsSmSyncIntegrationOK) IsRedirect() bool
- func (o *UpsertAwsSmSyncIntegrationOK) IsServerError() bool
- func (o *UpsertAwsSmSyncIntegrationOK) IsSuccess() bool
- func (o *UpsertAwsSmSyncIntegrationOK) String() string
- type UpsertAwsSmSyncIntegrationParams
- func NewUpsertAwsSmSyncIntegrationParams() *UpsertAwsSmSyncIntegrationParams
- func NewUpsertAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *UpsertAwsSmSyncIntegrationParams
- func NewUpsertAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpsertAwsSmSyncIntegrationParams
- func NewUpsertAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) SetBody(body UpsertAwsSmSyncIntegrationBody)
- func (o *UpsertAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *UpsertAwsSmSyncIntegrationParams) SetDefaults()
- func (o *UpsertAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *UpsertAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpsertAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *UpsertAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *UpsertAwsSmSyncIntegrationParams) WithBody(body UpsertAwsSmSyncIntegrationBody) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithDefaults() *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpsertAwsSmSyncIntegrationParams
- func (o *UpsertAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpsertAwsSmSyncIntegrationParamsBodyLocation
- func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpsertAwsSmSyncIntegrationReader
- type UpsertGhRepoSyncIntegrationBody
- func (o *UpsertGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
- func (o *UpsertGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
- func (o *UpsertGhRepoSyncIntegrationBody) Validate(formats strfmt.Registry) error
- type UpsertGhRepoSyncIntegrationDefault
- func (o *UpsertGhRepoSyncIntegrationDefault) Code() int
- func (o *UpsertGhRepoSyncIntegrationDefault) Error() string
- func (o *UpsertGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
- func (o *UpsertGhRepoSyncIntegrationDefault) IsClientError() bool
- func (o *UpsertGhRepoSyncIntegrationDefault) IsCode(code int) bool
- func (o *UpsertGhRepoSyncIntegrationDefault) IsRedirect() bool
- func (o *UpsertGhRepoSyncIntegrationDefault) IsServerError() bool
- func (o *UpsertGhRepoSyncIntegrationDefault) IsSuccess() bool
- func (o *UpsertGhRepoSyncIntegrationDefault) String() string
- type UpsertGhRepoSyncIntegrationOK
- func (o *UpsertGhRepoSyncIntegrationOK) Error() string
- func (o *UpsertGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613UpsertSyncIntegrationResponse
- func (o *UpsertGhRepoSyncIntegrationOK) IsClientError() bool
- func (o *UpsertGhRepoSyncIntegrationOK) IsCode(code int) bool
- func (o *UpsertGhRepoSyncIntegrationOK) IsRedirect() bool
- func (o *UpsertGhRepoSyncIntegrationOK) IsServerError() bool
- func (o *UpsertGhRepoSyncIntegrationOK) IsSuccess() bool
- func (o *UpsertGhRepoSyncIntegrationOK) String() string
- type UpsertGhRepoSyncIntegrationParams
- func NewUpsertGhRepoSyncIntegrationParams() *UpsertGhRepoSyncIntegrationParams
- func NewUpsertGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *UpsertGhRepoSyncIntegrationParams
- func NewUpsertGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpsertGhRepoSyncIntegrationParams
- func NewUpsertGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) SetBody(body UpsertGhRepoSyncIntegrationBody)
- func (o *UpsertGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
- func (o *UpsertGhRepoSyncIntegrationParams) SetDefaults()
- func (o *UpsertGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
- func (o *UpsertGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpsertGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
- func (o *UpsertGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
- func (o *UpsertGhRepoSyncIntegrationParams) WithBody(body UpsertGhRepoSyncIntegrationBody) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithDefaults() *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpsertGhRepoSyncIntegrationParams
- func (o *UpsertGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpsertGhRepoSyncIntegrationParamsBodyLocation
- func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpsertGhRepoSyncIntegrationReader
- type UpsertSyncInstallationBody
- func (o *UpsertSyncInstallationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertSyncInstallationBody) MarshalBinary() ([]byte, error)
- func (o *UpsertSyncInstallationBody) UnmarshalBinary(b []byte) error
- func (o *UpsertSyncInstallationBody) Validate(formats strfmt.Registry) error
- type UpsertSyncInstallationDefault
- func (o *UpsertSyncInstallationDefault) Code() int
- func (o *UpsertSyncInstallationDefault) Error() string
- func (o *UpsertSyncInstallationDefault) GetPayload() *models.RPCStatus
- func (o *UpsertSyncInstallationDefault) IsClientError() bool
- func (o *UpsertSyncInstallationDefault) IsCode(code int) bool
- func (o *UpsertSyncInstallationDefault) IsRedirect() bool
- func (o *UpsertSyncInstallationDefault) IsServerError() bool
- func (o *UpsertSyncInstallationDefault) IsSuccess() bool
- func (o *UpsertSyncInstallationDefault) String() string
- type UpsertSyncInstallationOK
- func (o *UpsertSyncInstallationOK) Error() string
- func (o *UpsertSyncInstallationOK) GetPayload() *models.Secrets20230613UpsertSyncInstallationResponse
- func (o *UpsertSyncInstallationOK) IsClientError() bool
- func (o *UpsertSyncInstallationOK) IsCode(code int) bool
- func (o *UpsertSyncInstallationOK) IsRedirect() bool
- func (o *UpsertSyncInstallationOK) IsServerError() bool
- func (o *UpsertSyncInstallationOK) IsSuccess() bool
- func (o *UpsertSyncInstallationOK) String() string
- type UpsertSyncInstallationParams
- func NewUpsertSyncInstallationParams() *UpsertSyncInstallationParams
- func NewUpsertSyncInstallationParamsWithContext(ctx context.Context) *UpsertSyncInstallationParams
- func NewUpsertSyncInstallationParamsWithHTTPClient(client *http.Client) *UpsertSyncInstallationParams
- func NewUpsertSyncInstallationParamsWithTimeout(timeout time.Duration) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) SetBody(body UpsertSyncInstallationBody)
- func (o *UpsertSyncInstallationParams) SetContext(ctx context.Context)
- func (o *UpsertSyncInstallationParams) SetDefaults()
- func (o *UpsertSyncInstallationParams) SetHTTPClient(client *http.Client)
- func (o *UpsertSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
- func (o *UpsertSyncInstallationParams) SetLocationProjectID(locationProjectID string)
- func (o *UpsertSyncInstallationParams) SetTimeout(timeout time.Duration)
- func (o *UpsertSyncInstallationParams) WithBody(body UpsertSyncInstallationBody) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithContext(ctx context.Context) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithDefaults() *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithHTTPClient(client *http.Client) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithLocationProjectID(locationProjectID string) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WithTimeout(timeout time.Duration) *UpsertSyncInstallationParams
- func (o *UpsertSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpsertSyncInstallationParamsBodyLocation
- func (o *UpsertSyncInstallationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
- func (o *UpsertSyncInstallationParamsBodyLocation) MarshalBinary() ([]byte, error)
- func (o *UpsertSyncInstallationParamsBodyLocation) UnmarshalBinary(b []byte) error
- func (o *UpsertSyncInstallationParamsBodyLocation) Validate(formats strfmt.Registry) error
- type UpsertSyncInstallationReader
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 secret service API
func (*Client) CreateApp ¶
func (a *Client) CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppOK, error)
CreateApp create app API
func (*Client) CreateAppKVSecret ¶
func (a *Client) CreateAppKVSecret(params *CreateAppKVSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppKVSecretOK, error)
CreateAppKVSecret create app k v secret API
func (*Client) CreateAwsSmSyncIntegration ¶
func (a *Client) CreateAwsSmSyncIntegration(params *CreateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAwsSmSyncIntegrationOK, error)
CreateAwsSmSyncIntegration create aws sm sync integration API
func (*Client) CreateGhRepoSyncIntegration ¶
func (a *Client) CreateGhRepoSyncIntegration(params *CreateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhRepoSyncIntegrationOK, error)
CreateGhRepoSyncIntegration create gh repo sync integration API
func (*Client) DeleteApp ¶
func (a *Client) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOK, error)
DeleteApp delete app API
func (*Client) DeleteAppSecret ¶
func (a *Client) DeleteAppSecret(params *DeleteAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretOK, error)
DeleteAppSecret delete app secret API
func (*Client) DeleteSyncInstallation ¶
func (a *Client) DeleteSyncInstallation(params *DeleteSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncInstallationOK, error)
DeleteSyncInstallation delete sync installation API
func (*Client) DeleteSyncIntegration ¶
func (a *Client) DeleteSyncIntegration(params *DeleteSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncIntegrationOK, error)
DeleteSyncIntegration delete sync integration API
func (*Client) ForceSync ¶
func (a *Client) ForceSync(params *ForceSyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ForceSyncOK, error)
ForceSync force sync API
func (*Client) GetApp ¶
func (a *Client) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error)
GetApp get app API
func (*Client) GetAppSecret ¶
func (a *Client) GetAppSecret(params *GetAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretOK, error)
GetAppSecret get app secret API
func (*Client) GetAppSecretVersion ¶
func (a *Client) GetAppSecretVersion(params *GetAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretVersionOK, error)
GetAppSecretVersion get app secret version API
func (*Client) GetSyncInstallation ¶
func (a *Client) GetSyncInstallation(params *GetSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncInstallationOK, error)
GetSyncInstallation get sync installation API
func (*Client) GetSyncIntegration ¶
func (a *Client) GetSyncIntegration(params *GetSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncIntegrationOK, error)
GetSyncIntegration get sync integration API
func (*Client) ListAppSecretVersions ¶
func (a *Client) ListAppSecretVersions(params *ListAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretVersionsOK, error)
ListAppSecretVersions list app secret versions API
func (*Client) ListAppSecrets ¶
func (a *Client) ListAppSecrets(params *ListAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretsOK, error)
ListAppSecrets list app secrets API
func (*Client) ListApps ¶
func (a *Client) ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppsOK, error)
ListApps list apps API
func (*Client) ListOpenAppSecretVersions ¶
func (a *Client) ListOpenAppSecretVersions(params *ListOpenAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOpenAppSecretVersionsOK, error)
ListOpenAppSecretVersions list open app secret versions API
func (*Client) ListSyncIntegrations ¶
func (a *Client) ListSyncIntegrations(params *ListSyncIntegrationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncIntegrationsOK, error)
ListSyncIntegrations writes operations use type specific endpoints to avoid overloads but the read endpoints are generic and the specific type is part of the responses
func (*Client) OpenAppSecret ¶
func (a *Client) OpenAppSecret(params *OpenAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretOK, error)
OpenAppSecret open app secret API
func (*Client) OpenAppSecretVersion ¶
func (a *Client) OpenAppSecretVersion(params *OpenAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretVersionOK, error)
OpenAppSecretVersion open app secret version API
func (*Client) OpenAppSecrets ¶
func (a *Client) OpenAppSecrets(params *OpenAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretsOK, error)
OpenAppSecrets open app secrets API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateApp ¶
func (a *Client) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error)
UpdateApp update app API
func (*Client) UpdateAwsSmSyncIntegration ¶
func (a *Client) UpdateAwsSmSyncIntegration(params *UpdateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAwsSmSyncIntegrationOK, error)
UpdateAwsSmSyncIntegration update aws sm sync integration API
func (*Client) UpdateGhRepoSyncIntegration ¶
func (a *Client) UpdateGhRepoSyncIntegration(params *UpdateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGhRepoSyncIntegrationOK, error)
UpdateGhRepoSyncIntegration update gh repo sync integration API
func (*Client) UpsertAwsSmSyncIntegration ¶
func (a *Client) UpsertAwsSmSyncIntegration(params *UpsertAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertAwsSmSyncIntegrationOK, error)
UpsertAwsSmSyncIntegration upsert aws sm sync integration API
func (*Client) UpsertGhRepoSyncIntegration ¶
func (a *Client) UpsertGhRepoSyncIntegration(params *UpsertGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertGhRepoSyncIntegrationOK, error)
UpsertGhRepoSyncIntegration upsert gh repo sync integration API
func (*Client) UpsertSyncInstallation ¶
func (a *Client) UpsertSyncInstallation(params *UpsertSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertSyncInstallationOK, error)
UpsertSyncInstallation upsert sync installation API
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateApp(params *CreateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppOK, error) CreateAppKVSecret(params *CreateAppKVSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAppKVSecretOK, error) CreateAwsSmSyncIntegration(params *CreateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateAwsSmSyncIntegrationOK, error) CreateGhRepoSyncIntegration(params *CreateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateGhRepoSyncIntegrationOK, error) DeleteApp(params *DeleteAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppOK, error) DeleteAppSecret(params *DeleteAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteAppSecretOK, error) DeleteSyncInstallation(params *DeleteSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncInstallationOK, error) DeleteSyncIntegration(params *DeleteSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteSyncIntegrationOK, error) ForceSync(params *ForceSyncParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ForceSyncOK, error) GetApp(params *GetAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppOK, error) GetAppSecret(params *GetAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretOK, error) GetAppSecretVersion(params *GetAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetAppSecretVersionOK, error) GetSyncInstallation(params *GetSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncInstallationOK, error) GetSyncIntegration(params *GetSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetSyncIntegrationOK, error) ListAppSecretVersions(params *ListAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretVersionsOK, error) ListAppSecrets(params *ListAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppSecretsOK, error) ListApps(params *ListAppsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListAppsOK, error) ListOpenAppSecretVersions(params *ListOpenAppSecretVersionsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListOpenAppSecretVersionsOK, error) ListSyncIntegrations(params *ListSyncIntegrationsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*ListSyncIntegrationsOK, error) OpenAppSecret(params *OpenAppSecretParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretOK, error) OpenAppSecretVersion(params *OpenAppSecretVersionParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretVersionOK, error) OpenAppSecrets(params *OpenAppSecretsParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*OpenAppSecretsOK, error) UpdateApp(params *UpdateAppParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAppOK, error) UpdateAwsSmSyncIntegration(params *UpdateAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateAwsSmSyncIntegrationOK, error) UpdateGhRepoSyncIntegration(params *UpdateGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateGhRepoSyncIntegrationOK, error) UpsertAwsSmSyncIntegration(params *UpsertAwsSmSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertAwsSmSyncIntegrationOK, error) UpsertGhRepoSyncIntegration(params *UpsertGhRepoSyncIntegrationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertGhRepoSyncIntegrationOK, error) UpsertSyncInstallation(params *UpsertSyncInstallationParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpsertSyncInstallationOK, 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 secret service API client.
type CreateAppBody ¶
type CreateAppBody struct { // description Description string `json:"description,omitempty"` // location Location *CreateAppParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` // sync integrations SyncIntegrations []string `json:"sync_integrations"` }
CreateAppBody create app body swagger:model CreateAppBody
func (*CreateAppBody) ContextValidate ¶
ContextValidate validate this create app body based on the context it is used
func (*CreateAppBody) MarshalBinary ¶
func (o *CreateAppBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAppBody) UnmarshalBinary ¶
func (o *CreateAppBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAppDefault ¶
type CreateAppDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
CreateAppDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateAppDefault ¶
func NewCreateAppDefault(code int) *CreateAppDefault
NewCreateAppDefault creates a CreateAppDefault with default headers values
func (*CreateAppDefault) Code ¶
func (o *CreateAppDefault) Code() int
Code gets the status code for the create app default response
func (*CreateAppDefault) Error ¶
func (o *CreateAppDefault) Error() string
func (*CreateAppDefault) GetPayload ¶
func (o *CreateAppDefault) GetPayload() *models.RPCStatus
func (*CreateAppDefault) IsClientError ¶
func (o *CreateAppDefault) IsClientError() bool
IsClientError returns true when this create app default response has a 4xx status code
func (*CreateAppDefault) IsCode ¶
func (o *CreateAppDefault) IsCode(code int) bool
IsCode returns true when this create app default response a status code equal to that given
func (*CreateAppDefault) IsRedirect ¶
func (o *CreateAppDefault) IsRedirect() bool
IsRedirect returns true when this create app default response has a 3xx status code
func (*CreateAppDefault) IsServerError ¶
func (o *CreateAppDefault) IsServerError() bool
IsServerError returns true when this create app default response has a 5xx status code
func (*CreateAppDefault) IsSuccess ¶
func (o *CreateAppDefault) IsSuccess() bool
IsSuccess returns true when this create app default response has a 2xx status code
func (*CreateAppDefault) String ¶
func (o *CreateAppDefault) String() string
type CreateAppKVSecretBody ¶
type CreateAppKVSecretBody struct { // location Location *CreateAppKVSecretParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` // value Value string `json:"value,omitempty"` }
CreateAppKVSecretBody create app k v secret body swagger:model CreateAppKVSecretBody
func (*CreateAppKVSecretBody) ContextValidate ¶
ContextValidate validate this create app k v secret body based on the context it is used
func (*CreateAppKVSecretBody) MarshalBinary ¶
func (o *CreateAppKVSecretBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAppKVSecretBody) UnmarshalBinary ¶
func (o *CreateAppKVSecretBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAppKVSecretDefault ¶
type CreateAppKVSecretDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
CreateAppKVSecretDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateAppKVSecretDefault ¶
func NewCreateAppKVSecretDefault(code int) *CreateAppKVSecretDefault
NewCreateAppKVSecretDefault creates a CreateAppKVSecretDefault with default headers values
func (*CreateAppKVSecretDefault) Code ¶
func (o *CreateAppKVSecretDefault) Code() int
Code gets the status code for the create app k v secret default response
func (*CreateAppKVSecretDefault) Error ¶
func (o *CreateAppKVSecretDefault) Error() string
func (*CreateAppKVSecretDefault) GetPayload ¶
func (o *CreateAppKVSecretDefault) GetPayload() *models.RPCStatus
func (*CreateAppKVSecretDefault) IsClientError ¶
func (o *CreateAppKVSecretDefault) IsClientError() bool
IsClientError returns true when this create app k v secret default response has a 4xx status code
func (*CreateAppKVSecretDefault) IsCode ¶
func (o *CreateAppKVSecretDefault) IsCode(code int) bool
IsCode returns true when this create app k v secret default response a status code equal to that given
func (*CreateAppKVSecretDefault) IsRedirect ¶
func (o *CreateAppKVSecretDefault) IsRedirect() bool
IsRedirect returns true when this create app k v secret default response has a 3xx status code
func (*CreateAppKVSecretDefault) IsServerError ¶
func (o *CreateAppKVSecretDefault) IsServerError() bool
IsServerError returns true when this create app k v secret default response has a 5xx status code
func (*CreateAppKVSecretDefault) IsSuccess ¶
func (o *CreateAppKVSecretDefault) IsSuccess() bool
IsSuccess returns true when this create app k v secret default response has a 2xx status code
func (*CreateAppKVSecretDefault) String ¶
func (o *CreateAppKVSecretDefault) String() string
type CreateAppKVSecretOK ¶
type CreateAppKVSecretOK struct {
Payload *models.Secrets20230613CreateAppKVSecretResponse
}
CreateAppKVSecretOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateAppKVSecretOK ¶
func NewCreateAppKVSecretOK() *CreateAppKVSecretOK
NewCreateAppKVSecretOK creates a CreateAppKVSecretOK with default headers values
func (*CreateAppKVSecretOK) Error ¶
func (o *CreateAppKVSecretOK) Error() string
func (*CreateAppKVSecretOK) GetPayload ¶
func (o *CreateAppKVSecretOK) GetPayload() *models.Secrets20230613CreateAppKVSecretResponse
func (*CreateAppKVSecretOK) IsClientError ¶
func (o *CreateAppKVSecretOK) IsClientError() bool
IsClientError returns true when this create app k v secret o k response has a 4xx status code
func (*CreateAppKVSecretOK) IsCode ¶
func (o *CreateAppKVSecretOK) IsCode(code int) bool
IsCode returns true when this create app k v secret o k response a status code equal to that given
func (*CreateAppKVSecretOK) IsRedirect ¶
func (o *CreateAppKVSecretOK) IsRedirect() bool
IsRedirect returns true when this create app k v secret o k response has a 3xx status code
func (*CreateAppKVSecretOK) IsServerError ¶
func (o *CreateAppKVSecretOK) IsServerError() bool
IsServerError returns true when this create app k v secret o k response has a 5xx status code
func (*CreateAppKVSecretOK) IsSuccess ¶
func (o *CreateAppKVSecretOK) IsSuccess() bool
IsSuccess returns true when this create app k v secret o k response has a 2xx status code
func (*CreateAppKVSecretOK) String ¶
func (o *CreateAppKVSecretOK) String() string
type CreateAppKVSecretParams ¶
type CreateAppKVSecretParams struct { // AppName. AppName string // Body. Body CreateAppKVSecretBody /* 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 }
CreateAppKVSecretParams contains all the parameters to send to the API endpoint
for the create app k v secret operation. Typically these are written to a http.Request.
func NewCreateAppKVSecretParams ¶
func NewCreateAppKVSecretParams() *CreateAppKVSecretParams
NewCreateAppKVSecretParams creates a new CreateAppKVSecretParams 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 NewCreateAppKVSecretParamsWithContext ¶
func NewCreateAppKVSecretParamsWithContext(ctx context.Context) *CreateAppKVSecretParams
NewCreateAppKVSecretParamsWithContext creates a new CreateAppKVSecretParams object with the ability to set a context for a request.
func NewCreateAppKVSecretParamsWithHTTPClient ¶
func NewCreateAppKVSecretParamsWithHTTPClient(client *http.Client) *CreateAppKVSecretParams
NewCreateAppKVSecretParamsWithHTTPClient creates a new CreateAppKVSecretParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAppKVSecretParamsWithTimeout ¶
func NewCreateAppKVSecretParamsWithTimeout(timeout time.Duration) *CreateAppKVSecretParams
NewCreateAppKVSecretParamsWithTimeout creates a new CreateAppKVSecretParams object with the ability to set a timeout on a request.
func (*CreateAppKVSecretParams) SetAppName ¶
func (o *CreateAppKVSecretParams) SetAppName(appName string)
SetAppName adds the appName to the create app k v secret params
func (*CreateAppKVSecretParams) SetBody ¶
func (o *CreateAppKVSecretParams) SetBody(body CreateAppKVSecretBody)
SetBody adds the body to the create app k v secret params
func (*CreateAppKVSecretParams) SetContext ¶
func (o *CreateAppKVSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the create app k v secret params
func (*CreateAppKVSecretParams) SetDefaults ¶
func (o *CreateAppKVSecretParams) SetDefaults()
SetDefaults hydrates default values in the create app k v secret params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAppKVSecretParams) SetHTTPClient ¶
func (o *CreateAppKVSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create app k v secret params
func (*CreateAppKVSecretParams) SetLocationOrganizationID ¶
func (o *CreateAppKVSecretParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the create app k v secret params
func (*CreateAppKVSecretParams) SetLocationProjectID ¶
func (o *CreateAppKVSecretParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the create app k v secret params
func (*CreateAppKVSecretParams) SetTimeout ¶
func (o *CreateAppKVSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create app k v secret params
func (*CreateAppKVSecretParams) WithAppName ¶
func (o *CreateAppKVSecretParams) WithAppName(appName string) *CreateAppKVSecretParams
WithAppName adds the appName to the create app k v secret params
func (*CreateAppKVSecretParams) WithBody ¶
func (o *CreateAppKVSecretParams) WithBody(body CreateAppKVSecretBody) *CreateAppKVSecretParams
WithBody adds the body to the create app k v secret params
func (*CreateAppKVSecretParams) WithContext ¶
func (o *CreateAppKVSecretParams) WithContext(ctx context.Context) *CreateAppKVSecretParams
WithContext adds the context to the create app k v secret params
func (*CreateAppKVSecretParams) WithDefaults ¶
func (o *CreateAppKVSecretParams) WithDefaults() *CreateAppKVSecretParams
WithDefaults hydrates default values in the create app k v secret params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAppKVSecretParams) WithHTTPClient ¶
func (o *CreateAppKVSecretParams) WithHTTPClient(client *http.Client) *CreateAppKVSecretParams
WithHTTPClient adds the HTTPClient to the create app k v secret params
func (*CreateAppKVSecretParams) WithLocationOrganizationID ¶
func (o *CreateAppKVSecretParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAppKVSecretParams
WithLocationOrganizationID adds the locationOrganizationID to the create app k v secret params
func (*CreateAppKVSecretParams) WithLocationProjectID ¶
func (o *CreateAppKVSecretParams) WithLocationProjectID(locationProjectID string) *CreateAppKVSecretParams
WithLocationProjectID adds the locationProjectID to the create app k v secret params
func (*CreateAppKVSecretParams) WithTimeout ¶
func (o *CreateAppKVSecretParams) WithTimeout(timeout time.Duration) *CreateAppKVSecretParams
WithTimeout adds the timeout to the create app k v secret params
func (*CreateAppKVSecretParams) WriteToRequest ¶
func (o *CreateAppKVSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAppKVSecretParamsBodyLocation ¶
type CreateAppKVSecretParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
CreateAppKVSecretParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAppKVSecretParamsBodyLocation
func (*CreateAppKVSecretParamsBodyLocation) ContextValidate ¶
func (o *CreateAppKVSecretParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create app k v secret params body location based on the context it is used
func (*CreateAppKVSecretParamsBodyLocation) MarshalBinary ¶
func (o *CreateAppKVSecretParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAppKVSecretParamsBodyLocation) UnmarshalBinary ¶
func (o *CreateAppKVSecretParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAppKVSecretReader ¶
type CreateAppKVSecretReader struct {
// contains filtered or unexported fields
}
CreateAppKVSecretReader is a Reader for the CreateAppKVSecret structure.
func (*CreateAppKVSecretReader) ReadResponse ¶
func (o *CreateAppKVSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAppOK ¶
type CreateAppOK struct {
Payload *models.Secrets20230613CreateAppResponse
}
CreateAppOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateAppOK ¶
func NewCreateAppOK() *CreateAppOK
NewCreateAppOK creates a CreateAppOK with default headers values
func (*CreateAppOK) Error ¶
func (o *CreateAppOK) Error() string
func (*CreateAppOK) GetPayload ¶
func (o *CreateAppOK) GetPayload() *models.Secrets20230613CreateAppResponse
func (*CreateAppOK) IsClientError ¶
func (o *CreateAppOK) IsClientError() bool
IsClientError returns true when this create app o k response has a 4xx status code
func (*CreateAppOK) IsCode ¶
func (o *CreateAppOK) IsCode(code int) bool
IsCode returns true when this create app o k response a status code equal to that given
func (*CreateAppOK) IsRedirect ¶
func (o *CreateAppOK) IsRedirect() bool
IsRedirect returns true when this create app o k response has a 3xx status code
func (*CreateAppOK) IsServerError ¶
func (o *CreateAppOK) IsServerError() bool
IsServerError returns true when this create app o k response has a 5xx status code
func (*CreateAppOK) IsSuccess ¶
func (o *CreateAppOK) IsSuccess() bool
IsSuccess returns true when this create app o k response has a 2xx status code
func (*CreateAppOK) String ¶
func (o *CreateAppOK) String() string
type CreateAppParams ¶
type CreateAppParams struct { // Body. Body CreateAppBody /* 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 }
CreateAppParams contains all the parameters to send to the API endpoint
for the create app operation. Typically these are written to a http.Request.
func NewCreateAppParams ¶
func NewCreateAppParams() *CreateAppParams
NewCreateAppParams creates a new CreateAppParams 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 NewCreateAppParamsWithContext ¶
func NewCreateAppParamsWithContext(ctx context.Context) *CreateAppParams
NewCreateAppParamsWithContext creates a new CreateAppParams object with the ability to set a context for a request.
func NewCreateAppParamsWithHTTPClient ¶
func NewCreateAppParamsWithHTTPClient(client *http.Client) *CreateAppParams
NewCreateAppParamsWithHTTPClient creates a new CreateAppParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAppParamsWithTimeout ¶
func NewCreateAppParamsWithTimeout(timeout time.Duration) *CreateAppParams
NewCreateAppParamsWithTimeout creates a new CreateAppParams object with the ability to set a timeout on a request.
func (*CreateAppParams) SetBody ¶
func (o *CreateAppParams) SetBody(body CreateAppBody)
SetBody adds the body to the create app params
func (*CreateAppParams) SetContext ¶
func (o *CreateAppParams) SetContext(ctx context.Context)
SetContext adds the context to the create app params
func (*CreateAppParams) SetDefaults ¶
func (o *CreateAppParams) SetDefaults()
SetDefaults hydrates default values in the create app params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAppParams) SetHTTPClient ¶
func (o *CreateAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create app params
func (*CreateAppParams) SetLocationOrganizationID ¶
func (o *CreateAppParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the create app params
func (*CreateAppParams) SetLocationProjectID ¶
func (o *CreateAppParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the create app params
func (*CreateAppParams) SetTimeout ¶
func (o *CreateAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create app params
func (*CreateAppParams) WithBody ¶
func (o *CreateAppParams) WithBody(body CreateAppBody) *CreateAppParams
WithBody adds the body to the create app params
func (*CreateAppParams) WithContext ¶
func (o *CreateAppParams) WithContext(ctx context.Context) *CreateAppParams
WithContext adds the context to the create app params
func (*CreateAppParams) WithDefaults ¶
func (o *CreateAppParams) WithDefaults() *CreateAppParams
WithDefaults hydrates default values in the create app params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAppParams) WithHTTPClient ¶
func (o *CreateAppParams) WithHTTPClient(client *http.Client) *CreateAppParams
WithHTTPClient adds the HTTPClient to the create app params
func (*CreateAppParams) WithLocationOrganizationID ¶
func (o *CreateAppParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAppParams
WithLocationOrganizationID adds the locationOrganizationID to the create app params
func (*CreateAppParams) WithLocationProjectID ¶
func (o *CreateAppParams) WithLocationProjectID(locationProjectID string) *CreateAppParams
WithLocationProjectID adds the locationProjectID to the create app params
func (*CreateAppParams) WithTimeout ¶
func (o *CreateAppParams) WithTimeout(timeout time.Duration) *CreateAppParams
WithTimeout adds the timeout to the create app params
func (*CreateAppParams) WriteToRequest ¶
func (o *CreateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAppParamsBodyLocation ¶
type CreateAppParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
CreateAppParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAppParamsBodyLocation
func (*CreateAppParamsBodyLocation) ContextValidate ¶
func (o *CreateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create app params body location based on the context it is used
func (*CreateAppParamsBodyLocation) MarshalBinary ¶
func (o *CreateAppParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAppParamsBodyLocation) UnmarshalBinary ¶
func (o *CreateAppParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAppReader ¶
type CreateAppReader struct {
// contains filtered or unexported fields
}
CreateAppReader is a Reader for the CreateApp structure.
func (*CreateAppReader) ReadResponse ¶
func (o *CreateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateAwsSmSyncIntegrationBody ¶
type CreateAwsSmSyncIntegrationBody struct { // aws sm connection details AwsSmConnectionDetails *models.Secrets20230613AwsSmConnectionDetailsRequest `json:"aws_sm_connection_details,omitempty"` // location Location *CreateAwsSmSyncIntegrationParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` }
CreateAwsSmSyncIntegrationBody create aws sm sync integration body swagger:model CreateAwsSmSyncIntegrationBody
func (*CreateAwsSmSyncIntegrationBody) ContextValidate ¶
func (o *CreateAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create aws sm sync integration body based on the context it is used
func (*CreateAwsSmSyncIntegrationBody) MarshalBinary ¶
func (o *CreateAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAwsSmSyncIntegrationBody) UnmarshalBinary ¶
func (o *CreateAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAwsSmSyncIntegrationDefault ¶
type CreateAwsSmSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
CreateAwsSmSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateAwsSmSyncIntegrationDefault ¶
func NewCreateAwsSmSyncIntegrationDefault(code int) *CreateAwsSmSyncIntegrationDefault
NewCreateAwsSmSyncIntegrationDefault creates a CreateAwsSmSyncIntegrationDefault with default headers values
func (*CreateAwsSmSyncIntegrationDefault) Code ¶
func (o *CreateAwsSmSyncIntegrationDefault) Code() int
Code gets the status code for the create aws sm sync integration default response
func (*CreateAwsSmSyncIntegrationDefault) Error ¶
func (o *CreateAwsSmSyncIntegrationDefault) Error() string
func (*CreateAwsSmSyncIntegrationDefault) GetPayload ¶
func (o *CreateAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*CreateAwsSmSyncIntegrationDefault) IsClientError ¶
func (o *CreateAwsSmSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this create aws sm sync integration default response has a 4xx status code
func (*CreateAwsSmSyncIntegrationDefault) IsCode ¶
func (o *CreateAwsSmSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this create aws sm sync integration default response a status code equal to that given
func (*CreateAwsSmSyncIntegrationDefault) IsRedirect ¶
func (o *CreateAwsSmSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this create aws sm sync integration default response has a 3xx status code
func (*CreateAwsSmSyncIntegrationDefault) IsServerError ¶
func (o *CreateAwsSmSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this create aws sm sync integration default response has a 5xx status code
func (*CreateAwsSmSyncIntegrationDefault) IsSuccess ¶
func (o *CreateAwsSmSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this create aws sm sync integration default response has a 2xx status code
func (*CreateAwsSmSyncIntegrationDefault) String ¶
func (o *CreateAwsSmSyncIntegrationDefault) String() string
type CreateAwsSmSyncIntegrationOK ¶
type CreateAwsSmSyncIntegrationOK struct {
Payload *models.Secrets20230613CreateSyncIntegrationResponse
}
CreateAwsSmSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateAwsSmSyncIntegrationOK ¶
func NewCreateAwsSmSyncIntegrationOK() *CreateAwsSmSyncIntegrationOK
NewCreateAwsSmSyncIntegrationOK creates a CreateAwsSmSyncIntegrationOK with default headers values
func (*CreateAwsSmSyncIntegrationOK) Error ¶
func (o *CreateAwsSmSyncIntegrationOK) Error() string
func (*CreateAwsSmSyncIntegrationOK) GetPayload ¶
func (o *CreateAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613CreateSyncIntegrationResponse
func (*CreateAwsSmSyncIntegrationOK) IsClientError ¶
func (o *CreateAwsSmSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this create aws sm sync integration o k response has a 4xx status code
func (*CreateAwsSmSyncIntegrationOK) IsCode ¶
func (o *CreateAwsSmSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this create aws sm sync integration o k response a status code equal to that given
func (*CreateAwsSmSyncIntegrationOK) IsRedirect ¶
func (o *CreateAwsSmSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this create aws sm sync integration o k response has a 3xx status code
func (*CreateAwsSmSyncIntegrationOK) IsServerError ¶
func (o *CreateAwsSmSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this create aws sm sync integration o k response has a 5xx status code
func (*CreateAwsSmSyncIntegrationOK) IsSuccess ¶
func (o *CreateAwsSmSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this create aws sm sync integration o k response has a 2xx status code
func (*CreateAwsSmSyncIntegrationOK) String ¶
func (o *CreateAwsSmSyncIntegrationOK) String() string
type CreateAwsSmSyncIntegrationParams ¶
type CreateAwsSmSyncIntegrationParams struct { // Body. Body CreateAwsSmSyncIntegrationBody /* 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 }
CreateAwsSmSyncIntegrationParams contains all the parameters to send to the API endpoint
for the create aws sm sync integration operation. Typically these are written to a http.Request.
func NewCreateAwsSmSyncIntegrationParams ¶
func NewCreateAwsSmSyncIntegrationParams() *CreateAwsSmSyncIntegrationParams
NewCreateAwsSmSyncIntegrationParams creates a new CreateAwsSmSyncIntegrationParams 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 NewCreateAwsSmSyncIntegrationParamsWithContext ¶
func NewCreateAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *CreateAwsSmSyncIntegrationParams
NewCreateAwsSmSyncIntegrationParamsWithContext creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a context for a request.
func NewCreateAwsSmSyncIntegrationParamsWithHTTPClient ¶
func NewCreateAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateAwsSmSyncIntegrationParams
NewCreateAwsSmSyncIntegrationParamsWithHTTPClient creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateAwsSmSyncIntegrationParamsWithTimeout ¶
func NewCreateAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateAwsSmSyncIntegrationParams
NewCreateAwsSmSyncIntegrationParamsWithTimeout creates a new CreateAwsSmSyncIntegrationParams object with the ability to set a timeout on a request.
func (*CreateAwsSmSyncIntegrationParams) SetBody ¶
func (o *CreateAwsSmSyncIntegrationParams) SetBody(body CreateAwsSmSyncIntegrationBody)
SetBody adds the body to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) SetContext ¶
func (o *CreateAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) SetDefaults ¶
func (o *CreateAwsSmSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the create aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAwsSmSyncIntegrationParams) SetHTTPClient ¶
func (o *CreateAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *CreateAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) SetLocationProjectID ¶
func (o *CreateAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) SetTimeout ¶
func (o *CreateAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithBody ¶
func (o *CreateAwsSmSyncIntegrationParams) WithBody(body CreateAwsSmSyncIntegrationBody) *CreateAwsSmSyncIntegrationParams
WithBody adds the body to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithContext ¶
func (o *CreateAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *CreateAwsSmSyncIntegrationParams
WithContext adds the context to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithDefaults ¶
func (o *CreateAwsSmSyncIntegrationParams) WithDefaults() *CreateAwsSmSyncIntegrationParams
WithDefaults hydrates default values in the create aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateAwsSmSyncIntegrationParams) WithHTTPClient ¶
func (o *CreateAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *CreateAwsSmSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *CreateAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *CreateAwsSmSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithLocationProjectID ¶
func (o *CreateAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *CreateAwsSmSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WithTimeout ¶
func (o *CreateAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *CreateAwsSmSyncIntegrationParams
WithTimeout adds the timeout to the create aws sm sync integration params
func (*CreateAwsSmSyncIntegrationParams) WriteToRequest ¶
func (o *CreateAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateAwsSmSyncIntegrationParamsBodyLocation ¶
type CreateAwsSmSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
CreateAwsSmSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateAwsSmSyncIntegrationParamsBodyLocation
func (*CreateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create aws sm sync integration params body location based on the context it is used
func (*CreateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *CreateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateAwsSmSyncIntegrationReader ¶
type CreateAwsSmSyncIntegrationReader struct {
// contains filtered or unexported fields
}
CreateAwsSmSyncIntegrationReader is a Reader for the CreateAwsSmSyncIntegration structure.
func (*CreateAwsSmSyncIntegrationReader) ReadResponse ¶
func (o *CreateAwsSmSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateGhRepoSyncIntegrationBody ¶
type CreateGhRepoSyncIntegrationBody struct { // gh repo connection details GhRepoConnectionDetails *models.Secrets20230613GhRepoConnectionDetailsRequest `json:"gh_repo_connection_details,omitempty"` // location Location *CreateGhRepoSyncIntegrationParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` }
CreateGhRepoSyncIntegrationBody create gh repo sync integration body swagger:model CreateGhRepoSyncIntegrationBody
func (*CreateGhRepoSyncIntegrationBody) ContextValidate ¶
func (o *CreateGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create gh repo sync integration body based on the context it is used
func (*CreateGhRepoSyncIntegrationBody) MarshalBinary ¶
func (o *CreateGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGhRepoSyncIntegrationBody) UnmarshalBinary ¶
func (o *CreateGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateGhRepoSyncIntegrationDefault ¶
type CreateGhRepoSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
CreateGhRepoSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewCreateGhRepoSyncIntegrationDefault ¶
func NewCreateGhRepoSyncIntegrationDefault(code int) *CreateGhRepoSyncIntegrationDefault
NewCreateGhRepoSyncIntegrationDefault creates a CreateGhRepoSyncIntegrationDefault with default headers values
func (*CreateGhRepoSyncIntegrationDefault) Code ¶
func (o *CreateGhRepoSyncIntegrationDefault) Code() int
Code gets the status code for the create gh repo sync integration default response
func (*CreateGhRepoSyncIntegrationDefault) Error ¶
func (o *CreateGhRepoSyncIntegrationDefault) Error() string
func (*CreateGhRepoSyncIntegrationDefault) GetPayload ¶
func (o *CreateGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*CreateGhRepoSyncIntegrationDefault) IsClientError ¶
func (o *CreateGhRepoSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this create gh repo sync integration default response has a 4xx status code
func (*CreateGhRepoSyncIntegrationDefault) IsCode ¶
func (o *CreateGhRepoSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this create gh repo sync integration default response a status code equal to that given
func (*CreateGhRepoSyncIntegrationDefault) IsRedirect ¶
func (o *CreateGhRepoSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this create gh repo sync integration default response has a 3xx status code
func (*CreateGhRepoSyncIntegrationDefault) IsServerError ¶
func (o *CreateGhRepoSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this create gh repo sync integration default response has a 5xx status code
func (*CreateGhRepoSyncIntegrationDefault) IsSuccess ¶
func (o *CreateGhRepoSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this create gh repo sync integration default response has a 2xx status code
func (*CreateGhRepoSyncIntegrationDefault) String ¶
func (o *CreateGhRepoSyncIntegrationDefault) String() string
type CreateGhRepoSyncIntegrationOK ¶
type CreateGhRepoSyncIntegrationOK struct {
Payload *models.Secrets20230613CreateSyncIntegrationResponse
}
CreateGhRepoSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewCreateGhRepoSyncIntegrationOK ¶
func NewCreateGhRepoSyncIntegrationOK() *CreateGhRepoSyncIntegrationOK
NewCreateGhRepoSyncIntegrationOK creates a CreateGhRepoSyncIntegrationOK with default headers values
func (*CreateGhRepoSyncIntegrationOK) Error ¶
func (o *CreateGhRepoSyncIntegrationOK) Error() string
func (*CreateGhRepoSyncIntegrationOK) GetPayload ¶
func (o *CreateGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613CreateSyncIntegrationResponse
func (*CreateGhRepoSyncIntegrationOK) IsClientError ¶
func (o *CreateGhRepoSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this create gh repo sync integration o k response has a 4xx status code
func (*CreateGhRepoSyncIntegrationOK) IsCode ¶
func (o *CreateGhRepoSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this create gh repo sync integration o k response a status code equal to that given
func (*CreateGhRepoSyncIntegrationOK) IsRedirect ¶
func (o *CreateGhRepoSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this create gh repo sync integration o k response has a 3xx status code
func (*CreateGhRepoSyncIntegrationOK) IsServerError ¶
func (o *CreateGhRepoSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this create gh repo sync integration o k response has a 5xx status code
func (*CreateGhRepoSyncIntegrationOK) IsSuccess ¶
func (o *CreateGhRepoSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this create gh repo sync integration o k response has a 2xx status code
func (*CreateGhRepoSyncIntegrationOK) String ¶
func (o *CreateGhRepoSyncIntegrationOK) String() string
type CreateGhRepoSyncIntegrationParams ¶
type CreateGhRepoSyncIntegrationParams struct { // Body. Body CreateGhRepoSyncIntegrationBody /* 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 }
CreateGhRepoSyncIntegrationParams contains all the parameters to send to the API endpoint
for the create gh repo sync integration operation. Typically these are written to a http.Request.
func NewCreateGhRepoSyncIntegrationParams ¶
func NewCreateGhRepoSyncIntegrationParams() *CreateGhRepoSyncIntegrationParams
NewCreateGhRepoSyncIntegrationParams creates a new CreateGhRepoSyncIntegrationParams 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 NewCreateGhRepoSyncIntegrationParamsWithContext ¶
func NewCreateGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *CreateGhRepoSyncIntegrationParams
NewCreateGhRepoSyncIntegrationParamsWithContext creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a context for a request.
func NewCreateGhRepoSyncIntegrationParamsWithHTTPClient ¶
func NewCreateGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *CreateGhRepoSyncIntegrationParams
NewCreateGhRepoSyncIntegrationParamsWithHTTPClient creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewCreateGhRepoSyncIntegrationParamsWithTimeout ¶
func NewCreateGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *CreateGhRepoSyncIntegrationParams
NewCreateGhRepoSyncIntegrationParamsWithTimeout creates a new CreateGhRepoSyncIntegrationParams object with the ability to set a timeout on a request.
func (*CreateGhRepoSyncIntegrationParams) SetBody ¶
func (o *CreateGhRepoSyncIntegrationParams) SetBody(body CreateGhRepoSyncIntegrationBody)
SetBody adds the body to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) SetContext ¶
func (o *CreateGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) SetDefaults ¶
func (o *CreateGhRepoSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the create gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGhRepoSyncIntegrationParams) SetHTTPClient ¶
func (o *CreateGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *CreateGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) SetLocationProjectID ¶
func (o *CreateGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) SetTimeout ¶
func (o *CreateGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithBody ¶
func (o *CreateGhRepoSyncIntegrationParams) WithBody(body CreateGhRepoSyncIntegrationBody) *CreateGhRepoSyncIntegrationParams
WithBody adds the body to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithContext ¶
func (o *CreateGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *CreateGhRepoSyncIntegrationParams
WithContext adds the context to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithDefaults ¶
func (o *CreateGhRepoSyncIntegrationParams) WithDefaults() *CreateGhRepoSyncIntegrationParams
WithDefaults hydrates default values in the create gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*CreateGhRepoSyncIntegrationParams) WithHTTPClient ¶
func (o *CreateGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *CreateGhRepoSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *CreateGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *CreateGhRepoSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithLocationProjectID ¶
func (o *CreateGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *CreateGhRepoSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WithTimeout ¶
func (o *CreateGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *CreateGhRepoSyncIntegrationParams
WithTimeout adds the timeout to the create gh repo sync integration params
func (*CreateGhRepoSyncIntegrationParams) WriteToRequest ¶
func (o *CreateGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateGhRepoSyncIntegrationParamsBodyLocation ¶
type CreateGhRepoSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
CreateGhRepoSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model CreateGhRepoSyncIntegrationParamsBodyLocation
func (*CreateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this create gh repo sync integration params body location based on the context it is used
func (*CreateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*CreateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *CreateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type CreateGhRepoSyncIntegrationReader ¶
type CreateGhRepoSyncIntegrationReader struct {
// contains filtered or unexported fields
}
CreateGhRepoSyncIntegrationReader is a Reader for the CreateGhRepoSyncIntegration structure.
func (*CreateGhRepoSyncIntegrationReader) ReadResponse ¶
func (o *CreateGhRepoSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppDefault ¶
type DeleteAppDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
DeleteAppDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteAppDefault ¶
func NewDeleteAppDefault(code int) *DeleteAppDefault
NewDeleteAppDefault creates a DeleteAppDefault with default headers values
func (*DeleteAppDefault) Code ¶
func (o *DeleteAppDefault) Code() int
Code gets the status code for the delete app default response
func (*DeleteAppDefault) Error ¶
func (o *DeleteAppDefault) Error() string
func (*DeleteAppDefault) GetPayload ¶
func (o *DeleteAppDefault) GetPayload() *models.RPCStatus
func (*DeleteAppDefault) IsClientError ¶
func (o *DeleteAppDefault) IsClientError() bool
IsClientError returns true when this delete app default response has a 4xx status code
func (*DeleteAppDefault) IsCode ¶
func (o *DeleteAppDefault) IsCode(code int) bool
IsCode returns true when this delete app default response a status code equal to that given
func (*DeleteAppDefault) IsRedirect ¶
func (o *DeleteAppDefault) IsRedirect() bool
IsRedirect returns true when this delete app default response has a 3xx status code
func (*DeleteAppDefault) IsServerError ¶
func (o *DeleteAppDefault) IsServerError() bool
IsServerError returns true when this delete app default response has a 5xx status code
func (*DeleteAppDefault) IsSuccess ¶
func (o *DeleteAppDefault) IsSuccess() bool
IsSuccess returns true when this delete app default response has a 2xx status code
func (*DeleteAppDefault) String ¶
func (o *DeleteAppDefault) String() string
type DeleteAppOK ¶
type DeleteAppOK struct {
Payload models.Secrets20230613DeleteAppResponse
}
DeleteAppOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteAppOK ¶
func NewDeleteAppOK() *DeleteAppOK
NewDeleteAppOK creates a DeleteAppOK with default headers values
func (*DeleteAppOK) Error ¶
func (o *DeleteAppOK) Error() string
func (*DeleteAppOK) GetPayload ¶
func (o *DeleteAppOK) GetPayload() models.Secrets20230613DeleteAppResponse
func (*DeleteAppOK) IsClientError ¶
func (o *DeleteAppOK) IsClientError() bool
IsClientError returns true when this delete app o k response has a 4xx status code
func (*DeleteAppOK) IsCode ¶
func (o *DeleteAppOK) IsCode(code int) bool
IsCode returns true when this delete app o k response a status code equal to that given
func (*DeleteAppOK) IsRedirect ¶
func (o *DeleteAppOK) IsRedirect() bool
IsRedirect returns true when this delete app o k response has a 3xx status code
func (*DeleteAppOK) IsServerError ¶
func (o *DeleteAppOK) IsServerError() bool
IsServerError returns true when this delete app o k response has a 5xx status code
func (*DeleteAppOK) IsSuccess ¶
func (o *DeleteAppOK) IsSuccess() bool
IsSuccess returns true when this delete app o k response has a 2xx status code
func (*DeleteAppOK) String ¶
func (o *DeleteAppOK) String() string
type DeleteAppParams ¶
type DeleteAppParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppParams contains all the parameters to send to the API endpoint
for the delete app operation. Typically these are written to a http.Request.
func NewDeleteAppParams ¶
func NewDeleteAppParams() *DeleteAppParams
NewDeleteAppParams creates a new DeleteAppParams 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 NewDeleteAppParamsWithContext ¶
func NewDeleteAppParamsWithContext(ctx context.Context) *DeleteAppParams
NewDeleteAppParamsWithContext creates a new DeleteAppParams object with the ability to set a context for a request.
func NewDeleteAppParamsWithHTTPClient ¶
func NewDeleteAppParamsWithHTTPClient(client *http.Client) *DeleteAppParams
NewDeleteAppParamsWithHTTPClient creates a new DeleteAppParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAppParamsWithTimeout ¶
func NewDeleteAppParamsWithTimeout(timeout time.Duration) *DeleteAppParams
NewDeleteAppParamsWithTimeout creates a new DeleteAppParams object with the ability to set a timeout on a request.
func (*DeleteAppParams) SetContext ¶
func (o *DeleteAppParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app params
func (*DeleteAppParams) SetDefaults ¶
func (o *DeleteAppParams) SetDefaults()
SetDefaults hydrates default values in the delete app params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAppParams) SetHTTPClient ¶
func (o *DeleteAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) SetLocationOrganizationID ¶
func (o *DeleteAppParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete app params
func (*DeleteAppParams) SetLocationProjectID ¶
func (o *DeleteAppParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete app params
func (*DeleteAppParams) SetLocationRegionProvider ¶
func (o *DeleteAppParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete app params
func (*DeleteAppParams) SetLocationRegionRegion ¶
func (o *DeleteAppParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete app params
func (*DeleteAppParams) SetName ¶
func (o *DeleteAppParams) SetName(name string)
SetName adds the name to the delete app params
func (*DeleteAppParams) SetTimeout ¶
func (o *DeleteAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WithContext ¶
func (o *DeleteAppParams) WithContext(ctx context.Context) *DeleteAppParams
WithContext adds the context to the delete app params
func (*DeleteAppParams) WithDefaults ¶
func (o *DeleteAppParams) WithDefaults() *DeleteAppParams
WithDefaults hydrates default values in the delete app params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAppParams) WithHTTPClient ¶
func (o *DeleteAppParams) WithHTTPClient(client *http.Client) *DeleteAppParams
WithHTTPClient adds the HTTPClient to the delete app params
func (*DeleteAppParams) WithLocationOrganizationID ¶
func (o *DeleteAppParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteAppParams
WithLocationOrganizationID adds the locationOrganizationID to the delete app params
func (*DeleteAppParams) WithLocationProjectID ¶
func (o *DeleteAppParams) WithLocationProjectID(locationProjectID string) *DeleteAppParams
WithLocationProjectID adds the locationProjectID to the delete app params
func (*DeleteAppParams) WithLocationRegionProvider ¶
func (o *DeleteAppParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteAppParams
WithLocationRegionProvider adds the locationRegionProvider to the delete app params
func (*DeleteAppParams) WithLocationRegionRegion ¶
func (o *DeleteAppParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteAppParams
WithLocationRegionRegion adds the locationRegionRegion to the delete app params
func (*DeleteAppParams) WithName ¶
func (o *DeleteAppParams) WithName(name string) *DeleteAppParams
WithName adds the name to the delete app params
func (*DeleteAppParams) WithTimeout ¶
func (o *DeleteAppParams) WithTimeout(timeout time.Duration) *DeleteAppParams
WithTimeout adds the timeout to the delete app params
func (*DeleteAppParams) WriteToRequest ¶
func (o *DeleteAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppReader ¶
type DeleteAppReader struct {
// contains filtered or unexported fields
}
DeleteAppReader is a Reader for the DeleteApp structure.
func (*DeleteAppReader) ReadResponse ¶
func (o *DeleteAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteAppSecretDefault ¶
type DeleteAppSecretDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
DeleteAppSecretDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteAppSecretDefault ¶
func NewDeleteAppSecretDefault(code int) *DeleteAppSecretDefault
NewDeleteAppSecretDefault creates a DeleteAppSecretDefault with default headers values
func (*DeleteAppSecretDefault) Code ¶
func (o *DeleteAppSecretDefault) Code() int
Code gets the status code for the delete app secret default response
func (*DeleteAppSecretDefault) Error ¶
func (o *DeleteAppSecretDefault) Error() string
func (*DeleteAppSecretDefault) GetPayload ¶
func (o *DeleteAppSecretDefault) GetPayload() *models.RPCStatus
func (*DeleteAppSecretDefault) IsClientError ¶
func (o *DeleteAppSecretDefault) IsClientError() bool
IsClientError returns true when this delete app secret default response has a 4xx status code
func (*DeleteAppSecretDefault) IsCode ¶
func (o *DeleteAppSecretDefault) IsCode(code int) bool
IsCode returns true when this delete app secret default response a status code equal to that given
func (*DeleteAppSecretDefault) IsRedirect ¶
func (o *DeleteAppSecretDefault) IsRedirect() bool
IsRedirect returns true when this delete app secret default response has a 3xx status code
func (*DeleteAppSecretDefault) IsServerError ¶
func (o *DeleteAppSecretDefault) IsServerError() bool
IsServerError returns true when this delete app secret default response has a 5xx status code
func (*DeleteAppSecretDefault) IsSuccess ¶
func (o *DeleteAppSecretDefault) IsSuccess() bool
IsSuccess returns true when this delete app secret default response has a 2xx status code
func (*DeleteAppSecretDefault) String ¶
func (o *DeleteAppSecretDefault) String() string
type DeleteAppSecretOK ¶
type DeleteAppSecretOK struct {
Payload models.Secrets20230613DeleteAppSecretResponse
}
DeleteAppSecretOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteAppSecretOK ¶
func NewDeleteAppSecretOK() *DeleteAppSecretOK
NewDeleteAppSecretOK creates a DeleteAppSecretOK with default headers values
func (*DeleteAppSecretOK) Error ¶
func (o *DeleteAppSecretOK) Error() string
func (*DeleteAppSecretOK) GetPayload ¶
func (o *DeleteAppSecretOK) GetPayload() models.Secrets20230613DeleteAppSecretResponse
func (*DeleteAppSecretOK) IsClientError ¶
func (o *DeleteAppSecretOK) IsClientError() bool
IsClientError returns true when this delete app secret o k response has a 4xx status code
func (*DeleteAppSecretOK) IsCode ¶
func (o *DeleteAppSecretOK) IsCode(code int) bool
IsCode returns true when this delete app secret o k response a status code equal to that given
func (*DeleteAppSecretOK) IsRedirect ¶
func (o *DeleteAppSecretOK) IsRedirect() bool
IsRedirect returns true when this delete app secret o k response has a 3xx status code
func (*DeleteAppSecretOK) IsServerError ¶
func (o *DeleteAppSecretOK) IsServerError() bool
IsServerError returns true when this delete app secret o k response has a 5xx status code
func (*DeleteAppSecretOK) IsSuccess ¶
func (o *DeleteAppSecretOK) IsSuccess() bool
IsSuccess returns true when this delete app secret o k response has a 2xx status code
func (*DeleteAppSecretOK) String ¶
func (o *DeleteAppSecretOK) String() string
type DeleteAppSecretParams ¶
type DeleteAppSecretParams struct { // AppName. AppName 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 // SecretName. SecretName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteAppSecretParams contains all the parameters to send to the API endpoint
for the delete app secret operation. Typically these are written to a http.Request.
func NewDeleteAppSecretParams ¶
func NewDeleteAppSecretParams() *DeleteAppSecretParams
NewDeleteAppSecretParams creates a new DeleteAppSecretParams 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 NewDeleteAppSecretParamsWithContext ¶
func NewDeleteAppSecretParamsWithContext(ctx context.Context) *DeleteAppSecretParams
NewDeleteAppSecretParamsWithContext creates a new DeleteAppSecretParams object with the ability to set a context for a request.
func NewDeleteAppSecretParamsWithHTTPClient ¶
func NewDeleteAppSecretParamsWithHTTPClient(client *http.Client) *DeleteAppSecretParams
NewDeleteAppSecretParamsWithHTTPClient creates a new DeleteAppSecretParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteAppSecretParamsWithTimeout ¶
func NewDeleteAppSecretParamsWithTimeout(timeout time.Duration) *DeleteAppSecretParams
NewDeleteAppSecretParamsWithTimeout creates a new DeleteAppSecretParams object with the ability to set a timeout on a request.
func (*DeleteAppSecretParams) SetAppName ¶
func (o *DeleteAppSecretParams) SetAppName(appName string)
SetAppName adds the appName to the delete app secret params
func (*DeleteAppSecretParams) SetContext ¶
func (o *DeleteAppSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the delete app secret params
func (*DeleteAppSecretParams) SetDefaults ¶
func (o *DeleteAppSecretParams) SetDefaults()
SetDefaults hydrates default values in the delete app secret params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAppSecretParams) SetHTTPClient ¶
func (o *DeleteAppSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete app secret params
func (*DeleteAppSecretParams) SetLocationOrganizationID ¶
func (o *DeleteAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete app secret params
func (*DeleteAppSecretParams) SetLocationProjectID ¶
func (o *DeleteAppSecretParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete app secret params
func (*DeleteAppSecretParams) SetLocationRegionProvider ¶
func (o *DeleteAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete app secret params
func (*DeleteAppSecretParams) SetLocationRegionRegion ¶
func (o *DeleteAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete app secret params
func (*DeleteAppSecretParams) SetSecretName ¶
func (o *DeleteAppSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the delete app secret params
func (*DeleteAppSecretParams) SetTimeout ¶
func (o *DeleteAppSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete app secret params
func (*DeleteAppSecretParams) WithAppName ¶
func (o *DeleteAppSecretParams) WithAppName(appName string) *DeleteAppSecretParams
WithAppName adds the appName to the delete app secret params
func (*DeleteAppSecretParams) WithContext ¶
func (o *DeleteAppSecretParams) WithContext(ctx context.Context) *DeleteAppSecretParams
WithContext adds the context to the delete app secret params
func (*DeleteAppSecretParams) WithDefaults ¶
func (o *DeleteAppSecretParams) WithDefaults() *DeleteAppSecretParams
WithDefaults hydrates default values in the delete app secret params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteAppSecretParams) WithHTTPClient ¶
func (o *DeleteAppSecretParams) WithHTTPClient(client *http.Client) *DeleteAppSecretParams
WithHTTPClient adds the HTTPClient to the delete app secret params
func (*DeleteAppSecretParams) WithLocationOrganizationID ¶
func (o *DeleteAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteAppSecretParams
WithLocationOrganizationID adds the locationOrganizationID to the delete app secret params
func (*DeleteAppSecretParams) WithLocationProjectID ¶
func (o *DeleteAppSecretParams) WithLocationProjectID(locationProjectID string) *DeleteAppSecretParams
WithLocationProjectID adds the locationProjectID to the delete app secret params
func (*DeleteAppSecretParams) WithLocationRegionProvider ¶
func (o *DeleteAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteAppSecretParams
WithLocationRegionProvider adds the locationRegionProvider to the delete app secret params
func (*DeleteAppSecretParams) WithLocationRegionRegion ¶
func (o *DeleteAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteAppSecretParams
WithLocationRegionRegion adds the locationRegionRegion to the delete app secret params
func (*DeleteAppSecretParams) WithSecretName ¶
func (o *DeleteAppSecretParams) WithSecretName(secretName string) *DeleteAppSecretParams
WithSecretName adds the secretName to the delete app secret params
func (*DeleteAppSecretParams) WithTimeout ¶
func (o *DeleteAppSecretParams) WithTimeout(timeout time.Duration) *DeleteAppSecretParams
WithTimeout adds the timeout to the delete app secret params
func (*DeleteAppSecretParams) WriteToRequest ¶
func (o *DeleteAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteAppSecretReader ¶
type DeleteAppSecretReader struct {
// contains filtered or unexported fields
}
DeleteAppSecretReader is a Reader for the DeleteAppSecret structure.
func (*DeleteAppSecretReader) ReadResponse ¶
func (o *DeleteAppSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSyncInstallationDefault ¶
type DeleteSyncInstallationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
DeleteSyncInstallationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteSyncInstallationDefault ¶
func NewDeleteSyncInstallationDefault(code int) *DeleteSyncInstallationDefault
NewDeleteSyncInstallationDefault creates a DeleteSyncInstallationDefault with default headers values
func (*DeleteSyncInstallationDefault) Code ¶
func (o *DeleteSyncInstallationDefault) Code() int
Code gets the status code for the delete sync installation default response
func (*DeleteSyncInstallationDefault) Error ¶
func (o *DeleteSyncInstallationDefault) Error() string
func (*DeleteSyncInstallationDefault) GetPayload ¶
func (o *DeleteSyncInstallationDefault) GetPayload() *models.RPCStatus
func (*DeleteSyncInstallationDefault) IsClientError ¶
func (o *DeleteSyncInstallationDefault) IsClientError() bool
IsClientError returns true when this delete sync installation default response has a 4xx status code
func (*DeleteSyncInstallationDefault) IsCode ¶
func (o *DeleteSyncInstallationDefault) IsCode(code int) bool
IsCode returns true when this delete sync installation default response a status code equal to that given
func (*DeleteSyncInstallationDefault) IsRedirect ¶
func (o *DeleteSyncInstallationDefault) IsRedirect() bool
IsRedirect returns true when this delete sync installation default response has a 3xx status code
func (*DeleteSyncInstallationDefault) IsServerError ¶
func (o *DeleteSyncInstallationDefault) IsServerError() bool
IsServerError returns true when this delete sync installation default response has a 5xx status code
func (*DeleteSyncInstallationDefault) IsSuccess ¶
func (o *DeleteSyncInstallationDefault) IsSuccess() bool
IsSuccess returns true when this delete sync installation default response has a 2xx status code
func (*DeleteSyncInstallationDefault) String ¶
func (o *DeleteSyncInstallationDefault) String() string
type DeleteSyncInstallationOK ¶
type DeleteSyncInstallationOK struct {
Payload models.Secrets20230613DeleteSyncInstallationResponse
}
DeleteSyncInstallationOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteSyncInstallationOK ¶
func NewDeleteSyncInstallationOK() *DeleteSyncInstallationOK
NewDeleteSyncInstallationOK creates a DeleteSyncInstallationOK with default headers values
func (*DeleteSyncInstallationOK) Error ¶
func (o *DeleteSyncInstallationOK) Error() string
func (*DeleteSyncInstallationOK) GetPayload ¶
func (o *DeleteSyncInstallationOK) GetPayload() models.Secrets20230613DeleteSyncInstallationResponse
func (*DeleteSyncInstallationOK) IsClientError ¶
func (o *DeleteSyncInstallationOK) IsClientError() bool
IsClientError returns true when this delete sync installation o k response has a 4xx status code
func (*DeleteSyncInstallationOK) IsCode ¶
func (o *DeleteSyncInstallationOK) IsCode(code int) bool
IsCode returns true when this delete sync installation o k response a status code equal to that given
func (*DeleteSyncInstallationOK) IsRedirect ¶
func (o *DeleteSyncInstallationOK) IsRedirect() bool
IsRedirect returns true when this delete sync installation o k response has a 3xx status code
func (*DeleteSyncInstallationOK) IsServerError ¶
func (o *DeleteSyncInstallationOK) IsServerError() bool
IsServerError returns true when this delete sync installation o k response has a 5xx status code
func (*DeleteSyncInstallationOK) IsSuccess ¶
func (o *DeleteSyncInstallationOK) IsSuccess() bool
IsSuccess returns true when this delete sync installation o k response has a 2xx status code
func (*DeleteSyncInstallationOK) String ¶
func (o *DeleteSyncInstallationOK) String() string
type DeleteSyncInstallationParams ¶
type DeleteSyncInstallationParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSyncInstallationParams contains all the parameters to send to the API endpoint
for the delete sync installation operation. Typically these are written to a http.Request.
func NewDeleteSyncInstallationParams ¶
func NewDeleteSyncInstallationParams() *DeleteSyncInstallationParams
NewDeleteSyncInstallationParams creates a new DeleteSyncInstallationParams 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 NewDeleteSyncInstallationParamsWithContext ¶
func NewDeleteSyncInstallationParamsWithContext(ctx context.Context) *DeleteSyncInstallationParams
NewDeleteSyncInstallationParamsWithContext creates a new DeleteSyncInstallationParams object with the ability to set a context for a request.
func NewDeleteSyncInstallationParamsWithHTTPClient ¶
func NewDeleteSyncInstallationParamsWithHTTPClient(client *http.Client) *DeleteSyncInstallationParams
NewDeleteSyncInstallationParamsWithHTTPClient creates a new DeleteSyncInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSyncInstallationParamsWithTimeout ¶
func NewDeleteSyncInstallationParamsWithTimeout(timeout time.Duration) *DeleteSyncInstallationParams
NewDeleteSyncInstallationParamsWithTimeout creates a new DeleteSyncInstallationParams object with the ability to set a timeout on a request.
func (*DeleteSyncInstallationParams) SetContext ¶
func (o *DeleteSyncInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete sync installation params
func (*DeleteSyncInstallationParams) SetDefaults ¶
func (o *DeleteSyncInstallationParams) SetDefaults()
SetDefaults hydrates default values in the delete sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSyncInstallationParams) SetHTTPClient ¶
func (o *DeleteSyncInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete sync installation params
func (*DeleteSyncInstallationParams) SetLocationOrganizationID ¶
func (o *DeleteSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete sync installation params
func (*DeleteSyncInstallationParams) SetLocationProjectID ¶
func (o *DeleteSyncInstallationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete sync installation params
func (*DeleteSyncInstallationParams) SetLocationRegionProvider ¶
func (o *DeleteSyncInstallationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete sync installation params
func (*DeleteSyncInstallationParams) SetLocationRegionRegion ¶
func (o *DeleteSyncInstallationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete sync installation params
func (*DeleteSyncInstallationParams) SetName ¶
func (o *DeleteSyncInstallationParams) SetName(name string)
SetName adds the name to the delete sync installation params
func (*DeleteSyncInstallationParams) SetTimeout ¶
func (o *DeleteSyncInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete sync installation params
func (*DeleteSyncInstallationParams) WithContext ¶
func (o *DeleteSyncInstallationParams) WithContext(ctx context.Context) *DeleteSyncInstallationParams
WithContext adds the context to the delete sync installation params
func (*DeleteSyncInstallationParams) WithDefaults ¶
func (o *DeleteSyncInstallationParams) WithDefaults() *DeleteSyncInstallationParams
WithDefaults hydrates default values in the delete sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSyncInstallationParams) WithHTTPClient ¶
func (o *DeleteSyncInstallationParams) WithHTTPClient(client *http.Client) *DeleteSyncInstallationParams
WithHTTPClient adds the HTTPClient to the delete sync installation params
func (*DeleteSyncInstallationParams) WithLocationOrganizationID ¶
func (o *DeleteSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSyncInstallationParams
WithLocationOrganizationID adds the locationOrganizationID to the delete sync installation params
func (*DeleteSyncInstallationParams) WithLocationProjectID ¶
func (o *DeleteSyncInstallationParams) WithLocationProjectID(locationProjectID string) *DeleteSyncInstallationParams
WithLocationProjectID adds the locationProjectID to the delete sync installation params
func (*DeleteSyncInstallationParams) WithLocationRegionProvider ¶
func (o *DeleteSyncInstallationParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSyncInstallationParams
WithLocationRegionProvider adds the locationRegionProvider to the delete sync installation params
func (*DeleteSyncInstallationParams) WithLocationRegionRegion ¶
func (o *DeleteSyncInstallationParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSyncInstallationParams
WithLocationRegionRegion adds the locationRegionRegion to the delete sync installation params
func (*DeleteSyncInstallationParams) WithName ¶
func (o *DeleteSyncInstallationParams) WithName(name string) *DeleteSyncInstallationParams
WithName adds the name to the delete sync installation params
func (*DeleteSyncInstallationParams) WithTimeout ¶
func (o *DeleteSyncInstallationParams) WithTimeout(timeout time.Duration) *DeleteSyncInstallationParams
WithTimeout adds the timeout to the delete sync installation params
func (*DeleteSyncInstallationParams) WriteToRequest ¶
func (o *DeleteSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSyncInstallationReader ¶
type DeleteSyncInstallationReader struct {
// contains filtered or unexported fields
}
DeleteSyncInstallationReader is a Reader for the DeleteSyncInstallation structure.
func (*DeleteSyncInstallationReader) ReadResponse ¶
func (o *DeleteSyncInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteSyncIntegrationDefault ¶
type DeleteSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
DeleteSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewDeleteSyncIntegrationDefault ¶
func NewDeleteSyncIntegrationDefault(code int) *DeleteSyncIntegrationDefault
NewDeleteSyncIntegrationDefault creates a DeleteSyncIntegrationDefault with default headers values
func (*DeleteSyncIntegrationDefault) Code ¶
func (o *DeleteSyncIntegrationDefault) Code() int
Code gets the status code for the delete sync integration default response
func (*DeleteSyncIntegrationDefault) Error ¶
func (o *DeleteSyncIntegrationDefault) Error() string
func (*DeleteSyncIntegrationDefault) GetPayload ¶
func (o *DeleteSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*DeleteSyncIntegrationDefault) IsClientError ¶
func (o *DeleteSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this delete sync integration default response has a 4xx status code
func (*DeleteSyncIntegrationDefault) IsCode ¶
func (o *DeleteSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this delete sync integration default response a status code equal to that given
func (*DeleteSyncIntegrationDefault) IsRedirect ¶
func (o *DeleteSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this delete sync integration default response has a 3xx status code
func (*DeleteSyncIntegrationDefault) IsServerError ¶
func (o *DeleteSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this delete sync integration default response has a 5xx status code
func (*DeleteSyncIntegrationDefault) IsSuccess ¶
func (o *DeleteSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this delete sync integration default response has a 2xx status code
func (*DeleteSyncIntegrationDefault) String ¶
func (o *DeleteSyncIntegrationDefault) String() string
type DeleteSyncIntegrationOK ¶
type DeleteSyncIntegrationOK struct {
Payload models.Secrets20230613DeleteSyncIntegrationResponse
}
DeleteSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewDeleteSyncIntegrationOK ¶
func NewDeleteSyncIntegrationOK() *DeleteSyncIntegrationOK
NewDeleteSyncIntegrationOK creates a DeleteSyncIntegrationOK with default headers values
func (*DeleteSyncIntegrationOK) Error ¶
func (o *DeleteSyncIntegrationOK) Error() string
func (*DeleteSyncIntegrationOK) GetPayload ¶
func (o *DeleteSyncIntegrationOK) GetPayload() models.Secrets20230613DeleteSyncIntegrationResponse
func (*DeleteSyncIntegrationOK) IsClientError ¶
func (o *DeleteSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this delete sync integration o k response has a 4xx status code
func (*DeleteSyncIntegrationOK) IsCode ¶
func (o *DeleteSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this delete sync integration o k response a status code equal to that given
func (*DeleteSyncIntegrationOK) IsRedirect ¶
func (o *DeleteSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this delete sync integration o k response has a 3xx status code
func (*DeleteSyncIntegrationOK) IsServerError ¶
func (o *DeleteSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this delete sync integration o k response has a 5xx status code
func (*DeleteSyncIntegrationOK) IsSuccess ¶
func (o *DeleteSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this delete sync integration o k response has a 2xx status code
func (*DeleteSyncIntegrationOK) String ¶
func (o *DeleteSyncIntegrationOK) String() string
type DeleteSyncIntegrationParams ¶
type DeleteSyncIntegrationParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteSyncIntegrationParams contains all the parameters to send to the API endpoint
for the delete sync integration operation. Typically these are written to a http.Request.
func NewDeleteSyncIntegrationParams ¶
func NewDeleteSyncIntegrationParams() *DeleteSyncIntegrationParams
NewDeleteSyncIntegrationParams creates a new DeleteSyncIntegrationParams 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 NewDeleteSyncIntegrationParamsWithContext ¶
func NewDeleteSyncIntegrationParamsWithContext(ctx context.Context) *DeleteSyncIntegrationParams
NewDeleteSyncIntegrationParamsWithContext creates a new DeleteSyncIntegrationParams object with the ability to set a context for a request.
func NewDeleteSyncIntegrationParamsWithHTTPClient ¶
func NewDeleteSyncIntegrationParamsWithHTTPClient(client *http.Client) *DeleteSyncIntegrationParams
NewDeleteSyncIntegrationParamsWithHTTPClient creates a new DeleteSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteSyncIntegrationParamsWithTimeout ¶
func NewDeleteSyncIntegrationParamsWithTimeout(timeout time.Duration) *DeleteSyncIntegrationParams
NewDeleteSyncIntegrationParamsWithTimeout creates a new DeleteSyncIntegrationParams object with the ability to set a timeout on a request.
func (*DeleteSyncIntegrationParams) SetContext ¶
func (o *DeleteSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetDefaults ¶
func (o *DeleteSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the delete sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSyncIntegrationParams) SetHTTPClient ¶
func (o *DeleteSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *DeleteSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetLocationProjectID ¶
func (o *DeleteSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetLocationRegionProvider ¶
func (o *DeleteSyncIntegrationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetLocationRegionRegion ¶
func (o *DeleteSyncIntegrationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetName ¶
func (o *DeleteSyncIntegrationParams) SetName(name string)
SetName adds the name to the delete sync integration params
func (*DeleteSyncIntegrationParams) SetTimeout ¶
func (o *DeleteSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithContext ¶
func (o *DeleteSyncIntegrationParams) WithContext(ctx context.Context) *DeleteSyncIntegrationParams
WithContext adds the context to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithDefaults ¶
func (o *DeleteSyncIntegrationParams) WithDefaults() *DeleteSyncIntegrationParams
WithDefaults hydrates default values in the delete sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteSyncIntegrationParams) WithHTTPClient ¶
func (o *DeleteSyncIntegrationParams) WithHTTPClient(client *http.Client) *DeleteSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *DeleteSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *DeleteSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithLocationProjectID ¶
func (o *DeleteSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *DeleteSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithLocationRegionProvider ¶
func (o *DeleteSyncIntegrationParams) WithLocationRegionProvider(locationRegionProvider *string) *DeleteSyncIntegrationParams
WithLocationRegionProvider adds the locationRegionProvider to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithLocationRegionRegion ¶
func (o *DeleteSyncIntegrationParams) WithLocationRegionRegion(locationRegionRegion *string) *DeleteSyncIntegrationParams
WithLocationRegionRegion adds the locationRegionRegion to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithName ¶
func (o *DeleteSyncIntegrationParams) WithName(name string) *DeleteSyncIntegrationParams
WithName adds the name to the delete sync integration params
func (*DeleteSyncIntegrationParams) WithTimeout ¶
func (o *DeleteSyncIntegrationParams) WithTimeout(timeout time.Duration) *DeleteSyncIntegrationParams
WithTimeout adds the timeout to the delete sync integration params
func (*DeleteSyncIntegrationParams) WriteToRequest ¶
func (o *DeleteSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteSyncIntegrationReader ¶
type DeleteSyncIntegrationReader struct {
// contains filtered or unexported fields
}
DeleteSyncIntegrationReader is a Reader for the DeleteSyncIntegration structure.
func (*DeleteSyncIntegrationReader) ReadResponse ¶
func (o *DeleteSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ForceSyncBody ¶
type ForceSyncBody struct { // app name AppName string `json:"app_name,omitempty"` // location Location *ForceSyncParamsBodyLocation `json:"location,omitempty"` // operation Operation *models.ForceSyncRequestOPERATION `json:"operation,omitempty"` // sync integration name SyncIntegrationName string `json:"sync_integration_name,omitempty"` }
ForceSyncBody force sync body swagger:model ForceSyncBody
func (*ForceSyncBody) ContextValidate ¶
ContextValidate validate this force sync body based on the context it is used
func (*ForceSyncBody) MarshalBinary ¶
func (o *ForceSyncBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ForceSyncBody) UnmarshalBinary ¶
func (o *ForceSyncBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ForceSyncDefault ¶
type ForceSyncDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
ForceSyncDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewForceSyncDefault ¶
func NewForceSyncDefault(code int) *ForceSyncDefault
NewForceSyncDefault creates a ForceSyncDefault with default headers values
func (*ForceSyncDefault) Code ¶
func (o *ForceSyncDefault) Code() int
Code gets the status code for the force sync default response
func (*ForceSyncDefault) Error ¶
func (o *ForceSyncDefault) Error() string
func (*ForceSyncDefault) GetPayload ¶
func (o *ForceSyncDefault) GetPayload() *models.RPCStatus
func (*ForceSyncDefault) IsClientError ¶
func (o *ForceSyncDefault) IsClientError() bool
IsClientError returns true when this force sync default response has a 4xx status code
func (*ForceSyncDefault) IsCode ¶
func (o *ForceSyncDefault) IsCode(code int) bool
IsCode returns true when this force sync default response a status code equal to that given
func (*ForceSyncDefault) IsRedirect ¶
func (o *ForceSyncDefault) IsRedirect() bool
IsRedirect returns true when this force sync default response has a 3xx status code
func (*ForceSyncDefault) IsServerError ¶
func (o *ForceSyncDefault) IsServerError() bool
IsServerError returns true when this force sync default response has a 5xx status code
func (*ForceSyncDefault) IsSuccess ¶
func (o *ForceSyncDefault) IsSuccess() bool
IsSuccess returns true when this force sync default response has a 2xx status code
func (*ForceSyncDefault) String ¶
func (o *ForceSyncDefault) String() string
type ForceSyncOK ¶
type ForceSyncOK struct {
Payload models.Secrets20230613ForceSyncResponse
}
ForceSyncOK describes a response with status code 200, with default header values.
A successful response.
func NewForceSyncOK ¶
func NewForceSyncOK() *ForceSyncOK
NewForceSyncOK creates a ForceSyncOK with default headers values
func (*ForceSyncOK) Error ¶
func (o *ForceSyncOK) Error() string
func (*ForceSyncOK) GetPayload ¶
func (o *ForceSyncOK) GetPayload() models.Secrets20230613ForceSyncResponse
func (*ForceSyncOK) IsClientError ¶
func (o *ForceSyncOK) IsClientError() bool
IsClientError returns true when this force sync o k response has a 4xx status code
func (*ForceSyncOK) IsCode ¶
func (o *ForceSyncOK) IsCode(code int) bool
IsCode returns true when this force sync o k response a status code equal to that given
func (*ForceSyncOK) IsRedirect ¶
func (o *ForceSyncOK) IsRedirect() bool
IsRedirect returns true when this force sync o k response has a 3xx status code
func (*ForceSyncOK) IsServerError ¶
func (o *ForceSyncOK) IsServerError() bool
IsServerError returns true when this force sync o k response has a 5xx status code
func (*ForceSyncOK) IsSuccess ¶
func (o *ForceSyncOK) IsSuccess() bool
IsSuccess returns true when this force sync o k response has a 2xx status code
func (*ForceSyncOK) String ¶
func (o *ForceSyncOK) String() string
type ForceSyncParams ¶
type ForceSyncParams struct { // Body. Body ForceSyncBody /* 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 }
ForceSyncParams contains all the parameters to send to the API endpoint
for the force sync operation. Typically these are written to a http.Request.
func NewForceSyncParams ¶
func NewForceSyncParams() *ForceSyncParams
NewForceSyncParams creates a new ForceSyncParams 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 NewForceSyncParamsWithContext ¶
func NewForceSyncParamsWithContext(ctx context.Context) *ForceSyncParams
NewForceSyncParamsWithContext creates a new ForceSyncParams object with the ability to set a context for a request.
func NewForceSyncParamsWithHTTPClient ¶
func NewForceSyncParamsWithHTTPClient(client *http.Client) *ForceSyncParams
NewForceSyncParamsWithHTTPClient creates a new ForceSyncParams object with the ability to set a custom HTTPClient for a request.
func NewForceSyncParamsWithTimeout ¶
func NewForceSyncParamsWithTimeout(timeout time.Duration) *ForceSyncParams
NewForceSyncParamsWithTimeout creates a new ForceSyncParams object with the ability to set a timeout on a request.
func (*ForceSyncParams) SetBody ¶
func (o *ForceSyncParams) SetBody(body ForceSyncBody)
SetBody adds the body to the force sync params
func (*ForceSyncParams) SetContext ¶
func (o *ForceSyncParams) SetContext(ctx context.Context)
SetContext adds the context to the force sync params
func (*ForceSyncParams) SetDefaults ¶
func (o *ForceSyncParams) SetDefaults()
SetDefaults hydrates default values in the force sync params (not the query body).
All values with no default are reset to their zero value.
func (*ForceSyncParams) SetHTTPClient ¶
func (o *ForceSyncParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the force sync params
func (*ForceSyncParams) SetLocationOrganizationID ¶
func (o *ForceSyncParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the force sync params
func (*ForceSyncParams) SetLocationProjectID ¶
func (o *ForceSyncParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the force sync params
func (*ForceSyncParams) SetTimeout ¶
func (o *ForceSyncParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the force sync params
func (*ForceSyncParams) WithBody ¶
func (o *ForceSyncParams) WithBody(body ForceSyncBody) *ForceSyncParams
WithBody adds the body to the force sync params
func (*ForceSyncParams) WithContext ¶
func (o *ForceSyncParams) WithContext(ctx context.Context) *ForceSyncParams
WithContext adds the context to the force sync params
func (*ForceSyncParams) WithDefaults ¶
func (o *ForceSyncParams) WithDefaults() *ForceSyncParams
WithDefaults hydrates default values in the force sync params (not the query body).
All values with no default are reset to their zero value.
func (*ForceSyncParams) WithHTTPClient ¶
func (o *ForceSyncParams) WithHTTPClient(client *http.Client) *ForceSyncParams
WithHTTPClient adds the HTTPClient to the force sync params
func (*ForceSyncParams) WithLocationOrganizationID ¶
func (o *ForceSyncParams) WithLocationOrganizationID(locationOrganizationID string) *ForceSyncParams
WithLocationOrganizationID adds the locationOrganizationID to the force sync params
func (*ForceSyncParams) WithLocationProjectID ¶
func (o *ForceSyncParams) WithLocationProjectID(locationProjectID string) *ForceSyncParams
WithLocationProjectID adds the locationProjectID to the force sync params
func (*ForceSyncParams) WithTimeout ¶
func (o *ForceSyncParams) WithTimeout(timeout time.Duration) *ForceSyncParams
WithTimeout adds the timeout to the force sync params
func (*ForceSyncParams) WriteToRequest ¶
func (o *ForceSyncParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ForceSyncParamsBodyLocation ¶
type ForceSyncParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
ForceSyncParamsBodyLocation Location represents a target for an operation in HCP. swagger:model ForceSyncParamsBodyLocation
func (*ForceSyncParamsBodyLocation) ContextValidate ¶
func (o *ForceSyncParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this force sync params body location based on the context it is used
func (*ForceSyncParamsBodyLocation) MarshalBinary ¶
func (o *ForceSyncParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*ForceSyncParamsBodyLocation) UnmarshalBinary ¶
func (o *ForceSyncParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type ForceSyncReader ¶
type ForceSyncReader struct {
// contains filtered or unexported fields
}
ForceSyncReader is a Reader for the ForceSync structure.
func (*ForceSyncReader) ReadResponse ¶
func (o *ForceSyncReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppDefault ¶
GetAppDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAppDefault ¶
func NewGetAppDefault(code int) *GetAppDefault
NewGetAppDefault creates a GetAppDefault with default headers values
func (*GetAppDefault) Code ¶
func (o *GetAppDefault) Code() int
Code gets the status code for the get app default response
func (*GetAppDefault) Error ¶
func (o *GetAppDefault) Error() string
func (*GetAppDefault) GetPayload ¶
func (o *GetAppDefault) GetPayload() *models.RPCStatus
func (*GetAppDefault) IsClientError ¶
func (o *GetAppDefault) IsClientError() bool
IsClientError returns true when this get app default response has a 4xx status code
func (*GetAppDefault) IsCode ¶
func (o *GetAppDefault) IsCode(code int) bool
IsCode returns true when this get app default response a status code equal to that given
func (*GetAppDefault) IsRedirect ¶
func (o *GetAppDefault) IsRedirect() bool
IsRedirect returns true when this get app default response has a 3xx status code
func (*GetAppDefault) IsServerError ¶
func (o *GetAppDefault) IsServerError() bool
IsServerError returns true when this get app default response has a 5xx status code
func (*GetAppDefault) IsSuccess ¶
func (o *GetAppDefault) IsSuccess() bool
IsSuccess returns true when this get app default response has a 2xx status code
func (*GetAppDefault) String ¶
func (o *GetAppDefault) String() string
type GetAppOK ¶
type GetAppOK struct {
Payload *models.Secrets20230613GetAppResponse
}
GetAppOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAppOK ¶
func NewGetAppOK() *GetAppOK
NewGetAppOK creates a GetAppOK with default headers values
func (*GetAppOK) GetPayload ¶
func (o *GetAppOK) GetPayload() *models.Secrets20230613GetAppResponse
func (*GetAppOK) IsClientError ¶
IsClientError returns true when this get app o k response has a 4xx status code
func (*GetAppOK) IsCode ¶
IsCode returns true when this get app o k response a status code equal to that given
func (*GetAppOK) IsRedirect ¶
IsRedirect returns true when this get app o k response has a 3xx status code
func (*GetAppOK) IsServerError ¶
IsServerError returns true when this get app o k response has a 5xx status code
type GetAppParams ¶
type GetAppParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppParams contains all the parameters to send to the API endpoint
for the get app operation. Typically these are written to a http.Request.
func NewGetAppParams ¶
func NewGetAppParams() *GetAppParams
NewGetAppParams creates a new GetAppParams 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 NewGetAppParamsWithContext ¶
func NewGetAppParamsWithContext(ctx context.Context) *GetAppParams
NewGetAppParamsWithContext creates a new GetAppParams object with the ability to set a context for a request.
func NewGetAppParamsWithHTTPClient ¶
func NewGetAppParamsWithHTTPClient(client *http.Client) *GetAppParams
NewGetAppParamsWithHTTPClient creates a new GetAppParams object with the ability to set a custom HTTPClient for a request.
func NewGetAppParamsWithTimeout ¶
func NewGetAppParamsWithTimeout(timeout time.Duration) *GetAppParams
NewGetAppParamsWithTimeout creates a new GetAppParams object with the ability to set a timeout on a request.
func (*GetAppParams) SetContext ¶
func (o *GetAppParams) SetContext(ctx context.Context)
SetContext adds the context to the get app params
func (*GetAppParams) SetDefaults ¶
func (o *GetAppParams) SetDefaults()
SetDefaults hydrates default values in the get app params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppParams) SetHTTPClient ¶
func (o *GetAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app params
func (*GetAppParams) SetLocationOrganizationID ¶
func (o *GetAppParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get app params
func (*GetAppParams) SetLocationProjectID ¶
func (o *GetAppParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get app params
func (*GetAppParams) SetLocationRegionProvider ¶
func (o *GetAppParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get app params
func (*GetAppParams) SetLocationRegionRegion ¶
func (o *GetAppParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get app params
func (*GetAppParams) SetName ¶
func (o *GetAppParams) SetName(name string)
SetName adds the name to the get app params
func (*GetAppParams) SetTimeout ¶
func (o *GetAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app params
func (*GetAppParams) WithContext ¶
func (o *GetAppParams) WithContext(ctx context.Context) *GetAppParams
WithContext adds the context to the get app params
func (*GetAppParams) WithDefaults ¶
func (o *GetAppParams) WithDefaults() *GetAppParams
WithDefaults hydrates default values in the get app params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppParams) WithHTTPClient ¶
func (o *GetAppParams) WithHTTPClient(client *http.Client) *GetAppParams
WithHTTPClient adds the HTTPClient to the get app params
func (*GetAppParams) WithLocationOrganizationID ¶
func (o *GetAppParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppParams
WithLocationOrganizationID adds the locationOrganizationID to the get app params
func (*GetAppParams) WithLocationProjectID ¶
func (o *GetAppParams) WithLocationProjectID(locationProjectID string) *GetAppParams
WithLocationProjectID adds the locationProjectID to the get app params
func (*GetAppParams) WithLocationRegionProvider ¶
func (o *GetAppParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppParams
WithLocationRegionProvider adds the locationRegionProvider to the get app params
func (*GetAppParams) WithLocationRegionRegion ¶
func (o *GetAppParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppParams
WithLocationRegionRegion adds the locationRegionRegion to the get app params
func (*GetAppParams) WithName ¶
func (o *GetAppParams) WithName(name string) *GetAppParams
WithName adds the name to the get app params
func (*GetAppParams) WithTimeout ¶
func (o *GetAppParams) WithTimeout(timeout time.Duration) *GetAppParams
WithTimeout adds the timeout to the get app params
func (*GetAppParams) WriteToRequest ¶
func (o *GetAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppReader ¶
type GetAppReader struct {
// contains filtered or unexported fields
}
GetAppReader is a Reader for the GetApp structure.
func (*GetAppReader) ReadResponse ¶
func (o *GetAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppSecretDefault ¶
type GetAppSecretDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
GetAppSecretDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAppSecretDefault ¶
func NewGetAppSecretDefault(code int) *GetAppSecretDefault
NewGetAppSecretDefault creates a GetAppSecretDefault with default headers values
func (*GetAppSecretDefault) Code ¶
func (o *GetAppSecretDefault) Code() int
Code gets the status code for the get app secret default response
func (*GetAppSecretDefault) Error ¶
func (o *GetAppSecretDefault) Error() string
func (*GetAppSecretDefault) GetPayload ¶
func (o *GetAppSecretDefault) GetPayload() *models.RPCStatus
func (*GetAppSecretDefault) IsClientError ¶
func (o *GetAppSecretDefault) IsClientError() bool
IsClientError returns true when this get app secret default response has a 4xx status code
func (*GetAppSecretDefault) IsCode ¶
func (o *GetAppSecretDefault) IsCode(code int) bool
IsCode returns true when this get app secret default response a status code equal to that given
func (*GetAppSecretDefault) IsRedirect ¶
func (o *GetAppSecretDefault) IsRedirect() bool
IsRedirect returns true when this get app secret default response has a 3xx status code
func (*GetAppSecretDefault) IsServerError ¶
func (o *GetAppSecretDefault) IsServerError() bool
IsServerError returns true when this get app secret default response has a 5xx status code
func (*GetAppSecretDefault) IsSuccess ¶
func (o *GetAppSecretDefault) IsSuccess() bool
IsSuccess returns true when this get app secret default response has a 2xx status code
func (*GetAppSecretDefault) String ¶
func (o *GetAppSecretDefault) String() string
type GetAppSecretOK ¶
type GetAppSecretOK struct {
Payload *models.Secrets20230613GetAppSecretResponse
}
GetAppSecretOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAppSecretOK ¶
func NewGetAppSecretOK() *GetAppSecretOK
NewGetAppSecretOK creates a GetAppSecretOK with default headers values
func (*GetAppSecretOK) Error ¶
func (o *GetAppSecretOK) Error() string
func (*GetAppSecretOK) GetPayload ¶
func (o *GetAppSecretOK) GetPayload() *models.Secrets20230613GetAppSecretResponse
func (*GetAppSecretOK) IsClientError ¶
func (o *GetAppSecretOK) IsClientError() bool
IsClientError returns true when this get app secret o k response has a 4xx status code
func (*GetAppSecretOK) IsCode ¶
func (o *GetAppSecretOK) IsCode(code int) bool
IsCode returns true when this get app secret o k response a status code equal to that given
func (*GetAppSecretOK) IsRedirect ¶
func (o *GetAppSecretOK) IsRedirect() bool
IsRedirect returns true when this get app secret o k response has a 3xx status code
func (*GetAppSecretOK) IsServerError ¶
func (o *GetAppSecretOK) IsServerError() bool
IsServerError returns true when this get app secret o k response has a 5xx status code
func (*GetAppSecretOK) IsSuccess ¶
func (o *GetAppSecretOK) IsSuccess() bool
IsSuccess returns true when this get app secret o k response has a 2xx status code
func (*GetAppSecretOK) String ¶
func (o *GetAppSecretOK) String() string
type GetAppSecretParams ¶
type GetAppSecretParams struct { // AppName. AppName 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 // SecretName. SecretName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppSecretParams contains all the parameters to send to the API endpoint
for the get app secret operation. Typically these are written to a http.Request.
func NewGetAppSecretParams ¶
func NewGetAppSecretParams() *GetAppSecretParams
NewGetAppSecretParams creates a new GetAppSecretParams 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 NewGetAppSecretParamsWithContext ¶
func NewGetAppSecretParamsWithContext(ctx context.Context) *GetAppSecretParams
NewGetAppSecretParamsWithContext creates a new GetAppSecretParams object with the ability to set a context for a request.
func NewGetAppSecretParamsWithHTTPClient ¶
func NewGetAppSecretParamsWithHTTPClient(client *http.Client) *GetAppSecretParams
NewGetAppSecretParamsWithHTTPClient creates a new GetAppSecretParams object with the ability to set a custom HTTPClient for a request.
func NewGetAppSecretParamsWithTimeout ¶
func NewGetAppSecretParamsWithTimeout(timeout time.Duration) *GetAppSecretParams
NewGetAppSecretParamsWithTimeout creates a new GetAppSecretParams object with the ability to set a timeout on a request.
func (*GetAppSecretParams) SetAppName ¶
func (o *GetAppSecretParams) SetAppName(appName string)
SetAppName adds the appName to the get app secret params
func (*GetAppSecretParams) SetContext ¶
func (o *GetAppSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the get app secret params
func (*GetAppSecretParams) SetDefaults ¶
func (o *GetAppSecretParams) SetDefaults()
SetDefaults hydrates default values in the get app secret params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppSecretParams) SetHTTPClient ¶
func (o *GetAppSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app secret params
func (*GetAppSecretParams) SetLocationOrganizationID ¶
func (o *GetAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get app secret params
func (*GetAppSecretParams) SetLocationProjectID ¶
func (o *GetAppSecretParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get app secret params
func (*GetAppSecretParams) SetLocationRegionProvider ¶
func (o *GetAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get app secret params
func (*GetAppSecretParams) SetLocationRegionRegion ¶
func (o *GetAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get app secret params
func (*GetAppSecretParams) SetSecretName ¶
func (o *GetAppSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the get app secret params
func (*GetAppSecretParams) SetTimeout ¶
func (o *GetAppSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app secret params
func (*GetAppSecretParams) WithAppName ¶
func (o *GetAppSecretParams) WithAppName(appName string) *GetAppSecretParams
WithAppName adds the appName to the get app secret params
func (*GetAppSecretParams) WithContext ¶
func (o *GetAppSecretParams) WithContext(ctx context.Context) *GetAppSecretParams
WithContext adds the context to the get app secret params
func (*GetAppSecretParams) WithDefaults ¶
func (o *GetAppSecretParams) WithDefaults() *GetAppSecretParams
WithDefaults hydrates default values in the get app secret params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppSecretParams) WithHTTPClient ¶
func (o *GetAppSecretParams) WithHTTPClient(client *http.Client) *GetAppSecretParams
WithHTTPClient adds the HTTPClient to the get app secret params
func (*GetAppSecretParams) WithLocationOrganizationID ¶
func (o *GetAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppSecretParams
WithLocationOrganizationID adds the locationOrganizationID to the get app secret params
func (*GetAppSecretParams) WithLocationProjectID ¶
func (o *GetAppSecretParams) WithLocationProjectID(locationProjectID string) *GetAppSecretParams
WithLocationProjectID adds the locationProjectID to the get app secret params
func (*GetAppSecretParams) WithLocationRegionProvider ¶
func (o *GetAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppSecretParams
WithLocationRegionProvider adds the locationRegionProvider to the get app secret params
func (*GetAppSecretParams) WithLocationRegionRegion ¶
func (o *GetAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppSecretParams
WithLocationRegionRegion adds the locationRegionRegion to the get app secret params
func (*GetAppSecretParams) WithSecretName ¶
func (o *GetAppSecretParams) WithSecretName(secretName string) *GetAppSecretParams
WithSecretName adds the secretName to the get app secret params
func (*GetAppSecretParams) WithTimeout ¶
func (o *GetAppSecretParams) WithTimeout(timeout time.Duration) *GetAppSecretParams
WithTimeout adds the timeout to the get app secret params
func (*GetAppSecretParams) WriteToRequest ¶
func (o *GetAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppSecretReader ¶
type GetAppSecretReader struct {
// contains filtered or unexported fields
}
GetAppSecretReader is a Reader for the GetAppSecret structure.
func (*GetAppSecretReader) ReadResponse ¶
func (o *GetAppSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAppSecretVersionDefault ¶
type GetAppSecretVersionDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
GetAppSecretVersionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetAppSecretVersionDefault ¶
func NewGetAppSecretVersionDefault(code int) *GetAppSecretVersionDefault
NewGetAppSecretVersionDefault creates a GetAppSecretVersionDefault with default headers values
func (*GetAppSecretVersionDefault) Code ¶
func (o *GetAppSecretVersionDefault) Code() int
Code gets the status code for the get app secret version default response
func (*GetAppSecretVersionDefault) Error ¶
func (o *GetAppSecretVersionDefault) Error() string
func (*GetAppSecretVersionDefault) GetPayload ¶
func (o *GetAppSecretVersionDefault) GetPayload() *models.RPCStatus
func (*GetAppSecretVersionDefault) IsClientError ¶
func (o *GetAppSecretVersionDefault) IsClientError() bool
IsClientError returns true when this get app secret version default response has a 4xx status code
func (*GetAppSecretVersionDefault) IsCode ¶
func (o *GetAppSecretVersionDefault) IsCode(code int) bool
IsCode returns true when this get app secret version default response a status code equal to that given
func (*GetAppSecretVersionDefault) IsRedirect ¶
func (o *GetAppSecretVersionDefault) IsRedirect() bool
IsRedirect returns true when this get app secret version default response has a 3xx status code
func (*GetAppSecretVersionDefault) IsServerError ¶
func (o *GetAppSecretVersionDefault) IsServerError() bool
IsServerError returns true when this get app secret version default response has a 5xx status code
func (*GetAppSecretVersionDefault) IsSuccess ¶
func (o *GetAppSecretVersionDefault) IsSuccess() bool
IsSuccess returns true when this get app secret version default response has a 2xx status code
func (*GetAppSecretVersionDefault) String ¶
func (o *GetAppSecretVersionDefault) String() string
type GetAppSecretVersionOK ¶
type GetAppSecretVersionOK struct {
Payload *models.Secrets20230613GetAppSecretVersionResponse
}
GetAppSecretVersionOK describes a response with status code 200, with default header values.
A successful response.
func NewGetAppSecretVersionOK ¶
func NewGetAppSecretVersionOK() *GetAppSecretVersionOK
NewGetAppSecretVersionOK creates a GetAppSecretVersionOK with default headers values
func (*GetAppSecretVersionOK) Error ¶
func (o *GetAppSecretVersionOK) Error() string
func (*GetAppSecretVersionOK) GetPayload ¶
func (o *GetAppSecretVersionOK) GetPayload() *models.Secrets20230613GetAppSecretVersionResponse
func (*GetAppSecretVersionOK) IsClientError ¶
func (o *GetAppSecretVersionOK) IsClientError() bool
IsClientError returns true when this get app secret version o k response has a 4xx status code
func (*GetAppSecretVersionOK) IsCode ¶
func (o *GetAppSecretVersionOK) IsCode(code int) bool
IsCode returns true when this get app secret version o k response a status code equal to that given
func (*GetAppSecretVersionOK) IsRedirect ¶
func (o *GetAppSecretVersionOK) IsRedirect() bool
IsRedirect returns true when this get app secret version o k response has a 3xx status code
func (*GetAppSecretVersionOK) IsServerError ¶
func (o *GetAppSecretVersionOK) IsServerError() bool
IsServerError returns true when this get app secret version o k response has a 5xx status code
func (*GetAppSecretVersionOK) IsSuccess ¶
func (o *GetAppSecretVersionOK) IsSuccess() bool
IsSuccess returns true when this get app secret version o k response has a 2xx status code
func (*GetAppSecretVersionOK) String ¶
func (o *GetAppSecretVersionOK) String() string
type GetAppSecretVersionParams ¶
type GetAppSecretVersionParams struct { // AppName. AppName 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 // SecretName. SecretName string // Version. // // Format: int64 Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAppSecretVersionParams contains all the parameters to send to the API endpoint
for the get app secret version operation. Typically these are written to a http.Request.
func NewGetAppSecretVersionParams ¶
func NewGetAppSecretVersionParams() *GetAppSecretVersionParams
NewGetAppSecretVersionParams creates a new GetAppSecretVersionParams 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 NewGetAppSecretVersionParamsWithContext ¶
func NewGetAppSecretVersionParamsWithContext(ctx context.Context) *GetAppSecretVersionParams
NewGetAppSecretVersionParamsWithContext creates a new GetAppSecretVersionParams object with the ability to set a context for a request.
func NewGetAppSecretVersionParamsWithHTTPClient ¶
func NewGetAppSecretVersionParamsWithHTTPClient(client *http.Client) *GetAppSecretVersionParams
NewGetAppSecretVersionParamsWithHTTPClient creates a new GetAppSecretVersionParams object with the ability to set a custom HTTPClient for a request.
func NewGetAppSecretVersionParamsWithTimeout ¶
func NewGetAppSecretVersionParamsWithTimeout(timeout time.Duration) *GetAppSecretVersionParams
NewGetAppSecretVersionParamsWithTimeout creates a new GetAppSecretVersionParams object with the ability to set a timeout on a request.
func (*GetAppSecretVersionParams) SetAppName ¶
func (o *GetAppSecretVersionParams) SetAppName(appName string)
SetAppName adds the appName to the get app secret version params
func (*GetAppSecretVersionParams) SetContext ¶
func (o *GetAppSecretVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the get app secret version params
func (*GetAppSecretVersionParams) SetDefaults ¶
func (o *GetAppSecretVersionParams) SetDefaults()
SetDefaults hydrates default values in the get app secret version params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppSecretVersionParams) SetHTTPClient ¶
func (o *GetAppSecretVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get app secret version params
func (*GetAppSecretVersionParams) SetLocationOrganizationID ¶
func (o *GetAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get app secret version params
func (*GetAppSecretVersionParams) SetLocationProjectID ¶
func (o *GetAppSecretVersionParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get app secret version params
func (*GetAppSecretVersionParams) SetLocationRegionProvider ¶
func (o *GetAppSecretVersionParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get app secret version params
func (*GetAppSecretVersionParams) SetLocationRegionRegion ¶
func (o *GetAppSecretVersionParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get app secret version params
func (*GetAppSecretVersionParams) SetSecretName ¶
func (o *GetAppSecretVersionParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the get app secret version params
func (*GetAppSecretVersionParams) SetTimeout ¶
func (o *GetAppSecretVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get app secret version params
func (*GetAppSecretVersionParams) SetVersion ¶
func (o *GetAppSecretVersionParams) SetVersion(version string)
SetVersion adds the version to the get app secret version params
func (*GetAppSecretVersionParams) WithAppName ¶
func (o *GetAppSecretVersionParams) WithAppName(appName string) *GetAppSecretVersionParams
WithAppName adds the appName to the get app secret version params
func (*GetAppSecretVersionParams) WithContext ¶
func (o *GetAppSecretVersionParams) WithContext(ctx context.Context) *GetAppSecretVersionParams
WithContext adds the context to the get app secret version params
func (*GetAppSecretVersionParams) WithDefaults ¶
func (o *GetAppSecretVersionParams) WithDefaults() *GetAppSecretVersionParams
WithDefaults hydrates default values in the get app secret version params (not the query body).
All values with no default are reset to their zero value.
func (*GetAppSecretVersionParams) WithHTTPClient ¶
func (o *GetAppSecretVersionParams) WithHTTPClient(client *http.Client) *GetAppSecretVersionParams
WithHTTPClient adds the HTTPClient to the get app secret version params
func (*GetAppSecretVersionParams) WithLocationOrganizationID ¶
func (o *GetAppSecretVersionParams) WithLocationOrganizationID(locationOrganizationID string) *GetAppSecretVersionParams
WithLocationOrganizationID adds the locationOrganizationID to the get app secret version params
func (*GetAppSecretVersionParams) WithLocationProjectID ¶
func (o *GetAppSecretVersionParams) WithLocationProjectID(locationProjectID string) *GetAppSecretVersionParams
WithLocationProjectID adds the locationProjectID to the get app secret version params
func (*GetAppSecretVersionParams) WithLocationRegionProvider ¶
func (o *GetAppSecretVersionParams) WithLocationRegionProvider(locationRegionProvider *string) *GetAppSecretVersionParams
WithLocationRegionProvider adds the locationRegionProvider to the get app secret version params
func (*GetAppSecretVersionParams) WithLocationRegionRegion ¶
func (o *GetAppSecretVersionParams) WithLocationRegionRegion(locationRegionRegion *string) *GetAppSecretVersionParams
WithLocationRegionRegion adds the locationRegionRegion to the get app secret version params
func (*GetAppSecretVersionParams) WithSecretName ¶
func (o *GetAppSecretVersionParams) WithSecretName(secretName string) *GetAppSecretVersionParams
WithSecretName adds the secretName to the get app secret version params
func (*GetAppSecretVersionParams) WithTimeout ¶
func (o *GetAppSecretVersionParams) WithTimeout(timeout time.Duration) *GetAppSecretVersionParams
WithTimeout adds the timeout to the get app secret version params
func (*GetAppSecretVersionParams) WithVersion ¶
func (o *GetAppSecretVersionParams) WithVersion(version string) *GetAppSecretVersionParams
WithVersion adds the version to the get app secret version params
func (*GetAppSecretVersionParams) WriteToRequest ¶
func (o *GetAppSecretVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAppSecretVersionReader ¶
type GetAppSecretVersionReader struct {
// contains filtered or unexported fields
}
GetAppSecretVersionReader is a Reader for the GetAppSecretVersion structure.
func (*GetAppSecretVersionReader) ReadResponse ¶
func (o *GetAppSecretVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSyncInstallationDefault ¶
type GetSyncInstallationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
GetSyncInstallationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetSyncInstallationDefault ¶
func NewGetSyncInstallationDefault(code int) *GetSyncInstallationDefault
NewGetSyncInstallationDefault creates a GetSyncInstallationDefault with default headers values
func (*GetSyncInstallationDefault) Code ¶
func (o *GetSyncInstallationDefault) Code() int
Code gets the status code for the get sync installation default response
func (*GetSyncInstallationDefault) Error ¶
func (o *GetSyncInstallationDefault) Error() string
func (*GetSyncInstallationDefault) GetPayload ¶
func (o *GetSyncInstallationDefault) GetPayload() *models.RPCStatus
func (*GetSyncInstallationDefault) IsClientError ¶
func (o *GetSyncInstallationDefault) IsClientError() bool
IsClientError returns true when this get sync installation default response has a 4xx status code
func (*GetSyncInstallationDefault) IsCode ¶
func (o *GetSyncInstallationDefault) IsCode(code int) bool
IsCode returns true when this get sync installation default response a status code equal to that given
func (*GetSyncInstallationDefault) IsRedirect ¶
func (o *GetSyncInstallationDefault) IsRedirect() bool
IsRedirect returns true when this get sync installation default response has a 3xx status code
func (*GetSyncInstallationDefault) IsServerError ¶
func (o *GetSyncInstallationDefault) IsServerError() bool
IsServerError returns true when this get sync installation default response has a 5xx status code
func (*GetSyncInstallationDefault) IsSuccess ¶
func (o *GetSyncInstallationDefault) IsSuccess() bool
IsSuccess returns true when this get sync installation default response has a 2xx status code
func (*GetSyncInstallationDefault) String ¶
func (o *GetSyncInstallationDefault) String() string
type GetSyncInstallationOK ¶
type GetSyncInstallationOK struct {
Payload *models.Secrets20230613GetSyncInstallationResponse
}
GetSyncInstallationOK describes a response with status code 200, with default header values.
A successful response.
func NewGetSyncInstallationOK ¶
func NewGetSyncInstallationOK() *GetSyncInstallationOK
NewGetSyncInstallationOK creates a GetSyncInstallationOK with default headers values
func (*GetSyncInstallationOK) Error ¶
func (o *GetSyncInstallationOK) Error() string
func (*GetSyncInstallationOK) GetPayload ¶
func (o *GetSyncInstallationOK) GetPayload() *models.Secrets20230613GetSyncInstallationResponse
func (*GetSyncInstallationOK) IsClientError ¶
func (o *GetSyncInstallationOK) IsClientError() bool
IsClientError returns true when this get sync installation o k response has a 4xx status code
func (*GetSyncInstallationOK) IsCode ¶
func (o *GetSyncInstallationOK) IsCode(code int) bool
IsCode returns true when this get sync installation o k response a status code equal to that given
func (*GetSyncInstallationOK) IsRedirect ¶
func (o *GetSyncInstallationOK) IsRedirect() bool
IsRedirect returns true when this get sync installation o k response has a 3xx status code
func (*GetSyncInstallationOK) IsServerError ¶
func (o *GetSyncInstallationOK) IsServerError() bool
IsServerError returns true when this get sync installation o k response has a 5xx status code
func (*GetSyncInstallationOK) IsSuccess ¶
func (o *GetSyncInstallationOK) IsSuccess() bool
IsSuccess returns true when this get sync installation o k response has a 2xx status code
func (*GetSyncInstallationOK) String ¶
func (o *GetSyncInstallationOK) String() string
type GetSyncInstallationParams ¶
type GetSyncInstallationParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSyncInstallationParams contains all the parameters to send to the API endpoint
for the get sync installation operation. Typically these are written to a http.Request.
func NewGetSyncInstallationParams ¶
func NewGetSyncInstallationParams() *GetSyncInstallationParams
NewGetSyncInstallationParams creates a new GetSyncInstallationParams 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 NewGetSyncInstallationParamsWithContext ¶
func NewGetSyncInstallationParamsWithContext(ctx context.Context) *GetSyncInstallationParams
NewGetSyncInstallationParamsWithContext creates a new GetSyncInstallationParams object with the ability to set a context for a request.
func NewGetSyncInstallationParamsWithHTTPClient ¶
func NewGetSyncInstallationParamsWithHTTPClient(client *http.Client) *GetSyncInstallationParams
NewGetSyncInstallationParamsWithHTTPClient creates a new GetSyncInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewGetSyncInstallationParamsWithTimeout ¶
func NewGetSyncInstallationParamsWithTimeout(timeout time.Duration) *GetSyncInstallationParams
NewGetSyncInstallationParamsWithTimeout creates a new GetSyncInstallationParams object with the ability to set a timeout on a request.
func (*GetSyncInstallationParams) SetContext ¶
func (o *GetSyncInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the get sync installation params
func (*GetSyncInstallationParams) SetDefaults ¶
func (o *GetSyncInstallationParams) SetDefaults()
SetDefaults hydrates default values in the get sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*GetSyncInstallationParams) SetHTTPClient ¶
func (o *GetSyncInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get sync installation params
func (*GetSyncInstallationParams) SetLocationOrganizationID ¶
func (o *GetSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get sync installation params
func (*GetSyncInstallationParams) SetLocationProjectID ¶
func (o *GetSyncInstallationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get sync installation params
func (*GetSyncInstallationParams) SetLocationRegionProvider ¶
func (o *GetSyncInstallationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get sync installation params
func (*GetSyncInstallationParams) SetLocationRegionRegion ¶
func (o *GetSyncInstallationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get sync installation params
func (*GetSyncInstallationParams) SetName ¶
func (o *GetSyncInstallationParams) SetName(name string)
SetName adds the name to the get sync installation params
func (*GetSyncInstallationParams) SetTimeout ¶
func (o *GetSyncInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get sync installation params
func (*GetSyncInstallationParams) WithContext ¶
func (o *GetSyncInstallationParams) WithContext(ctx context.Context) *GetSyncInstallationParams
WithContext adds the context to the get sync installation params
func (*GetSyncInstallationParams) WithDefaults ¶
func (o *GetSyncInstallationParams) WithDefaults() *GetSyncInstallationParams
WithDefaults hydrates default values in the get sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*GetSyncInstallationParams) WithHTTPClient ¶
func (o *GetSyncInstallationParams) WithHTTPClient(client *http.Client) *GetSyncInstallationParams
WithHTTPClient adds the HTTPClient to the get sync installation params
func (*GetSyncInstallationParams) WithLocationOrganizationID ¶
func (o *GetSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *GetSyncInstallationParams
WithLocationOrganizationID adds the locationOrganizationID to the get sync installation params
func (*GetSyncInstallationParams) WithLocationProjectID ¶
func (o *GetSyncInstallationParams) WithLocationProjectID(locationProjectID string) *GetSyncInstallationParams
WithLocationProjectID adds the locationProjectID to the get sync installation params
func (*GetSyncInstallationParams) WithLocationRegionProvider ¶
func (o *GetSyncInstallationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSyncInstallationParams
WithLocationRegionProvider adds the locationRegionProvider to the get sync installation params
func (*GetSyncInstallationParams) WithLocationRegionRegion ¶
func (o *GetSyncInstallationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSyncInstallationParams
WithLocationRegionRegion adds the locationRegionRegion to the get sync installation params
func (*GetSyncInstallationParams) WithName ¶
func (o *GetSyncInstallationParams) WithName(name string) *GetSyncInstallationParams
WithName adds the name to the get sync installation params
func (*GetSyncInstallationParams) WithTimeout ¶
func (o *GetSyncInstallationParams) WithTimeout(timeout time.Duration) *GetSyncInstallationParams
WithTimeout adds the timeout to the get sync installation params
func (*GetSyncInstallationParams) WriteToRequest ¶
func (o *GetSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSyncInstallationReader ¶
type GetSyncInstallationReader struct {
// contains filtered or unexported fields
}
GetSyncInstallationReader is a Reader for the GetSyncInstallation structure.
func (*GetSyncInstallationReader) ReadResponse ¶
func (o *GetSyncInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSyncIntegrationDefault ¶
type GetSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
GetSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewGetSyncIntegrationDefault ¶
func NewGetSyncIntegrationDefault(code int) *GetSyncIntegrationDefault
NewGetSyncIntegrationDefault creates a GetSyncIntegrationDefault with default headers values
func (*GetSyncIntegrationDefault) Code ¶
func (o *GetSyncIntegrationDefault) Code() int
Code gets the status code for the get sync integration default response
func (*GetSyncIntegrationDefault) Error ¶
func (o *GetSyncIntegrationDefault) Error() string
func (*GetSyncIntegrationDefault) GetPayload ¶
func (o *GetSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*GetSyncIntegrationDefault) IsClientError ¶
func (o *GetSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this get sync integration default response has a 4xx status code
func (*GetSyncIntegrationDefault) IsCode ¶
func (o *GetSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this get sync integration default response a status code equal to that given
func (*GetSyncIntegrationDefault) IsRedirect ¶
func (o *GetSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this get sync integration default response has a 3xx status code
func (*GetSyncIntegrationDefault) IsServerError ¶
func (o *GetSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this get sync integration default response has a 5xx status code
func (*GetSyncIntegrationDefault) IsSuccess ¶
func (o *GetSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this get sync integration default response has a 2xx status code
func (*GetSyncIntegrationDefault) String ¶
func (o *GetSyncIntegrationDefault) String() string
type GetSyncIntegrationOK ¶
type GetSyncIntegrationOK struct {
Payload *models.Secrets20230613GetSyncIntegrationResponse
}
GetSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewGetSyncIntegrationOK ¶
func NewGetSyncIntegrationOK() *GetSyncIntegrationOK
NewGetSyncIntegrationOK creates a GetSyncIntegrationOK with default headers values
func (*GetSyncIntegrationOK) Error ¶
func (o *GetSyncIntegrationOK) Error() string
func (*GetSyncIntegrationOK) GetPayload ¶
func (o *GetSyncIntegrationOK) GetPayload() *models.Secrets20230613GetSyncIntegrationResponse
func (*GetSyncIntegrationOK) IsClientError ¶
func (o *GetSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this get sync integration o k response has a 4xx status code
func (*GetSyncIntegrationOK) IsCode ¶
func (o *GetSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this get sync integration o k response a status code equal to that given
func (*GetSyncIntegrationOK) IsRedirect ¶
func (o *GetSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this get sync integration o k response has a 3xx status code
func (*GetSyncIntegrationOK) IsServerError ¶
func (o *GetSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this get sync integration o k response has a 5xx status code
func (*GetSyncIntegrationOK) IsSuccess ¶
func (o *GetSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this get sync integration o k response has a 2xx status code
func (*GetSyncIntegrationOK) String ¶
func (o *GetSyncIntegrationOK) String() string
type GetSyncIntegrationParams ¶
type GetSyncIntegrationParams 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 // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSyncIntegrationParams contains all the parameters to send to the API endpoint
for the get sync integration operation. Typically these are written to a http.Request.
func NewGetSyncIntegrationParams ¶
func NewGetSyncIntegrationParams() *GetSyncIntegrationParams
NewGetSyncIntegrationParams creates a new GetSyncIntegrationParams 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 NewGetSyncIntegrationParamsWithContext ¶
func NewGetSyncIntegrationParamsWithContext(ctx context.Context) *GetSyncIntegrationParams
NewGetSyncIntegrationParamsWithContext creates a new GetSyncIntegrationParams object with the ability to set a context for a request.
func NewGetSyncIntegrationParamsWithHTTPClient ¶
func NewGetSyncIntegrationParamsWithHTTPClient(client *http.Client) *GetSyncIntegrationParams
NewGetSyncIntegrationParamsWithHTTPClient creates a new GetSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewGetSyncIntegrationParamsWithTimeout ¶
func NewGetSyncIntegrationParamsWithTimeout(timeout time.Duration) *GetSyncIntegrationParams
NewGetSyncIntegrationParamsWithTimeout creates a new GetSyncIntegrationParams object with the ability to set a timeout on a request.
func (*GetSyncIntegrationParams) SetContext ¶
func (o *GetSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the get sync integration params
func (*GetSyncIntegrationParams) SetDefaults ¶
func (o *GetSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the get sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*GetSyncIntegrationParams) SetHTTPClient ¶
func (o *GetSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get sync integration params
func (*GetSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *GetSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the get sync integration params
func (*GetSyncIntegrationParams) SetLocationProjectID ¶
func (o *GetSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the get sync integration params
func (*GetSyncIntegrationParams) SetLocationRegionProvider ¶
func (o *GetSyncIntegrationParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the get sync integration params
func (*GetSyncIntegrationParams) SetLocationRegionRegion ¶
func (o *GetSyncIntegrationParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the get sync integration params
func (*GetSyncIntegrationParams) SetName ¶
func (o *GetSyncIntegrationParams) SetName(name string)
SetName adds the name to the get sync integration params
func (*GetSyncIntegrationParams) SetTimeout ¶
func (o *GetSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get sync integration params
func (*GetSyncIntegrationParams) WithContext ¶
func (o *GetSyncIntegrationParams) WithContext(ctx context.Context) *GetSyncIntegrationParams
WithContext adds the context to the get sync integration params
func (*GetSyncIntegrationParams) WithDefaults ¶
func (o *GetSyncIntegrationParams) WithDefaults() *GetSyncIntegrationParams
WithDefaults hydrates default values in the get sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*GetSyncIntegrationParams) WithHTTPClient ¶
func (o *GetSyncIntegrationParams) WithHTTPClient(client *http.Client) *GetSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the get sync integration params
func (*GetSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *GetSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *GetSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the get sync integration params
func (*GetSyncIntegrationParams) WithLocationProjectID ¶
func (o *GetSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *GetSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the get sync integration params
func (*GetSyncIntegrationParams) WithLocationRegionProvider ¶
func (o *GetSyncIntegrationParams) WithLocationRegionProvider(locationRegionProvider *string) *GetSyncIntegrationParams
WithLocationRegionProvider adds the locationRegionProvider to the get sync integration params
func (*GetSyncIntegrationParams) WithLocationRegionRegion ¶
func (o *GetSyncIntegrationParams) WithLocationRegionRegion(locationRegionRegion *string) *GetSyncIntegrationParams
WithLocationRegionRegion adds the locationRegionRegion to the get sync integration params
func (*GetSyncIntegrationParams) WithName ¶
func (o *GetSyncIntegrationParams) WithName(name string) *GetSyncIntegrationParams
WithName adds the name to the get sync integration params
func (*GetSyncIntegrationParams) WithTimeout ¶
func (o *GetSyncIntegrationParams) WithTimeout(timeout time.Duration) *GetSyncIntegrationParams
WithTimeout adds the timeout to the get sync integration params
func (*GetSyncIntegrationParams) WriteToRequest ¶
func (o *GetSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSyncIntegrationReader ¶
type GetSyncIntegrationReader struct {
// contains filtered or unexported fields
}
GetSyncIntegrationReader is a Reader for the GetSyncIntegration structure.
func (*GetSyncIntegrationReader) ReadResponse ¶
func (o *GetSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAppSecretVersionsDefault ¶
type ListAppSecretVersionsDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
ListAppSecretVersionsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListAppSecretVersionsDefault ¶
func NewListAppSecretVersionsDefault(code int) *ListAppSecretVersionsDefault
NewListAppSecretVersionsDefault creates a ListAppSecretVersionsDefault with default headers values
func (*ListAppSecretVersionsDefault) Code ¶
func (o *ListAppSecretVersionsDefault) Code() int
Code gets the status code for the list app secret versions default response
func (*ListAppSecretVersionsDefault) Error ¶
func (o *ListAppSecretVersionsDefault) Error() string
func (*ListAppSecretVersionsDefault) GetPayload ¶
func (o *ListAppSecretVersionsDefault) GetPayload() *models.RPCStatus
func (*ListAppSecretVersionsDefault) IsClientError ¶
func (o *ListAppSecretVersionsDefault) IsClientError() bool
IsClientError returns true when this list app secret versions default response has a 4xx status code
func (*ListAppSecretVersionsDefault) IsCode ¶
func (o *ListAppSecretVersionsDefault) IsCode(code int) bool
IsCode returns true when this list app secret versions default response a status code equal to that given
func (*ListAppSecretVersionsDefault) IsRedirect ¶
func (o *ListAppSecretVersionsDefault) IsRedirect() bool
IsRedirect returns true when this list app secret versions default response has a 3xx status code
func (*ListAppSecretVersionsDefault) IsServerError ¶
func (o *ListAppSecretVersionsDefault) IsServerError() bool
IsServerError returns true when this list app secret versions default response has a 5xx status code
func (*ListAppSecretVersionsDefault) IsSuccess ¶
func (o *ListAppSecretVersionsDefault) IsSuccess() bool
IsSuccess returns true when this list app secret versions default response has a 2xx status code
func (*ListAppSecretVersionsDefault) String ¶
func (o *ListAppSecretVersionsDefault) String() string
type ListAppSecretVersionsOK ¶
type ListAppSecretVersionsOK struct {
Payload *models.Secrets20230613ListAppSecretVersionsResponse
}
ListAppSecretVersionsOK describes a response with status code 200, with default header values.
A successful response.
func NewListAppSecretVersionsOK ¶
func NewListAppSecretVersionsOK() *ListAppSecretVersionsOK
NewListAppSecretVersionsOK creates a ListAppSecretVersionsOK with default headers values
func (*ListAppSecretVersionsOK) Error ¶
func (o *ListAppSecretVersionsOK) Error() string
func (*ListAppSecretVersionsOK) GetPayload ¶
func (o *ListAppSecretVersionsOK) GetPayload() *models.Secrets20230613ListAppSecretVersionsResponse
func (*ListAppSecretVersionsOK) IsClientError ¶
func (o *ListAppSecretVersionsOK) IsClientError() bool
IsClientError returns true when this list app secret versions o k response has a 4xx status code
func (*ListAppSecretVersionsOK) IsCode ¶
func (o *ListAppSecretVersionsOK) IsCode(code int) bool
IsCode returns true when this list app secret versions o k response a status code equal to that given
func (*ListAppSecretVersionsOK) IsRedirect ¶
func (o *ListAppSecretVersionsOK) IsRedirect() bool
IsRedirect returns true when this list app secret versions o k response has a 3xx status code
func (*ListAppSecretVersionsOK) IsServerError ¶
func (o *ListAppSecretVersionsOK) IsServerError() bool
IsServerError returns true when this list app secret versions o k response has a 5xx status code
func (*ListAppSecretVersionsOK) IsSuccess ¶
func (o *ListAppSecretVersionsOK) IsSuccess() bool
IsSuccess returns true when this list app secret versions o k response has a 2xx status code
func (*ListAppSecretVersionsOK) String ¶
func (o *ListAppSecretVersionsOK) String() string
type ListAppSecretVersionsParams ¶
type ListAppSecretVersionsParams struct { // AppName. AppName 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 // SecretName. SecretName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListAppSecretVersionsParams contains all the parameters to send to the API endpoint
for the list app secret versions operation. Typically these are written to a http.Request.
func NewListAppSecretVersionsParams ¶
func NewListAppSecretVersionsParams() *ListAppSecretVersionsParams
NewListAppSecretVersionsParams creates a new ListAppSecretVersionsParams 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 NewListAppSecretVersionsParamsWithContext ¶
func NewListAppSecretVersionsParamsWithContext(ctx context.Context) *ListAppSecretVersionsParams
NewListAppSecretVersionsParamsWithContext creates a new ListAppSecretVersionsParams object with the ability to set a context for a request.
func NewListAppSecretVersionsParamsWithHTTPClient ¶
func NewListAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListAppSecretVersionsParams
NewListAppSecretVersionsParamsWithHTTPClient creates a new ListAppSecretVersionsParams object with the ability to set a custom HTTPClient for a request.
func NewListAppSecretVersionsParamsWithTimeout ¶
func NewListAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListAppSecretVersionsParams
NewListAppSecretVersionsParamsWithTimeout creates a new ListAppSecretVersionsParams object with the ability to set a timeout on a request.
func (*ListAppSecretVersionsParams) SetAppName ¶
func (o *ListAppSecretVersionsParams) SetAppName(appName string)
SetAppName adds the appName to the list app secret versions params
func (*ListAppSecretVersionsParams) SetContext ¶
func (o *ListAppSecretVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the list app secret versions params
func (*ListAppSecretVersionsParams) SetDefaults ¶
func (o *ListAppSecretVersionsParams) SetDefaults()
SetDefaults hydrates default values in the list app secret versions params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppSecretVersionsParams) SetHTTPClient ¶
func (o *ListAppSecretVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list app secret versions params
func (*ListAppSecretVersionsParams) SetLocationOrganizationID ¶
func (o *ListAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list app secret versions params
func (*ListAppSecretVersionsParams) SetLocationProjectID ¶
func (o *ListAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list app secret versions params
func (*ListAppSecretVersionsParams) SetLocationRegionProvider ¶
func (o *ListAppSecretVersionsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list app secret versions params
func (*ListAppSecretVersionsParams) SetLocationRegionRegion ¶
func (o *ListAppSecretVersionsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list app secret versions params
func (*ListAppSecretVersionsParams) SetSecretName ¶
func (o *ListAppSecretVersionsParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the list app secret versions params
func (*ListAppSecretVersionsParams) SetTimeout ¶
func (o *ListAppSecretVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list app secret versions params
func (*ListAppSecretVersionsParams) WithAppName ¶
func (o *ListAppSecretVersionsParams) WithAppName(appName string) *ListAppSecretVersionsParams
WithAppName adds the appName to the list app secret versions params
func (*ListAppSecretVersionsParams) WithContext ¶
func (o *ListAppSecretVersionsParams) WithContext(ctx context.Context) *ListAppSecretVersionsParams
WithContext adds the context to the list app secret versions params
func (*ListAppSecretVersionsParams) WithDefaults ¶
func (o *ListAppSecretVersionsParams) WithDefaults() *ListAppSecretVersionsParams
WithDefaults hydrates default values in the list app secret versions params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppSecretVersionsParams) WithHTTPClient ¶
func (o *ListAppSecretVersionsParams) WithHTTPClient(client *http.Client) *ListAppSecretVersionsParams
WithHTTPClient adds the HTTPClient to the list app secret versions params
func (*ListAppSecretVersionsParams) WithLocationOrganizationID ¶
func (o *ListAppSecretVersionsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppSecretVersionsParams
WithLocationOrganizationID adds the locationOrganizationID to the list app secret versions params
func (*ListAppSecretVersionsParams) WithLocationProjectID ¶
func (o *ListAppSecretVersionsParams) WithLocationProjectID(locationProjectID string) *ListAppSecretVersionsParams
WithLocationProjectID adds the locationProjectID to the list app secret versions params
func (*ListAppSecretVersionsParams) WithLocationRegionProvider ¶
func (o *ListAppSecretVersionsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppSecretVersionsParams
WithLocationRegionProvider adds the locationRegionProvider to the list app secret versions params
func (*ListAppSecretVersionsParams) WithLocationRegionRegion ¶
func (o *ListAppSecretVersionsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppSecretVersionsParams
WithLocationRegionRegion adds the locationRegionRegion to the list app secret versions params
func (*ListAppSecretVersionsParams) WithSecretName ¶
func (o *ListAppSecretVersionsParams) WithSecretName(secretName string) *ListAppSecretVersionsParams
WithSecretName adds the secretName to the list app secret versions params
func (*ListAppSecretVersionsParams) WithTimeout ¶
func (o *ListAppSecretVersionsParams) WithTimeout(timeout time.Duration) *ListAppSecretVersionsParams
WithTimeout adds the timeout to the list app secret versions params
func (*ListAppSecretVersionsParams) WriteToRequest ¶
func (o *ListAppSecretVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAppSecretVersionsReader ¶
type ListAppSecretVersionsReader struct {
// contains filtered or unexported fields
}
ListAppSecretVersionsReader is a Reader for the ListAppSecretVersions structure.
func (*ListAppSecretVersionsReader) ReadResponse ¶
func (o *ListAppSecretVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAppSecretsDefault ¶
type ListAppSecretsDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
ListAppSecretsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListAppSecretsDefault ¶
func NewListAppSecretsDefault(code int) *ListAppSecretsDefault
NewListAppSecretsDefault creates a ListAppSecretsDefault with default headers values
func (*ListAppSecretsDefault) Code ¶
func (o *ListAppSecretsDefault) Code() int
Code gets the status code for the list app secrets default response
func (*ListAppSecretsDefault) Error ¶
func (o *ListAppSecretsDefault) Error() string
func (*ListAppSecretsDefault) GetPayload ¶
func (o *ListAppSecretsDefault) GetPayload() *models.RPCStatus
func (*ListAppSecretsDefault) IsClientError ¶
func (o *ListAppSecretsDefault) IsClientError() bool
IsClientError returns true when this list app secrets default response has a 4xx status code
func (*ListAppSecretsDefault) IsCode ¶
func (o *ListAppSecretsDefault) IsCode(code int) bool
IsCode returns true when this list app secrets default response a status code equal to that given
func (*ListAppSecretsDefault) IsRedirect ¶
func (o *ListAppSecretsDefault) IsRedirect() bool
IsRedirect returns true when this list app secrets default response has a 3xx status code
func (*ListAppSecretsDefault) IsServerError ¶
func (o *ListAppSecretsDefault) IsServerError() bool
IsServerError returns true when this list app secrets default response has a 5xx status code
func (*ListAppSecretsDefault) IsSuccess ¶
func (o *ListAppSecretsDefault) IsSuccess() bool
IsSuccess returns true when this list app secrets default response has a 2xx status code
func (*ListAppSecretsDefault) String ¶
func (o *ListAppSecretsDefault) String() string
type ListAppSecretsOK ¶
type ListAppSecretsOK struct {
Payload *models.Secrets20230613ListAppSecretsResponse
}
ListAppSecretsOK describes a response with status code 200, with default header values.
A successful response.
func NewListAppSecretsOK ¶
func NewListAppSecretsOK() *ListAppSecretsOK
NewListAppSecretsOK creates a ListAppSecretsOK with default headers values
func (*ListAppSecretsOK) Error ¶
func (o *ListAppSecretsOK) Error() string
func (*ListAppSecretsOK) GetPayload ¶
func (o *ListAppSecretsOK) GetPayload() *models.Secrets20230613ListAppSecretsResponse
func (*ListAppSecretsOK) IsClientError ¶
func (o *ListAppSecretsOK) IsClientError() bool
IsClientError returns true when this list app secrets o k response has a 4xx status code
func (*ListAppSecretsOK) IsCode ¶
func (o *ListAppSecretsOK) IsCode(code int) bool
IsCode returns true when this list app secrets o k response a status code equal to that given
func (*ListAppSecretsOK) IsRedirect ¶
func (o *ListAppSecretsOK) IsRedirect() bool
IsRedirect returns true when this list app secrets o k response has a 3xx status code
func (*ListAppSecretsOK) IsServerError ¶
func (o *ListAppSecretsOK) IsServerError() bool
IsServerError returns true when this list app secrets o k response has a 5xx status code
func (*ListAppSecretsOK) IsSuccess ¶
func (o *ListAppSecretsOK) IsSuccess() bool
IsSuccess returns true when this list app secrets o k response has a 2xx status code
func (*ListAppSecretsOK) String ¶
func (o *ListAppSecretsOK) String() string
type ListAppSecretsParams ¶
type ListAppSecretsParams struct { // AppName. AppName 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 }
ListAppSecretsParams contains all the parameters to send to the API endpoint
for the list app secrets operation. Typically these are written to a http.Request.
func NewListAppSecretsParams ¶
func NewListAppSecretsParams() *ListAppSecretsParams
NewListAppSecretsParams creates a new ListAppSecretsParams 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 NewListAppSecretsParamsWithContext ¶
func NewListAppSecretsParamsWithContext(ctx context.Context) *ListAppSecretsParams
NewListAppSecretsParamsWithContext creates a new ListAppSecretsParams object with the ability to set a context for a request.
func NewListAppSecretsParamsWithHTTPClient ¶
func NewListAppSecretsParamsWithHTTPClient(client *http.Client) *ListAppSecretsParams
NewListAppSecretsParamsWithHTTPClient creates a new ListAppSecretsParams object with the ability to set a custom HTTPClient for a request.
func NewListAppSecretsParamsWithTimeout ¶
func NewListAppSecretsParamsWithTimeout(timeout time.Duration) *ListAppSecretsParams
NewListAppSecretsParamsWithTimeout creates a new ListAppSecretsParams object with the ability to set a timeout on a request.
func (*ListAppSecretsParams) SetAppName ¶
func (o *ListAppSecretsParams) SetAppName(appName string)
SetAppName adds the appName to the list app secrets params
func (*ListAppSecretsParams) SetContext ¶
func (o *ListAppSecretsParams) SetContext(ctx context.Context)
SetContext adds the context to the list app secrets params
func (*ListAppSecretsParams) SetDefaults ¶
func (o *ListAppSecretsParams) SetDefaults()
SetDefaults hydrates default values in the list app secrets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppSecretsParams) SetHTTPClient ¶
func (o *ListAppSecretsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list app secrets params
func (*ListAppSecretsParams) SetLocationOrganizationID ¶
func (o *ListAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list app secrets params
func (*ListAppSecretsParams) SetLocationProjectID ¶
func (o *ListAppSecretsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list app secrets params
func (*ListAppSecretsParams) SetLocationRegionProvider ¶
func (o *ListAppSecretsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list app secrets params
func (*ListAppSecretsParams) SetLocationRegionRegion ¶
func (o *ListAppSecretsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list app secrets params
func (*ListAppSecretsParams) SetTimeout ¶
func (o *ListAppSecretsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list app secrets params
func (*ListAppSecretsParams) WithAppName ¶
func (o *ListAppSecretsParams) WithAppName(appName string) *ListAppSecretsParams
WithAppName adds the appName to the list app secrets params
func (*ListAppSecretsParams) WithContext ¶
func (o *ListAppSecretsParams) WithContext(ctx context.Context) *ListAppSecretsParams
WithContext adds the context to the list app secrets params
func (*ListAppSecretsParams) WithDefaults ¶
func (o *ListAppSecretsParams) WithDefaults() *ListAppSecretsParams
WithDefaults hydrates default values in the list app secrets params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppSecretsParams) WithHTTPClient ¶
func (o *ListAppSecretsParams) WithHTTPClient(client *http.Client) *ListAppSecretsParams
WithHTTPClient adds the HTTPClient to the list app secrets params
func (*ListAppSecretsParams) WithLocationOrganizationID ¶
func (o *ListAppSecretsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppSecretsParams
WithLocationOrganizationID adds the locationOrganizationID to the list app secrets params
func (*ListAppSecretsParams) WithLocationProjectID ¶
func (o *ListAppSecretsParams) WithLocationProjectID(locationProjectID string) *ListAppSecretsParams
WithLocationProjectID adds the locationProjectID to the list app secrets params
func (*ListAppSecretsParams) WithLocationRegionProvider ¶
func (o *ListAppSecretsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppSecretsParams
WithLocationRegionProvider adds the locationRegionProvider to the list app secrets params
func (*ListAppSecretsParams) WithLocationRegionRegion ¶
func (o *ListAppSecretsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppSecretsParams
WithLocationRegionRegion adds the locationRegionRegion to the list app secrets params
func (*ListAppSecretsParams) WithTimeout ¶
func (o *ListAppSecretsParams) WithTimeout(timeout time.Duration) *ListAppSecretsParams
WithTimeout adds the timeout to the list app secrets params
func (*ListAppSecretsParams) WriteToRequest ¶
func (o *ListAppSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAppSecretsReader ¶
type ListAppSecretsReader struct {
// contains filtered or unexported fields
}
ListAppSecretsReader is a Reader for the ListAppSecrets structure.
func (*ListAppSecretsReader) ReadResponse ¶
func (o *ListAppSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListAppsDefault ¶
ListAppsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListAppsDefault ¶
func NewListAppsDefault(code int) *ListAppsDefault
NewListAppsDefault creates a ListAppsDefault with default headers values
func (*ListAppsDefault) Code ¶
func (o *ListAppsDefault) Code() int
Code gets the status code for the list apps default response
func (*ListAppsDefault) Error ¶
func (o *ListAppsDefault) Error() string
func (*ListAppsDefault) GetPayload ¶
func (o *ListAppsDefault) GetPayload() *models.RPCStatus
func (*ListAppsDefault) IsClientError ¶
func (o *ListAppsDefault) IsClientError() bool
IsClientError returns true when this list apps default response has a 4xx status code
func (*ListAppsDefault) IsCode ¶
func (o *ListAppsDefault) IsCode(code int) bool
IsCode returns true when this list apps default response a status code equal to that given
func (*ListAppsDefault) IsRedirect ¶
func (o *ListAppsDefault) IsRedirect() bool
IsRedirect returns true when this list apps default response has a 3xx status code
func (*ListAppsDefault) IsServerError ¶
func (o *ListAppsDefault) IsServerError() bool
IsServerError returns true when this list apps default response has a 5xx status code
func (*ListAppsDefault) IsSuccess ¶
func (o *ListAppsDefault) IsSuccess() bool
IsSuccess returns true when this list apps default response has a 2xx status code
func (*ListAppsDefault) String ¶
func (o *ListAppsDefault) String() string
type ListAppsOK ¶
type ListAppsOK struct {
Payload *models.Secrets20230613ListAppsResponse
}
ListAppsOK describes a response with status code 200, with default header values.
A successful response.
func NewListAppsOK ¶
func NewListAppsOK() *ListAppsOK
NewListAppsOK creates a ListAppsOK with default headers values
func (*ListAppsOK) Error ¶
func (o *ListAppsOK) Error() string
func (*ListAppsOK) GetPayload ¶
func (o *ListAppsOK) GetPayload() *models.Secrets20230613ListAppsResponse
func (*ListAppsOK) IsClientError ¶
func (o *ListAppsOK) IsClientError() bool
IsClientError returns true when this list apps o k response has a 4xx status code
func (*ListAppsOK) IsCode ¶
func (o *ListAppsOK) IsCode(code int) bool
IsCode returns true when this list apps o k response a status code equal to that given
func (*ListAppsOK) IsRedirect ¶
func (o *ListAppsOK) IsRedirect() bool
IsRedirect returns true when this list apps o k response has a 3xx status code
func (*ListAppsOK) IsServerError ¶
func (o *ListAppsOK) IsServerError() bool
IsServerError returns true when this list apps o k response has a 5xx status code
func (*ListAppsOK) IsSuccess ¶
func (o *ListAppsOK) IsSuccess() bool
IsSuccess returns true when this list apps o k response has a 2xx status code
func (*ListAppsOK) String ¶
func (o *ListAppsOK) String() string
type ListAppsParams ¶
type ListAppsParams 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 }
ListAppsParams contains all the parameters to send to the API endpoint
for the list apps operation. Typically these are written to a http.Request.
func NewListAppsParams ¶
func NewListAppsParams() *ListAppsParams
NewListAppsParams creates a new ListAppsParams 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 NewListAppsParamsWithContext ¶
func NewListAppsParamsWithContext(ctx context.Context) *ListAppsParams
NewListAppsParamsWithContext creates a new ListAppsParams object with the ability to set a context for a request.
func NewListAppsParamsWithHTTPClient ¶
func NewListAppsParamsWithHTTPClient(client *http.Client) *ListAppsParams
NewListAppsParamsWithHTTPClient creates a new ListAppsParams object with the ability to set a custom HTTPClient for a request.
func NewListAppsParamsWithTimeout ¶
func NewListAppsParamsWithTimeout(timeout time.Duration) *ListAppsParams
NewListAppsParamsWithTimeout creates a new ListAppsParams object with the ability to set a timeout on a request.
func (*ListAppsParams) SetContext ¶
func (o *ListAppsParams) SetContext(ctx context.Context)
SetContext adds the context to the list apps params
func (*ListAppsParams) SetDefaults ¶
func (o *ListAppsParams) SetDefaults()
SetDefaults hydrates default values in the list apps params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppsParams) SetHTTPClient ¶
func (o *ListAppsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list apps params
func (*ListAppsParams) SetLocationOrganizationID ¶
func (o *ListAppsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list apps params
func (*ListAppsParams) SetLocationProjectID ¶
func (o *ListAppsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list apps params
func (*ListAppsParams) SetLocationRegionProvider ¶
func (o *ListAppsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list apps params
func (*ListAppsParams) SetLocationRegionRegion ¶
func (o *ListAppsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list apps params
func (*ListAppsParams) SetTimeout ¶
func (o *ListAppsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list apps params
func (*ListAppsParams) WithContext ¶
func (o *ListAppsParams) WithContext(ctx context.Context) *ListAppsParams
WithContext adds the context to the list apps params
func (*ListAppsParams) WithDefaults ¶
func (o *ListAppsParams) WithDefaults() *ListAppsParams
WithDefaults hydrates default values in the list apps params (not the query body).
All values with no default are reset to their zero value.
func (*ListAppsParams) WithHTTPClient ¶
func (o *ListAppsParams) WithHTTPClient(client *http.Client) *ListAppsParams
WithHTTPClient adds the HTTPClient to the list apps params
func (*ListAppsParams) WithLocationOrganizationID ¶
func (o *ListAppsParams) WithLocationOrganizationID(locationOrganizationID string) *ListAppsParams
WithLocationOrganizationID adds the locationOrganizationID to the list apps params
func (*ListAppsParams) WithLocationProjectID ¶
func (o *ListAppsParams) WithLocationProjectID(locationProjectID string) *ListAppsParams
WithLocationProjectID adds the locationProjectID to the list apps params
func (*ListAppsParams) WithLocationRegionProvider ¶
func (o *ListAppsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListAppsParams
WithLocationRegionProvider adds the locationRegionProvider to the list apps params
func (*ListAppsParams) WithLocationRegionRegion ¶
func (o *ListAppsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListAppsParams
WithLocationRegionRegion adds the locationRegionRegion to the list apps params
func (*ListAppsParams) WithTimeout ¶
func (o *ListAppsParams) WithTimeout(timeout time.Duration) *ListAppsParams
WithTimeout adds the timeout to the list apps params
func (*ListAppsParams) WriteToRequest ¶
func (o *ListAppsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListAppsReader ¶
type ListAppsReader struct {
// contains filtered or unexported fields
}
ListAppsReader is a Reader for the ListApps structure.
func (*ListAppsReader) ReadResponse ¶
func (o *ListAppsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListOpenAppSecretVersionsDefault ¶
type ListOpenAppSecretVersionsDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
ListOpenAppSecretVersionsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListOpenAppSecretVersionsDefault ¶
func NewListOpenAppSecretVersionsDefault(code int) *ListOpenAppSecretVersionsDefault
NewListOpenAppSecretVersionsDefault creates a ListOpenAppSecretVersionsDefault with default headers values
func (*ListOpenAppSecretVersionsDefault) Code ¶
func (o *ListOpenAppSecretVersionsDefault) Code() int
Code gets the status code for the list open app secret versions default response
func (*ListOpenAppSecretVersionsDefault) Error ¶
func (o *ListOpenAppSecretVersionsDefault) Error() string
func (*ListOpenAppSecretVersionsDefault) GetPayload ¶
func (o *ListOpenAppSecretVersionsDefault) GetPayload() *models.RPCStatus
func (*ListOpenAppSecretVersionsDefault) IsClientError ¶
func (o *ListOpenAppSecretVersionsDefault) IsClientError() bool
IsClientError returns true when this list open app secret versions default response has a 4xx status code
func (*ListOpenAppSecretVersionsDefault) IsCode ¶
func (o *ListOpenAppSecretVersionsDefault) IsCode(code int) bool
IsCode returns true when this list open app secret versions default response a status code equal to that given
func (*ListOpenAppSecretVersionsDefault) IsRedirect ¶
func (o *ListOpenAppSecretVersionsDefault) IsRedirect() bool
IsRedirect returns true when this list open app secret versions default response has a 3xx status code
func (*ListOpenAppSecretVersionsDefault) IsServerError ¶
func (o *ListOpenAppSecretVersionsDefault) IsServerError() bool
IsServerError returns true when this list open app secret versions default response has a 5xx status code
func (*ListOpenAppSecretVersionsDefault) IsSuccess ¶
func (o *ListOpenAppSecretVersionsDefault) IsSuccess() bool
IsSuccess returns true when this list open app secret versions default response has a 2xx status code
func (*ListOpenAppSecretVersionsDefault) String ¶
func (o *ListOpenAppSecretVersionsDefault) String() string
type ListOpenAppSecretVersionsOK ¶
type ListOpenAppSecretVersionsOK struct {
Payload *models.Secrets20230613ListOpenAppSecretVersionsResponse
}
ListOpenAppSecretVersionsOK describes a response with status code 200, with default header values.
A successful response.
func NewListOpenAppSecretVersionsOK ¶
func NewListOpenAppSecretVersionsOK() *ListOpenAppSecretVersionsOK
NewListOpenAppSecretVersionsOK creates a ListOpenAppSecretVersionsOK with default headers values
func (*ListOpenAppSecretVersionsOK) Error ¶
func (o *ListOpenAppSecretVersionsOK) Error() string
func (*ListOpenAppSecretVersionsOK) GetPayload ¶
func (o *ListOpenAppSecretVersionsOK) GetPayload() *models.Secrets20230613ListOpenAppSecretVersionsResponse
func (*ListOpenAppSecretVersionsOK) IsClientError ¶
func (o *ListOpenAppSecretVersionsOK) IsClientError() bool
IsClientError returns true when this list open app secret versions o k response has a 4xx status code
func (*ListOpenAppSecretVersionsOK) IsCode ¶
func (o *ListOpenAppSecretVersionsOK) IsCode(code int) bool
IsCode returns true when this list open app secret versions o k response a status code equal to that given
func (*ListOpenAppSecretVersionsOK) IsRedirect ¶
func (o *ListOpenAppSecretVersionsOK) IsRedirect() bool
IsRedirect returns true when this list open app secret versions o k response has a 3xx status code
func (*ListOpenAppSecretVersionsOK) IsServerError ¶
func (o *ListOpenAppSecretVersionsOK) IsServerError() bool
IsServerError returns true when this list open app secret versions o k response has a 5xx status code
func (*ListOpenAppSecretVersionsOK) IsSuccess ¶
func (o *ListOpenAppSecretVersionsOK) IsSuccess() bool
IsSuccess returns true when this list open app secret versions o k response has a 2xx status code
func (*ListOpenAppSecretVersionsOK) String ¶
func (o *ListOpenAppSecretVersionsOK) String() string
type ListOpenAppSecretVersionsParams ¶
type ListOpenAppSecretVersionsParams struct { // AppName. AppName 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 // SecretName. SecretName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
ListOpenAppSecretVersionsParams contains all the parameters to send to the API endpoint
for the list open app secret versions operation. Typically these are written to a http.Request.
func NewListOpenAppSecretVersionsParams ¶
func NewListOpenAppSecretVersionsParams() *ListOpenAppSecretVersionsParams
NewListOpenAppSecretVersionsParams creates a new ListOpenAppSecretVersionsParams 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 NewListOpenAppSecretVersionsParamsWithContext ¶
func NewListOpenAppSecretVersionsParamsWithContext(ctx context.Context) *ListOpenAppSecretVersionsParams
NewListOpenAppSecretVersionsParamsWithContext creates a new ListOpenAppSecretVersionsParams object with the ability to set a context for a request.
func NewListOpenAppSecretVersionsParamsWithHTTPClient ¶
func NewListOpenAppSecretVersionsParamsWithHTTPClient(client *http.Client) *ListOpenAppSecretVersionsParams
NewListOpenAppSecretVersionsParamsWithHTTPClient creates a new ListOpenAppSecretVersionsParams object with the ability to set a custom HTTPClient for a request.
func NewListOpenAppSecretVersionsParamsWithTimeout ¶
func NewListOpenAppSecretVersionsParamsWithTimeout(timeout time.Duration) *ListOpenAppSecretVersionsParams
NewListOpenAppSecretVersionsParamsWithTimeout creates a new ListOpenAppSecretVersionsParams object with the ability to set a timeout on a request.
func (*ListOpenAppSecretVersionsParams) SetAppName ¶
func (o *ListOpenAppSecretVersionsParams) SetAppName(appName string)
SetAppName adds the appName to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetContext ¶
func (o *ListOpenAppSecretVersionsParams) SetContext(ctx context.Context)
SetContext adds the context to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetDefaults ¶
func (o *ListOpenAppSecretVersionsParams) SetDefaults()
SetDefaults hydrates default values in the list open app secret versions params (not the query body).
All values with no default are reset to their zero value.
func (*ListOpenAppSecretVersionsParams) SetHTTPClient ¶
func (o *ListOpenAppSecretVersionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetLocationOrganizationID ¶
func (o *ListOpenAppSecretVersionsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetLocationProjectID ¶
func (o *ListOpenAppSecretVersionsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetLocationRegionProvider ¶
func (o *ListOpenAppSecretVersionsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetLocationRegionRegion ¶
func (o *ListOpenAppSecretVersionsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetSecretName ¶
func (o *ListOpenAppSecretVersionsParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) SetTimeout ¶
func (o *ListOpenAppSecretVersionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithAppName ¶
func (o *ListOpenAppSecretVersionsParams) WithAppName(appName string) *ListOpenAppSecretVersionsParams
WithAppName adds the appName to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithContext ¶
func (o *ListOpenAppSecretVersionsParams) WithContext(ctx context.Context) *ListOpenAppSecretVersionsParams
WithContext adds the context to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithDefaults ¶
func (o *ListOpenAppSecretVersionsParams) WithDefaults() *ListOpenAppSecretVersionsParams
WithDefaults hydrates default values in the list open app secret versions params (not the query body).
All values with no default are reset to their zero value.
func (*ListOpenAppSecretVersionsParams) WithHTTPClient ¶
func (o *ListOpenAppSecretVersionsParams) WithHTTPClient(client *http.Client) *ListOpenAppSecretVersionsParams
WithHTTPClient adds the HTTPClient to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithLocationOrganizationID ¶
func (o *ListOpenAppSecretVersionsParams) WithLocationOrganizationID(locationOrganizationID string) *ListOpenAppSecretVersionsParams
WithLocationOrganizationID adds the locationOrganizationID to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithLocationProjectID ¶
func (o *ListOpenAppSecretVersionsParams) WithLocationProjectID(locationProjectID string) *ListOpenAppSecretVersionsParams
WithLocationProjectID adds the locationProjectID to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithLocationRegionProvider ¶
func (o *ListOpenAppSecretVersionsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListOpenAppSecretVersionsParams
WithLocationRegionProvider adds the locationRegionProvider to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithLocationRegionRegion ¶
func (o *ListOpenAppSecretVersionsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListOpenAppSecretVersionsParams
WithLocationRegionRegion adds the locationRegionRegion to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithSecretName ¶
func (o *ListOpenAppSecretVersionsParams) WithSecretName(secretName string) *ListOpenAppSecretVersionsParams
WithSecretName adds the secretName to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WithTimeout ¶
func (o *ListOpenAppSecretVersionsParams) WithTimeout(timeout time.Duration) *ListOpenAppSecretVersionsParams
WithTimeout adds the timeout to the list open app secret versions params
func (*ListOpenAppSecretVersionsParams) WriteToRequest ¶
func (o *ListOpenAppSecretVersionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListOpenAppSecretVersionsReader ¶
type ListOpenAppSecretVersionsReader struct {
// contains filtered or unexported fields
}
ListOpenAppSecretVersionsReader is a Reader for the ListOpenAppSecretVersions structure.
func (*ListOpenAppSecretVersionsReader) ReadResponse ¶
func (o *ListOpenAppSecretVersionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type ListSyncIntegrationsDefault ¶
type ListSyncIntegrationsDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
ListSyncIntegrationsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewListSyncIntegrationsDefault ¶
func NewListSyncIntegrationsDefault(code int) *ListSyncIntegrationsDefault
NewListSyncIntegrationsDefault creates a ListSyncIntegrationsDefault with default headers values
func (*ListSyncIntegrationsDefault) Code ¶
func (o *ListSyncIntegrationsDefault) Code() int
Code gets the status code for the list sync integrations default response
func (*ListSyncIntegrationsDefault) Error ¶
func (o *ListSyncIntegrationsDefault) Error() string
func (*ListSyncIntegrationsDefault) GetPayload ¶
func (o *ListSyncIntegrationsDefault) GetPayload() *models.RPCStatus
func (*ListSyncIntegrationsDefault) IsClientError ¶
func (o *ListSyncIntegrationsDefault) IsClientError() bool
IsClientError returns true when this list sync integrations default response has a 4xx status code
func (*ListSyncIntegrationsDefault) IsCode ¶
func (o *ListSyncIntegrationsDefault) IsCode(code int) bool
IsCode returns true when this list sync integrations default response a status code equal to that given
func (*ListSyncIntegrationsDefault) IsRedirect ¶
func (o *ListSyncIntegrationsDefault) IsRedirect() bool
IsRedirect returns true when this list sync integrations default response has a 3xx status code
func (*ListSyncIntegrationsDefault) IsServerError ¶
func (o *ListSyncIntegrationsDefault) IsServerError() bool
IsServerError returns true when this list sync integrations default response has a 5xx status code
func (*ListSyncIntegrationsDefault) IsSuccess ¶
func (o *ListSyncIntegrationsDefault) IsSuccess() bool
IsSuccess returns true when this list sync integrations default response has a 2xx status code
func (*ListSyncIntegrationsDefault) String ¶
func (o *ListSyncIntegrationsDefault) String() string
type ListSyncIntegrationsOK ¶
type ListSyncIntegrationsOK struct {
Payload *models.Secrets20230613ListSyncIntegrationsResponse
}
ListSyncIntegrationsOK describes a response with status code 200, with default header values.
A successful response.
func NewListSyncIntegrationsOK ¶
func NewListSyncIntegrationsOK() *ListSyncIntegrationsOK
NewListSyncIntegrationsOK creates a ListSyncIntegrationsOK with default headers values
func (*ListSyncIntegrationsOK) Error ¶
func (o *ListSyncIntegrationsOK) Error() string
func (*ListSyncIntegrationsOK) GetPayload ¶
func (o *ListSyncIntegrationsOK) GetPayload() *models.Secrets20230613ListSyncIntegrationsResponse
func (*ListSyncIntegrationsOK) IsClientError ¶
func (o *ListSyncIntegrationsOK) IsClientError() bool
IsClientError returns true when this list sync integrations o k response has a 4xx status code
func (*ListSyncIntegrationsOK) IsCode ¶
func (o *ListSyncIntegrationsOK) IsCode(code int) bool
IsCode returns true when this list sync integrations o k response a status code equal to that given
func (*ListSyncIntegrationsOK) IsRedirect ¶
func (o *ListSyncIntegrationsOK) IsRedirect() bool
IsRedirect returns true when this list sync integrations o k response has a 3xx status code
func (*ListSyncIntegrationsOK) IsServerError ¶
func (o *ListSyncIntegrationsOK) IsServerError() bool
IsServerError returns true when this list sync integrations o k response has a 5xx status code
func (*ListSyncIntegrationsOK) IsSuccess ¶
func (o *ListSyncIntegrationsOK) IsSuccess() bool
IsSuccess returns true when this list sync integrations o k response has a 2xx status code
func (*ListSyncIntegrationsOK) String ¶
func (o *ListSyncIntegrationsOK) String() string
type ListSyncIntegrationsParams ¶
type ListSyncIntegrationsParams 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 }
ListSyncIntegrationsParams contains all the parameters to send to the API endpoint
for the list sync integrations operation. Typically these are written to a http.Request.
func NewListSyncIntegrationsParams ¶
func NewListSyncIntegrationsParams() *ListSyncIntegrationsParams
NewListSyncIntegrationsParams creates a new ListSyncIntegrationsParams 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 NewListSyncIntegrationsParamsWithContext ¶
func NewListSyncIntegrationsParamsWithContext(ctx context.Context) *ListSyncIntegrationsParams
NewListSyncIntegrationsParamsWithContext creates a new ListSyncIntegrationsParams object with the ability to set a context for a request.
func NewListSyncIntegrationsParamsWithHTTPClient ¶
func NewListSyncIntegrationsParamsWithHTTPClient(client *http.Client) *ListSyncIntegrationsParams
NewListSyncIntegrationsParamsWithHTTPClient creates a new ListSyncIntegrationsParams object with the ability to set a custom HTTPClient for a request.
func NewListSyncIntegrationsParamsWithTimeout ¶
func NewListSyncIntegrationsParamsWithTimeout(timeout time.Duration) *ListSyncIntegrationsParams
NewListSyncIntegrationsParamsWithTimeout creates a new ListSyncIntegrationsParams object with the ability to set a timeout on a request.
func (*ListSyncIntegrationsParams) SetContext ¶
func (o *ListSyncIntegrationsParams) SetContext(ctx context.Context)
SetContext adds the context to the list sync integrations params
func (*ListSyncIntegrationsParams) SetDefaults ¶
func (o *ListSyncIntegrationsParams) SetDefaults()
SetDefaults hydrates default values in the list sync integrations params (not the query body).
All values with no default are reset to their zero value.
func (*ListSyncIntegrationsParams) SetHTTPClient ¶
func (o *ListSyncIntegrationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the list sync integrations params
func (*ListSyncIntegrationsParams) SetLocationOrganizationID ¶
func (o *ListSyncIntegrationsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the list sync integrations params
func (*ListSyncIntegrationsParams) SetLocationProjectID ¶
func (o *ListSyncIntegrationsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the list sync integrations params
func (*ListSyncIntegrationsParams) SetLocationRegionProvider ¶
func (o *ListSyncIntegrationsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the list sync integrations params
func (*ListSyncIntegrationsParams) SetLocationRegionRegion ¶
func (o *ListSyncIntegrationsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the list sync integrations params
func (*ListSyncIntegrationsParams) SetTimeout ¶
func (o *ListSyncIntegrationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the list sync integrations params
func (*ListSyncIntegrationsParams) WithContext ¶
func (o *ListSyncIntegrationsParams) WithContext(ctx context.Context) *ListSyncIntegrationsParams
WithContext adds the context to the list sync integrations params
func (*ListSyncIntegrationsParams) WithDefaults ¶
func (o *ListSyncIntegrationsParams) WithDefaults() *ListSyncIntegrationsParams
WithDefaults hydrates default values in the list sync integrations params (not the query body).
All values with no default are reset to their zero value.
func (*ListSyncIntegrationsParams) WithHTTPClient ¶
func (o *ListSyncIntegrationsParams) WithHTTPClient(client *http.Client) *ListSyncIntegrationsParams
WithHTTPClient adds the HTTPClient to the list sync integrations params
func (*ListSyncIntegrationsParams) WithLocationOrganizationID ¶
func (o *ListSyncIntegrationsParams) WithLocationOrganizationID(locationOrganizationID string) *ListSyncIntegrationsParams
WithLocationOrganizationID adds the locationOrganizationID to the list sync integrations params
func (*ListSyncIntegrationsParams) WithLocationProjectID ¶
func (o *ListSyncIntegrationsParams) WithLocationProjectID(locationProjectID string) *ListSyncIntegrationsParams
WithLocationProjectID adds the locationProjectID to the list sync integrations params
func (*ListSyncIntegrationsParams) WithLocationRegionProvider ¶
func (o *ListSyncIntegrationsParams) WithLocationRegionProvider(locationRegionProvider *string) *ListSyncIntegrationsParams
WithLocationRegionProvider adds the locationRegionProvider to the list sync integrations params
func (*ListSyncIntegrationsParams) WithLocationRegionRegion ¶
func (o *ListSyncIntegrationsParams) WithLocationRegionRegion(locationRegionRegion *string) *ListSyncIntegrationsParams
WithLocationRegionRegion adds the locationRegionRegion to the list sync integrations params
func (*ListSyncIntegrationsParams) WithTimeout ¶
func (o *ListSyncIntegrationsParams) WithTimeout(timeout time.Duration) *ListSyncIntegrationsParams
WithTimeout adds the timeout to the list sync integrations params
func (*ListSyncIntegrationsParams) WriteToRequest ¶
func (o *ListSyncIntegrationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type ListSyncIntegrationsReader ¶
type ListSyncIntegrationsReader struct {
// contains filtered or unexported fields
}
ListSyncIntegrationsReader is a Reader for the ListSyncIntegrations structure.
func (*ListSyncIntegrationsReader) ReadResponse ¶
func (o *ListSyncIntegrationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OpenAppSecretDefault ¶
type OpenAppSecretDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
OpenAppSecretDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewOpenAppSecretDefault ¶
func NewOpenAppSecretDefault(code int) *OpenAppSecretDefault
NewOpenAppSecretDefault creates a OpenAppSecretDefault with default headers values
func (*OpenAppSecretDefault) Code ¶
func (o *OpenAppSecretDefault) Code() int
Code gets the status code for the open app secret default response
func (*OpenAppSecretDefault) Error ¶
func (o *OpenAppSecretDefault) Error() string
func (*OpenAppSecretDefault) GetPayload ¶
func (o *OpenAppSecretDefault) GetPayload() *models.RPCStatus
func (*OpenAppSecretDefault) IsClientError ¶
func (o *OpenAppSecretDefault) IsClientError() bool
IsClientError returns true when this open app secret default response has a 4xx status code
func (*OpenAppSecretDefault) IsCode ¶
func (o *OpenAppSecretDefault) IsCode(code int) bool
IsCode returns true when this open app secret default response a status code equal to that given
func (*OpenAppSecretDefault) IsRedirect ¶
func (o *OpenAppSecretDefault) IsRedirect() bool
IsRedirect returns true when this open app secret default response has a 3xx status code
func (*OpenAppSecretDefault) IsServerError ¶
func (o *OpenAppSecretDefault) IsServerError() bool
IsServerError returns true when this open app secret default response has a 5xx status code
func (*OpenAppSecretDefault) IsSuccess ¶
func (o *OpenAppSecretDefault) IsSuccess() bool
IsSuccess returns true when this open app secret default response has a 2xx status code
func (*OpenAppSecretDefault) String ¶
func (o *OpenAppSecretDefault) String() string
type OpenAppSecretOK ¶
type OpenAppSecretOK struct {
Payload *models.Secrets20230613OpenAppSecretResponse
}
OpenAppSecretOK describes a response with status code 200, with default header values.
A successful response.
func NewOpenAppSecretOK ¶
func NewOpenAppSecretOK() *OpenAppSecretOK
NewOpenAppSecretOK creates a OpenAppSecretOK with default headers values
func (*OpenAppSecretOK) Error ¶
func (o *OpenAppSecretOK) Error() string
func (*OpenAppSecretOK) GetPayload ¶
func (o *OpenAppSecretOK) GetPayload() *models.Secrets20230613OpenAppSecretResponse
func (*OpenAppSecretOK) IsClientError ¶
func (o *OpenAppSecretOK) IsClientError() bool
IsClientError returns true when this open app secret o k response has a 4xx status code
func (*OpenAppSecretOK) IsCode ¶
func (o *OpenAppSecretOK) IsCode(code int) bool
IsCode returns true when this open app secret o k response a status code equal to that given
func (*OpenAppSecretOK) IsRedirect ¶
func (o *OpenAppSecretOK) IsRedirect() bool
IsRedirect returns true when this open app secret o k response has a 3xx status code
func (*OpenAppSecretOK) IsServerError ¶
func (o *OpenAppSecretOK) IsServerError() bool
IsServerError returns true when this open app secret o k response has a 5xx status code
func (*OpenAppSecretOK) IsSuccess ¶
func (o *OpenAppSecretOK) IsSuccess() bool
IsSuccess returns true when this open app secret o k response has a 2xx status code
func (*OpenAppSecretOK) String ¶
func (o *OpenAppSecretOK) String() string
type OpenAppSecretParams ¶
type OpenAppSecretParams struct { // AppName. AppName 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 // SecretName. SecretName string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
OpenAppSecretParams contains all the parameters to send to the API endpoint
for the open app secret operation. Typically these are written to a http.Request.
func NewOpenAppSecretParams ¶
func NewOpenAppSecretParams() *OpenAppSecretParams
NewOpenAppSecretParams creates a new OpenAppSecretParams 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 NewOpenAppSecretParamsWithContext ¶
func NewOpenAppSecretParamsWithContext(ctx context.Context) *OpenAppSecretParams
NewOpenAppSecretParamsWithContext creates a new OpenAppSecretParams object with the ability to set a context for a request.
func NewOpenAppSecretParamsWithHTTPClient ¶
func NewOpenAppSecretParamsWithHTTPClient(client *http.Client) *OpenAppSecretParams
NewOpenAppSecretParamsWithHTTPClient creates a new OpenAppSecretParams object with the ability to set a custom HTTPClient for a request.
func NewOpenAppSecretParamsWithTimeout ¶
func NewOpenAppSecretParamsWithTimeout(timeout time.Duration) *OpenAppSecretParams
NewOpenAppSecretParamsWithTimeout creates a new OpenAppSecretParams object with the ability to set a timeout on a request.
func (*OpenAppSecretParams) SetAppName ¶
func (o *OpenAppSecretParams) SetAppName(appName string)
SetAppName adds the appName to the open app secret params
func (*OpenAppSecretParams) SetContext ¶
func (o *OpenAppSecretParams) SetContext(ctx context.Context)
SetContext adds the context to the open app secret params
func (*OpenAppSecretParams) SetDefaults ¶
func (o *OpenAppSecretParams) SetDefaults()
SetDefaults hydrates default values in the open app secret params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretParams) SetHTTPClient ¶
func (o *OpenAppSecretParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the open app secret params
func (*OpenAppSecretParams) SetLocationOrganizationID ¶
func (o *OpenAppSecretParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the open app secret params
func (*OpenAppSecretParams) SetLocationProjectID ¶
func (o *OpenAppSecretParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the open app secret params
func (*OpenAppSecretParams) SetLocationRegionProvider ¶
func (o *OpenAppSecretParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the open app secret params
func (*OpenAppSecretParams) SetLocationRegionRegion ¶
func (o *OpenAppSecretParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the open app secret params
func (*OpenAppSecretParams) SetSecretName ¶
func (o *OpenAppSecretParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the open app secret params
func (*OpenAppSecretParams) SetTimeout ¶
func (o *OpenAppSecretParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the open app secret params
func (*OpenAppSecretParams) WithAppName ¶
func (o *OpenAppSecretParams) WithAppName(appName string) *OpenAppSecretParams
WithAppName adds the appName to the open app secret params
func (*OpenAppSecretParams) WithContext ¶
func (o *OpenAppSecretParams) WithContext(ctx context.Context) *OpenAppSecretParams
WithContext adds the context to the open app secret params
func (*OpenAppSecretParams) WithDefaults ¶
func (o *OpenAppSecretParams) WithDefaults() *OpenAppSecretParams
WithDefaults hydrates default values in the open app secret params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretParams) WithHTTPClient ¶
func (o *OpenAppSecretParams) WithHTTPClient(client *http.Client) *OpenAppSecretParams
WithHTTPClient adds the HTTPClient to the open app secret params
func (*OpenAppSecretParams) WithLocationOrganizationID ¶
func (o *OpenAppSecretParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretParams
WithLocationOrganizationID adds the locationOrganizationID to the open app secret params
func (*OpenAppSecretParams) WithLocationProjectID ¶
func (o *OpenAppSecretParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretParams
WithLocationProjectID adds the locationProjectID to the open app secret params
func (*OpenAppSecretParams) WithLocationRegionProvider ¶
func (o *OpenAppSecretParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretParams
WithLocationRegionProvider adds the locationRegionProvider to the open app secret params
func (*OpenAppSecretParams) WithLocationRegionRegion ¶
func (o *OpenAppSecretParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretParams
WithLocationRegionRegion adds the locationRegionRegion to the open app secret params
func (*OpenAppSecretParams) WithSecretName ¶
func (o *OpenAppSecretParams) WithSecretName(secretName string) *OpenAppSecretParams
WithSecretName adds the secretName to the open app secret params
func (*OpenAppSecretParams) WithTimeout ¶
func (o *OpenAppSecretParams) WithTimeout(timeout time.Duration) *OpenAppSecretParams
WithTimeout adds the timeout to the open app secret params
func (*OpenAppSecretParams) WriteToRequest ¶
func (o *OpenAppSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OpenAppSecretReader ¶
type OpenAppSecretReader struct {
// contains filtered or unexported fields
}
OpenAppSecretReader is a Reader for the OpenAppSecret structure.
func (*OpenAppSecretReader) ReadResponse ¶
func (o *OpenAppSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OpenAppSecretVersionDefault ¶
type OpenAppSecretVersionDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
OpenAppSecretVersionDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewOpenAppSecretVersionDefault ¶
func NewOpenAppSecretVersionDefault(code int) *OpenAppSecretVersionDefault
NewOpenAppSecretVersionDefault creates a OpenAppSecretVersionDefault with default headers values
func (*OpenAppSecretVersionDefault) Code ¶
func (o *OpenAppSecretVersionDefault) Code() int
Code gets the status code for the open app secret version default response
func (*OpenAppSecretVersionDefault) Error ¶
func (o *OpenAppSecretVersionDefault) Error() string
func (*OpenAppSecretVersionDefault) GetPayload ¶
func (o *OpenAppSecretVersionDefault) GetPayload() *models.RPCStatus
func (*OpenAppSecretVersionDefault) IsClientError ¶
func (o *OpenAppSecretVersionDefault) IsClientError() bool
IsClientError returns true when this open app secret version default response has a 4xx status code
func (*OpenAppSecretVersionDefault) IsCode ¶
func (o *OpenAppSecretVersionDefault) IsCode(code int) bool
IsCode returns true when this open app secret version default response a status code equal to that given
func (*OpenAppSecretVersionDefault) IsRedirect ¶
func (o *OpenAppSecretVersionDefault) IsRedirect() bool
IsRedirect returns true when this open app secret version default response has a 3xx status code
func (*OpenAppSecretVersionDefault) IsServerError ¶
func (o *OpenAppSecretVersionDefault) IsServerError() bool
IsServerError returns true when this open app secret version default response has a 5xx status code
func (*OpenAppSecretVersionDefault) IsSuccess ¶
func (o *OpenAppSecretVersionDefault) IsSuccess() bool
IsSuccess returns true when this open app secret version default response has a 2xx status code
func (*OpenAppSecretVersionDefault) String ¶
func (o *OpenAppSecretVersionDefault) String() string
type OpenAppSecretVersionOK ¶
type OpenAppSecretVersionOK struct {
Payload *models.Secrets20230613OpenAppSecretVersionResponse
}
OpenAppSecretVersionOK describes a response with status code 200, with default header values.
A successful response.
func NewOpenAppSecretVersionOK ¶
func NewOpenAppSecretVersionOK() *OpenAppSecretVersionOK
NewOpenAppSecretVersionOK creates a OpenAppSecretVersionOK with default headers values
func (*OpenAppSecretVersionOK) Error ¶
func (o *OpenAppSecretVersionOK) Error() string
func (*OpenAppSecretVersionOK) GetPayload ¶
func (o *OpenAppSecretVersionOK) GetPayload() *models.Secrets20230613OpenAppSecretVersionResponse
func (*OpenAppSecretVersionOK) IsClientError ¶
func (o *OpenAppSecretVersionOK) IsClientError() bool
IsClientError returns true when this open app secret version o k response has a 4xx status code
func (*OpenAppSecretVersionOK) IsCode ¶
func (o *OpenAppSecretVersionOK) IsCode(code int) bool
IsCode returns true when this open app secret version o k response a status code equal to that given
func (*OpenAppSecretVersionOK) IsRedirect ¶
func (o *OpenAppSecretVersionOK) IsRedirect() bool
IsRedirect returns true when this open app secret version o k response has a 3xx status code
func (*OpenAppSecretVersionOK) IsServerError ¶
func (o *OpenAppSecretVersionOK) IsServerError() bool
IsServerError returns true when this open app secret version o k response has a 5xx status code
func (*OpenAppSecretVersionOK) IsSuccess ¶
func (o *OpenAppSecretVersionOK) IsSuccess() bool
IsSuccess returns true when this open app secret version o k response has a 2xx status code
func (*OpenAppSecretVersionOK) String ¶
func (o *OpenAppSecretVersionOK) String() string
type OpenAppSecretVersionParams ¶
type OpenAppSecretVersionParams struct { // AppName. AppName 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 // SecretName. SecretName string // Version. // // Format: int64 Version string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
OpenAppSecretVersionParams contains all the parameters to send to the API endpoint
for the open app secret version operation. Typically these are written to a http.Request.
func NewOpenAppSecretVersionParams ¶
func NewOpenAppSecretVersionParams() *OpenAppSecretVersionParams
NewOpenAppSecretVersionParams creates a new OpenAppSecretVersionParams 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 NewOpenAppSecretVersionParamsWithContext ¶
func NewOpenAppSecretVersionParamsWithContext(ctx context.Context) *OpenAppSecretVersionParams
NewOpenAppSecretVersionParamsWithContext creates a new OpenAppSecretVersionParams object with the ability to set a context for a request.
func NewOpenAppSecretVersionParamsWithHTTPClient ¶
func NewOpenAppSecretVersionParamsWithHTTPClient(client *http.Client) *OpenAppSecretVersionParams
NewOpenAppSecretVersionParamsWithHTTPClient creates a new OpenAppSecretVersionParams object with the ability to set a custom HTTPClient for a request.
func NewOpenAppSecretVersionParamsWithTimeout ¶
func NewOpenAppSecretVersionParamsWithTimeout(timeout time.Duration) *OpenAppSecretVersionParams
NewOpenAppSecretVersionParamsWithTimeout creates a new OpenAppSecretVersionParams object with the ability to set a timeout on a request.
func (*OpenAppSecretVersionParams) SetAppName ¶
func (o *OpenAppSecretVersionParams) SetAppName(appName string)
SetAppName adds the appName to the open app secret version params
func (*OpenAppSecretVersionParams) SetContext ¶
func (o *OpenAppSecretVersionParams) SetContext(ctx context.Context)
SetContext adds the context to the open app secret version params
func (*OpenAppSecretVersionParams) SetDefaults ¶
func (o *OpenAppSecretVersionParams) SetDefaults()
SetDefaults hydrates default values in the open app secret version params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretVersionParams) SetHTTPClient ¶
func (o *OpenAppSecretVersionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the open app secret version params
func (*OpenAppSecretVersionParams) SetLocationOrganizationID ¶
func (o *OpenAppSecretVersionParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the open app secret version params
func (*OpenAppSecretVersionParams) SetLocationProjectID ¶
func (o *OpenAppSecretVersionParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the open app secret version params
func (*OpenAppSecretVersionParams) SetLocationRegionProvider ¶
func (o *OpenAppSecretVersionParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the open app secret version params
func (*OpenAppSecretVersionParams) SetLocationRegionRegion ¶
func (o *OpenAppSecretVersionParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the open app secret version params
func (*OpenAppSecretVersionParams) SetSecretName ¶
func (o *OpenAppSecretVersionParams) SetSecretName(secretName string)
SetSecretName adds the secretName to the open app secret version params
func (*OpenAppSecretVersionParams) SetTimeout ¶
func (o *OpenAppSecretVersionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the open app secret version params
func (*OpenAppSecretVersionParams) SetVersion ¶
func (o *OpenAppSecretVersionParams) SetVersion(version string)
SetVersion adds the version to the open app secret version params
func (*OpenAppSecretVersionParams) WithAppName ¶
func (o *OpenAppSecretVersionParams) WithAppName(appName string) *OpenAppSecretVersionParams
WithAppName adds the appName to the open app secret version params
func (*OpenAppSecretVersionParams) WithContext ¶
func (o *OpenAppSecretVersionParams) WithContext(ctx context.Context) *OpenAppSecretVersionParams
WithContext adds the context to the open app secret version params
func (*OpenAppSecretVersionParams) WithDefaults ¶
func (o *OpenAppSecretVersionParams) WithDefaults() *OpenAppSecretVersionParams
WithDefaults hydrates default values in the open app secret version params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretVersionParams) WithHTTPClient ¶
func (o *OpenAppSecretVersionParams) WithHTTPClient(client *http.Client) *OpenAppSecretVersionParams
WithHTTPClient adds the HTTPClient to the open app secret version params
func (*OpenAppSecretVersionParams) WithLocationOrganizationID ¶
func (o *OpenAppSecretVersionParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretVersionParams
WithLocationOrganizationID adds the locationOrganizationID to the open app secret version params
func (*OpenAppSecretVersionParams) WithLocationProjectID ¶
func (o *OpenAppSecretVersionParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretVersionParams
WithLocationProjectID adds the locationProjectID to the open app secret version params
func (*OpenAppSecretVersionParams) WithLocationRegionProvider ¶
func (o *OpenAppSecretVersionParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretVersionParams
WithLocationRegionProvider adds the locationRegionProvider to the open app secret version params
func (*OpenAppSecretVersionParams) WithLocationRegionRegion ¶
func (o *OpenAppSecretVersionParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretVersionParams
WithLocationRegionRegion adds the locationRegionRegion to the open app secret version params
func (*OpenAppSecretVersionParams) WithSecretName ¶
func (o *OpenAppSecretVersionParams) WithSecretName(secretName string) *OpenAppSecretVersionParams
WithSecretName adds the secretName to the open app secret version params
func (*OpenAppSecretVersionParams) WithTimeout ¶
func (o *OpenAppSecretVersionParams) WithTimeout(timeout time.Duration) *OpenAppSecretVersionParams
WithTimeout adds the timeout to the open app secret version params
func (*OpenAppSecretVersionParams) WithVersion ¶
func (o *OpenAppSecretVersionParams) WithVersion(version string) *OpenAppSecretVersionParams
WithVersion adds the version to the open app secret version params
func (*OpenAppSecretVersionParams) WriteToRequest ¶
func (o *OpenAppSecretVersionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OpenAppSecretVersionReader ¶
type OpenAppSecretVersionReader struct {
// contains filtered or unexported fields
}
OpenAppSecretVersionReader is a Reader for the OpenAppSecretVersion structure.
func (*OpenAppSecretVersionReader) ReadResponse ¶
func (o *OpenAppSecretVersionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type OpenAppSecretsDefault ¶
type OpenAppSecretsDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
OpenAppSecretsDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewOpenAppSecretsDefault ¶
func NewOpenAppSecretsDefault(code int) *OpenAppSecretsDefault
NewOpenAppSecretsDefault creates a OpenAppSecretsDefault with default headers values
func (*OpenAppSecretsDefault) Code ¶
func (o *OpenAppSecretsDefault) Code() int
Code gets the status code for the open app secrets default response
func (*OpenAppSecretsDefault) Error ¶
func (o *OpenAppSecretsDefault) Error() string
func (*OpenAppSecretsDefault) GetPayload ¶
func (o *OpenAppSecretsDefault) GetPayload() *models.RPCStatus
func (*OpenAppSecretsDefault) IsClientError ¶
func (o *OpenAppSecretsDefault) IsClientError() bool
IsClientError returns true when this open app secrets default response has a 4xx status code
func (*OpenAppSecretsDefault) IsCode ¶
func (o *OpenAppSecretsDefault) IsCode(code int) bool
IsCode returns true when this open app secrets default response a status code equal to that given
func (*OpenAppSecretsDefault) IsRedirect ¶
func (o *OpenAppSecretsDefault) IsRedirect() bool
IsRedirect returns true when this open app secrets default response has a 3xx status code
func (*OpenAppSecretsDefault) IsServerError ¶
func (o *OpenAppSecretsDefault) IsServerError() bool
IsServerError returns true when this open app secrets default response has a 5xx status code
func (*OpenAppSecretsDefault) IsSuccess ¶
func (o *OpenAppSecretsDefault) IsSuccess() bool
IsSuccess returns true when this open app secrets default response has a 2xx status code
func (*OpenAppSecretsDefault) String ¶
func (o *OpenAppSecretsDefault) String() string
type OpenAppSecretsOK ¶
type OpenAppSecretsOK struct {
Payload *models.Secrets20230613OpenAppSecretsResponse
}
OpenAppSecretsOK describes a response with status code 200, with default header values.
A successful response.
func NewOpenAppSecretsOK ¶
func NewOpenAppSecretsOK() *OpenAppSecretsOK
NewOpenAppSecretsOK creates a OpenAppSecretsOK with default headers values
func (*OpenAppSecretsOK) Error ¶
func (o *OpenAppSecretsOK) Error() string
func (*OpenAppSecretsOK) GetPayload ¶
func (o *OpenAppSecretsOK) GetPayload() *models.Secrets20230613OpenAppSecretsResponse
func (*OpenAppSecretsOK) IsClientError ¶
func (o *OpenAppSecretsOK) IsClientError() bool
IsClientError returns true when this open app secrets o k response has a 4xx status code
func (*OpenAppSecretsOK) IsCode ¶
func (o *OpenAppSecretsOK) IsCode(code int) bool
IsCode returns true when this open app secrets o k response a status code equal to that given
func (*OpenAppSecretsOK) IsRedirect ¶
func (o *OpenAppSecretsOK) IsRedirect() bool
IsRedirect returns true when this open app secrets o k response has a 3xx status code
func (*OpenAppSecretsOK) IsServerError ¶
func (o *OpenAppSecretsOK) IsServerError() bool
IsServerError returns true when this open app secrets o k response has a 5xx status code
func (*OpenAppSecretsOK) IsSuccess ¶
func (o *OpenAppSecretsOK) IsSuccess() bool
IsSuccess returns true when this open app secrets o k response has a 2xx status code
func (*OpenAppSecretsOK) String ¶
func (o *OpenAppSecretsOK) String() string
type OpenAppSecretsParams ¶
type OpenAppSecretsParams struct { // AppName. AppName 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 }
OpenAppSecretsParams contains all the parameters to send to the API endpoint
for the open app secrets operation. Typically these are written to a http.Request.
func NewOpenAppSecretsParams ¶
func NewOpenAppSecretsParams() *OpenAppSecretsParams
NewOpenAppSecretsParams creates a new OpenAppSecretsParams 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 NewOpenAppSecretsParamsWithContext ¶
func NewOpenAppSecretsParamsWithContext(ctx context.Context) *OpenAppSecretsParams
NewOpenAppSecretsParamsWithContext creates a new OpenAppSecretsParams object with the ability to set a context for a request.
func NewOpenAppSecretsParamsWithHTTPClient ¶
func NewOpenAppSecretsParamsWithHTTPClient(client *http.Client) *OpenAppSecretsParams
NewOpenAppSecretsParamsWithHTTPClient creates a new OpenAppSecretsParams object with the ability to set a custom HTTPClient for a request.
func NewOpenAppSecretsParamsWithTimeout ¶
func NewOpenAppSecretsParamsWithTimeout(timeout time.Duration) *OpenAppSecretsParams
NewOpenAppSecretsParamsWithTimeout creates a new OpenAppSecretsParams object with the ability to set a timeout on a request.
func (*OpenAppSecretsParams) SetAppName ¶
func (o *OpenAppSecretsParams) SetAppName(appName string)
SetAppName adds the appName to the open app secrets params
func (*OpenAppSecretsParams) SetContext ¶
func (o *OpenAppSecretsParams) SetContext(ctx context.Context)
SetContext adds the context to the open app secrets params
func (*OpenAppSecretsParams) SetDefaults ¶
func (o *OpenAppSecretsParams) SetDefaults()
SetDefaults hydrates default values in the open app secrets params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretsParams) SetHTTPClient ¶
func (o *OpenAppSecretsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the open app secrets params
func (*OpenAppSecretsParams) SetLocationOrganizationID ¶
func (o *OpenAppSecretsParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the open app secrets params
func (*OpenAppSecretsParams) SetLocationProjectID ¶
func (o *OpenAppSecretsParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the open app secrets params
func (*OpenAppSecretsParams) SetLocationRegionProvider ¶
func (o *OpenAppSecretsParams) SetLocationRegionProvider(locationRegionProvider *string)
SetLocationRegionProvider adds the locationRegionProvider to the open app secrets params
func (*OpenAppSecretsParams) SetLocationRegionRegion ¶
func (o *OpenAppSecretsParams) SetLocationRegionRegion(locationRegionRegion *string)
SetLocationRegionRegion adds the locationRegionRegion to the open app secrets params
func (*OpenAppSecretsParams) SetTimeout ¶
func (o *OpenAppSecretsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the open app secrets params
func (*OpenAppSecretsParams) WithAppName ¶
func (o *OpenAppSecretsParams) WithAppName(appName string) *OpenAppSecretsParams
WithAppName adds the appName to the open app secrets params
func (*OpenAppSecretsParams) WithContext ¶
func (o *OpenAppSecretsParams) WithContext(ctx context.Context) *OpenAppSecretsParams
WithContext adds the context to the open app secrets params
func (*OpenAppSecretsParams) WithDefaults ¶
func (o *OpenAppSecretsParams) WithDefaults() *OpenAppSecretsParams
WithDefaults hydrates default values in the open app secrets params (not the query body).
All values with no default are reset to their zero value.
func (*OpenAppSecretsParams) WithHTTPClient ¶
func (o *OpenAppSecretsParams) WithHTTPClient(client *http.Client) *OpenAppSecretsParams
WithHTTPClient adds the HTTPClient to the open app secrets params
func (*OpenAppSecretsParams) WithLocationOrganizationID ¶
func (o *OpenAppSecretsParams) WithLocationOrganizationID(locationOrganizationID string) *OpenAppSecretsParams
WithLocationOrganizationID adds the locationOrganizationID to the open app secrets params
func (*OpenAppSecretsParams) WithLocationProjectID ¶
func (o *OpenAppSecretsParams) WithLocationProjectID(locationProjectID string) *OpenAppSecretsParams
WithLocationProjectID adds the locationProjectID to the open app secrets params
func (*OpenAppSecretsParams) WithLocationRegionProvider ¶
func (o *OpenAppSecretsParams) WithLocationRegionProvider(locationRegionProvider *string) *OpenAppSecretsParams
WithLocationRegionProvider adds the locationRegionProvider to the open app secrets params
func (*OpenAppSecretsParams) WithLocationRegionRegion ¶
func (o *OpenAppSecretsParams) WithLocationRegionRegion(locationRegionRegion *string) *OpenAppSecretsParams
WithLocationRegionRegion adds the locationRegionRegion to the open app secrets params
func (*OpenAppSecretsParams) WithTimeout ¶
func (o *OpenAppSecretsParams) WithTimeout(timeout time.Duration) *OpenAppSecretsParams
WithTimeout adds the timeout to the open app secrets params
func (*OpenAppSecretsParams) WriteToRequest ¶
func (o *OpenAppSecretsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type OpenAppSecretsReader ¶
type OpenAppSecretsReader struct {
// contains filtered or unexported fields
}
OpenAppSecretsReader is a Reader for the OpenAppSecrets structure.
func (*OpenAppSecretsReader) ReadResponse ¶
func (o *OpenAppSecretsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAppBody ¶
type UpdateAppBody struct { // description Description string `json:"description,omitempty"` // location Location *UpdateAppParamsBodyLocation `json:"location,omitempty"` // sync integrations SyncIntegrations []string `json:"sync_integrations"` }
UpdateAppBody update app body swagger:model UpdateAppBody
func (*UpdateAppBody) ContextValidate ¶
ContextValidate validate this update app body based on the context it is used
func (*UpdateAppBody) MarshalBinary ¶
func (o *UpdateAppBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAppBody) UnmarshalBinary ¶
func (o *UpdateAppBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateAppDefault ¶
type UpdateAppDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpdateAppDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateAppDefault ¶
func NewUpdateAppDefault(code int) *UpdateAppDefault
NewUpdateAppDefault creates a UpdateAppDefault with default headers values
func (*UpdateAppDefault) Code ¶
func (o *UpdateAppDefault) Code() int
Code gets the status code for the update app default response
func (*UpdateAppDefault) Error ¶
func (o *UpdateAppDefault) Error() string
func (*UpdateAppDefault) GetPayload ¶
func (o *UpdateAppDefault) GetPayload() *models.RPCStatus
func (*UpdateAppDefault) IsClientError ¶
func (o *UpdateAppDefault) IsClientError() bool
IsClientError returns true when this update app default response has a 4xx status code
func (*UpdateAppDefault) IsCode ¶
func (o *UpdateAppDefault) IsCode(code int) bool
IsCode returns true when this update app default response a status code equal to that given
func (*UpdateAppDefault) IsRedirect ¶
func (o *UpdateAppDefault) IsRedirect() bool
IsRedirect returns true when this update app default response has a 3xx status code
func (*UpdateAppDefault) IsServerError ¶
func (o *UpdateAppDefault) IsServerError() bool
IsServerError returns true when this update app default response has a 5xx status code
func (*UpdateAppDefault) IsSuccess ¶
func (o *UpdateAppDefault) IsSuccess() bool
IsSuccess returns true when this update app default response has a 2xx status code
func (*UpdateAppDefault) String ¶
func (o *UpdateAppDefault) String() string
type UpdateAppOK ¶
type UpdateAppOK struct {
Payload *models.Secrets20230613UpdateAppResponse
}
UpdateAppOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateAppOK ¶
func NewUpdateAppOK() *UpdateAppOK
NewUpdateAppOK creates a UpdateAppOK with default headers values
func (*UpdateAppOK) Error ¶
func (o *UpdateAppOK) Error() string
func (*UpdateAppOK) GetPayload ¶
func (o *UpdateAppOK) GetPayload() *models.Secrets20230613UpdateAppResponse
func (*UpdateAppOK) IsClientError ¶
func (o *UpdateAppOK) IsClientError() bool
IsClientError returns true when this update app o k response has a 4xx status code
func (*UpdateAppOK) IsCode ¶
func (o *UpdateAppOK) IsCode(code int) bool
IsCode returns true when this update app o k response a status code equal to that given
func (*UpdateAppOK) IsRedirect ¶
func (o *UpdateAppOK) IsRedirect() bool
IsRedirect returns true when this update app o k response has a 3xx status code
func (*UpdateAppOK) IsServerError ¶
func (o *UpdateAppOK) IsServerError() bool
IsServerError returns true when this update app o k response has a 5xx status code
func (*UpdateAppOK) IsSuccess ¶
func (o *UpdateAppOK) IsSuccess() bool
IsSuccess returns true when this update app o k response has a 2xx status code
func (*UpdateAppOK) String ¶
func (o *UpdateAppOK) String() string
type UpdateAppParams ¶
type UpdateAppParams struct { // Body. Body UpdateAppBody /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAppParams contains all the parameters to send to the API endpoint
for the update app operation. Typically these are written to a http.Request.
func NewUpdateAppParams ¶
func NewUpdateAppParams() *UpdateAppParams
NewUpdateAppParams creates a new UpdateAppParams 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 NewUpdateAppParamsWithContext ¶
func NewUpdateAppParamsWithContext(ctx context.Context) *UpdateAppParams
NewUpdateAppParamsWithContext creates a new UpdateAppParams object with the ability to set a context for a request.
func NewUpdateAppParamsWithHTTPClient ¶
func NewUpdateAppParamsWithHTTPClient(client *http.Client) *UpdateAppParams
NewUpdateAppParamsWithHTTPClient creates a new UpdateAppParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAppParamsWithTimeout ¶
func NewUpdateAppParamsWithTimeout(timeout time.Duration) *UpdateAppParams
NewUpdateAppParamsWithTimeout creates a new UpdateAppParams object with the ability to set a timeout on a request.
func (*UpdateAppParams) SetBody ¶
func (o *UpdateAppParams) SetBody(body UpdateAppBody)
SetBody adds the body to the update app params
func (*UpdateAppParams) SetContext ¶
func (o *UpdateAppParams) SetContext(ctx context.Context)
SetContext adds the context to the update app params
func (*UpdateAppParams) SetDefaults ¶
func (o *UpdateAppParams) SetDefaults()
SetDefaults hydrates default values in the update app params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAppParams) SetHTTPClient ¶
func (o *UpdateAppParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update app params
func (*UpdateAppParams) SetLocationOrganizationID ¶
func (o *UpdateAppParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update app params
func (*UpdateAppParams) SetLocationProjectID ¶
func (o *UpdateAppParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update app params
func (*UpdateAppParams) SetName ¶
func (o *UpdateAppParams) SetName(name string)
SetName adds the name to the update app params
func (*UpdateAppParams) SetTimeout ¶
func (o *UpdateAppParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update app params
func (*UpdateAppParams) WithBody ¶
func (o *UpdateAppParams) WithBody(body UpdateAppBody) *UpdateAppParams
WithBody adds the body to the update app params
func (*UpdateAppParams) WithContext ¶
func (o *UpdateAppParams) WithContext(ctx context.Context) *UpdateAppParams
WithContext adds the context to the update app params
func (*UpdateAppParams) WithDefaults ¶
func (o *UpdateAppParams) WithDefaults() *UpdateAppParams
WithDefaults hydrates default values in the update app params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAppParams) WithHTTPClient ¶
func (o *UpdateAppParams) WithHTTPClient(client *http.Client) *UpdateAppParams
WithHTTPClient adds the HTTPClient to the update app params
func (*UpdateAppParams) WithLocationOrganizationID ¶
func (o *UpdateAppParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateAppParams
WithLocationOrganizationID adds the locationOrganizationID to the update app params
func (*UpdateAppParams) WithLocationProjectID ¶
func (o *UpdateAppParams) WithLocationProjectID(locationProjectID string) *UpdateAppParams
WithLocationProjectID adds the locationProjectID to the update app params
func (*UpdateAppParams) WithName ¶
func (o *UpdateAppParams) WithName(name string) *UpdateAppParams
WithName adds the name to the update app params
func (*UpdateAppParams) WithTimeout ¶
func (o *UpdateAppParams) WithTimeout(timeout time.Duration) *UpdateAppParams
WithTimeout adds the timeout to the update app params
func (*UpdateAppParams) WriteToRequest ¶
func (o *UpdateAppParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAppParamsBodyLocation ¶
type UpdateAppParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpdateAppParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpdateAppParamsBodyLocation
func (*UpdateAppParamsBodyLocation) ContextValidate ¶
func (o *UpdateAppParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update app params body location based on the context it is used
func (*UpdateAppParamsBodyLocation) MarshalBinary ¶
func (o *UpdateAppParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAppParamsBodyLocation) UnmarshalBinary ¶
func (o *UpdateAppParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateAppReader ¶
type UpdateAppReader struct {
// contains filtered or unexported fields
}
UpdateAppReader is a Reader for the UpdateApp structure.
func (*UpdateAppReader) ReadResponse ¶
func (o *UpdateAppReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateAwsSmSyncIntegrationBody ¶
type UpdateAwsSmSyncIntegrationBody struct { // aws sm connection details AwsSmConnectionDetails *models.Secrets20230613AwsSmConnectionDetailsRequest `json:"aws_sm_connection_details,omitempty"` // location Location *UpdateAwsSmSyncIntegrationParamsBodyLocation `json:"location,omitempty"` }
UpdateAwsSmSyncIntegrationBody update aws sm sync integration body swagger:model UpdateAwsSmSyncIntegrationBody
func (*UpdateAwsSmSyncIntegrationBody) ContextValidate ¶
func (o *UpdateAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update aws sm sync integration body based on the context it is used
func (*UpdateAwsSmSyncIntegrationBody) MarshalBinary ¶
func (o *UpdateAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAwsSmSyncIntegrationBody) UnmarshalBinary ¶
func (o *UpdateAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateAwsSmSyncIntegrationDefault ¶
type UpdateAwsSmSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpdateAwsSmSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateAwsSmSyncIntegrationDefault ¶
func NewUpdateAwsSmSyncIntegrationDefault(code int) *UpdateAwsSmSyncIntegrationDefault
NewUpdateAwsSmSyncIntegrationDefault creates a UpdateAwsSmSyncIntegrationDefault with default headers values
func (*UpdateAwsSmSyncIntegrationDefault) Code ¶
func (o *UpdateAwsSmSyncIntegrationDefault) Code() int
Code gets the status code for the update aws sm sync integration default response
func (*UpdateAwsSmSyncIntegrationDefault) Error ¶
func (o *UpdateAwsSmSyncIntegrationDefault) Error() string
func (*UpdateAwsSmSyncIntegrationDefault) GetPayload ¶
func (o *UpdateAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*UpdateAwsSmSyncIntegrationDefault) IsClientError ¶
func (o *UpdateAwsSmSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this update aws sm sync integration default response has a 4xx status code
func (*UpdateAwsSmSyncIntegrationDefault) IsCode ¶
func (o *UpdateAwsSmSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this update aws sm sync integration default response a status code equal to that given
func (*UpdateAwsSmSyncIntegrationDefault) IsRedirect ¶
func (o *UpdateAwsSmSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this update aws sm sync integration default response has a 3xx status code
func (*UpdateAwsSmSyncIntegrationDefault) IsServerError ¶
func (o *UpdateAwsSmSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this update aws sm sync integration default response has a 5xx status code
func (*UpdateAwsSmSyncIntegrationDefault) IsSuccess ¶
func (o *UpdateAwsSmSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this update aws sm sync integration default response has a 2xx status code
func (*UpdateAwsSmSyncIntegrationDefault) String ¶
func (o *UpdateAwsSmSyncIntegrationDefault) String() string
type UpdateAwsSmSyncIntegrationOK ¶
type UpdateAwsSmSyncIntegrationOK struct {
Payload *models.Secrets20230613UpdateSyncIntegrationResponse
}
UpdateAwsSmSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateAwsSmSyncIntegrationOK ¶
func NewUpdateAwsSmSyncIntegrationOK() *UpdateAwsSmSyncIntegrationOK
NewUpdateAwsSmSyncIntegrationOK creates a UpdateAwsSmSyncIntegrationOK with default headers values
func (*UpdateAwsSmSyncIntegrationOK) Error ¶
func (o *UpdateAwsSmSyncIntegrationOK) Error() string
func (*UpdateAwsSmSyncIntegrationOK) GetPayload ¶
func (o *UpdateAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613UpdateSyncIntegrationResponse
func (*UpdateAwsSmSyncIntegrationOK) IsClientError ¶
func (o *UpdateAwsSmSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this update aws sm sync integration o k response has a 4xx status code
func (*UpdateAwsSmSyncIntegrationOK) IsCode ¶
func (o *UpdateAwsSmSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this update aws sm sync integration o k response a status code equal to that given
func (*UpdateAwsSmSyncIntegrationOK) IsRedirect ¶
func (o *UpdateAwsSmSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this update aws sm sync integration o k response has a 3xx status code
func (*UpdateAwsSmSyncIntegrationOK) IsServerError ¶
func (o *UpdateAwsSmSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this update aws sm sync integration o k response has a 5xx status code
func (*UpdateAwsSmSyncIntegrationOK) IsSuccess ¶
func (o *UpdateAwsSmSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this update aws sm sync integration o k response has a 2xx status code
func (*UpdateAwsSmSyncIntegrationOK) String ¶
func (o *UpdateAwsSmSyncIntegrationOK) String() string
type UpdateAwsSmSyncIntegrationParams ¶
type UpdateAwsSmSyncIntegrationParams struct { // Body. Body UpdateAwsSmSyncIntegrationBody /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateAwsSmSyncIntegrationParams contains all the parameters to send to the API endpoint
for the update aws sm sync integration operation. Typically these are written to a http.Request.
func NewUpdateAwsSmSyncIntegrationParams ¶
func NewUpdateAwsSmSyncIntegrationParams() *UpdateAwsSmSyncIntegrationParams
NewUpdateAwsSmSyncIntegrationParams creates a new UpdateAwsSmSyncIntegrationParams 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 NewUpdateAwsSmSyncIntegrationParamsWithContext ¶
func NewUpdateAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *UpdateAwsSmSyncIntegrationParams
NewUpdateAwsSmSyncIntegrationParamsWithContext creates a new UpdateAwsSmSyncIntegrationParams object with the ability to set a context for a request.
func NewUpdateAwsSmSyncIntegrationParamsWithHTTPClient ¶
func NewUpdateAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpdateAwsSmSyncIntegrationParams
NewUpdateAwsSmSyncIntegrationParamsWithHTTPClient creates a new UpdateAwsSmSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateAwsSmSyncIntegrationParamsWithTimeout ¶
func NewUpdateAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpdateAwsSmSyncIntegrationParams
NewUpdateAwsSmSyncIntegrationParamsWithTimeout creates a new UpdateAwsSmSyncIntegrationParams object with the ability to set a timeout on a request.
func (*UpdateAwsSmSyncIntegrationParams) SetBody ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetBody(body UpdateAwsSmSyncIntegrationBody)
SetBody adds the body to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetContext ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetDefaults ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the update aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAwsSmSyncIntegrationParams) SetHTTPClient ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetLocationProjectID ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetName ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetName(name string)
SetName adds the name to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) SetTimeout ¶
func (o *UpdateAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithBody ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithBody(body UpdateAwsSmSyncIntegrationBody) *UpdateAwsSmSyncIntegrationParams
WithBody adds the body to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithContext ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *UpdateAwsSmSyncIntegrationParams
WithContext adds the context to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithDefaults ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithDefaults() *UpdateAwsSmSyncIntegrationParams
WithDefaults hydrates default values in the update aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateAwsSmSyncIntegrationParams) WithHTTPClient ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpdateAwsSmSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateAwsSmSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithLocationProjectID ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpdateAwsSmSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithName ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithName(name string) *UpdateAwsSmSyncIntegrationParams
WithName adds the name to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WithTimeout ¶
func (o *UpdateAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpdateAwsSmSyncIntegrationParams
WithTimeout adds the timeout to the update aws sm sync integration params
func (*UpdateAwsSmSyncIntegrationParams) WriteToRequest ¶
func (o *UpdateAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateAwsSmSyncIntegrationParamsBodyLocation ¶
type UpdateAwsSmSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpdateAwsSmSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpdateAwsSmSyncIntegrationParamsBodyLocation
func (*UpdateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update aws sm sync integration params body location based on the context it is used
func (*UpdateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *UpdateAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateAwsSmSyncIntegrationReader ¶
type UpdateAwsSmSyncIntegrationReader struct {
// contains filtered or unexported fields
}
UpdateAwsSmSyncIntegrationReader is a Reader for the UpdateAwsSmSyncIntegration structure.
func (*UpdateAwsSmSyncIntegrationReader) ReadResponse ¶
func (o *UpdateAwsSmSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateGhRepoSyncIntegrationBody ¶
type UpdateGhRepoSyncIntegrationBody struct { // gh repo connection details GhRepoConnectionDetails *models.Secrets20230613GhRepoConnectionDetailsRequest `json:"gh_repo_connection_details,omitempty"` // location Location *UpdateGhRepoSyncIntegrationParamsBodyLocation `json:"location,omitempty"` }
UpdateGhRepoSyncIntegrationBody update gh repo sync integration body swagger:model UpdateGhRepoSyncIntegrationBody
func (*UpdateGhRepoSyncIntegrationBody) ContextValidate ¶
func (o *UpdateGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update gh repo sync integration body based on the context it is used
func (*UpdateGhRepoSyncIntegrationBody) MarshalBinary ¶
func (o *UpdateGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGhRepoSyncIntegrationBody) UnmarshalBinary ¶
func (o *UpdateGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateGhRepoSyncIntegrationDefault ¶
type UpdateGhRepoSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpdateGhRepoSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpdateGhRepoSyncIntegrationDefault ¶
func NewUpdateGhRepoSyncIntegrationDefault(code int) *UpdateGhRepoSyncIntegrationDefault
NewUpdateGhRepoSyncIntegrationDefault creates a UpdateGhRepoSyncIntegrationDefault with default headers values
func (*UpdateGhRepoSyncIntegrationDefault) Code ¶
func (o *UpdateGhRepoSyncIntegrationDefault) Code() int
Code gets the status code for the update gh repo sync integration default response
func (*UpdateGhRepoSyncIntegrationDefault) Error ¶
func (o *UpdateGhRepoSyncIntegrationDefault) Error() string
func (*UpdateGhRepoSyncIntegrationDefault) GetPayload ¶
func (o *UpdateGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*UpdateGhRepoSyncIntegrationDefault) IsClientError ¶
func (o *UpdateGhRepoSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this update gh repo sync integration default response has a 4xx status code
func (*UpdateGhRepoSyncIntegrationDefault) IsCode ¶
func (o *UpdateGhRepoSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this update gh repo sync integration default response a status code equal to that given
func (*UpdateGhRepoSyncIntegrationDefault) IsRedirect ¶
func (o *UpdateGhRepoSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this update gh repo sync integration default response has a 3xx status code
func (*UpdateGhRepoSyncIntegrationDefault) IsServerError ¶
func (o *UpdateGhRepoSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this update gh repo sync integration default response has a 5xx status code
func (*UpdateGhRepoSyncIntegrationDefault) IsSuccess ¶
func (o *UpdateGhRepoSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this update gh repo sync integration default response has a 2xx status code
func (*UpdateGhRepoSyncIntegrationDefault) String ¶
func (o *UpdateGhRepoSyncIntegrationDefault) String() string
type UpdateGhRepoSyncIntegrationOK ¶
type UpdateGhRepoSyncIntegrationOK struct {
Payload *models.Secrets20230613UpdateSyncIntegrationResponse
}
UpdateGhRepoSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewUpdateGhRepoSyncIntegrationOK ¶
func NewUpdateGhRepoSyncIntegrationOK() *UpdateGhRepoSyncIntegrationOK
NewUpdateGhRepoSyncIntegrationOK creates a UpdateGhRepoSyncIntegrationOK with default headers values
func (*UpdateGhRepoSyncIntegrationOK) Error ¶
func (o *UpdateGhRepoSyncIntegrationOK) Error() string
func (*UpdateGhRepoSyncIntegrationOK) GetPayload ¶
func (o *UpdateGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613UpdateSyncIntegrationResponse
func (*UpdateGhRepoSyncIntegrationOK) IsClientError ¶
func (o *UpdateGhRepoSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this update gh repo sync integration o k response has a 4xx status code
func (*UpdateGhRepoSyncIntegrationOK) IsCode ¶
func (o *UpdateGhRepoSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this update gh repo sync integration o k response a status code equal to that given
func (*UpdateGhRepoSyncIntegrationOK) IsRedirect ¶
func (o *UpdateGhRepoSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this update gh repo sync integration o k response has a 3xx status code
func (*UpdateGhRepoSyncIntegrationOK) IsServerError ¶
func (o *UpdateGhRepoSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this update gh repo sync integration o k response has a 5xx status code
func (*UpdateGhRepoSyncIntegrationOK) IsSuccess ¶
func (o *UpdateGhRepoSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this update gh repo sync integration o k response has a 2xx status code
func (*UpdateGhRepoSyncIntegrationOK) String ¶
func (o *UpdateGhRepoSyncIntegrationOK) String() string
type UpdateGhRepoSyncIntegrationParams ¶
type UpdateGhRepoSyncIntegrationParams struct { // Body. Body UpdateGhRepoSyncIntegrationBody /* LocationOrganizationID. organization_id is the id of the organization. */ LocationOrganizationID string /* LocationProjectID. project_id is the projects id. */ LocationProjectID string // Name. Name string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateGhRepoSyncIntegrationParams contains all the parameters to send to the API endpoint
for the update gh repo sync integration operation. Typically these are written to a http.Request.
func NewUpdateGhRepoSyncIntegrationParams ¶
func NewUpdateGhRepoSyncIntegrationParams() *UpdateGhRepoSyncIntegrationParams
NewUpdateGhRepoSyncIntegrationParams creates a new UpdateGhRepoSyncIntegrationParams 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 NewUpdateGhRepoSyncIntegrationParamsWithContext ¶
func NewUpdateGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *UpdateGhRepoSyncIntegrationParams
NewUpdateGhRepoSyncIntegrationParamsWithContext creates a new UpdateGhRepoSyncIntegrationParams object with the ability to set a context for a request.
func NewUpdateGhRepoSyncIntegrationParamsWithHTTPClient ¶
func NewUpdateGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpdateGhRepoSyncIntegrationParams
NewUpdateGhRepoSyncIntegrationParamsWithHTTPClient creates a new UpdateGhRepoSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateGhRepoSyncIntegrationParamsWithTimeout ¶
func NewUpdateGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpdateGhRepoSyncIntegrationParams
NewUpdateGhRepoSyncIntegrationParamsWithTimeout creates a new UpdateGhRepoSyncIntegrationParams object with the ability to set a timeout on a request.
func (*UpdateGhRepoSyncIntegrationParams) SetBody ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetBody(body UpdateGhRepoSyncIntegrationBody)
SetBody adds the body to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetContext ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetDefaults ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the update gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateGhRepoSyncIntegrationParams) SetHTTPClient ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetLocationProjectID ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetName ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetName(name string)
SetName adds the name to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) SetTimeout ¶
func (o *UpdateGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithBody ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithBody(body UpdateGhRepoSyncIntegrationBody) *UpdateGhRepoSyncIntegrationParams
WithBody adds the body to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithContext ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *UpdateGhRepoSyncIntegrationParams
WithContext adds the context to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithDefaults ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithDefaults() *UpdateGhRepoSyncIntegrationParams
WithDefaults hydrates default values in the update gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateGhRepoSyncIntegrationParams) WithHTTPClient ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpdateGhRepoSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpdateGhRepoSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithLocationProjectID ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpdateGhRepoSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithName ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithName(name string) *UpdateGhRepoSyncIntegrationParams
WithName adds the name to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WithTimeout ¶
func (o *UpdateGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpdateGhRepoSyncIntegrationParams
WithTimeout adds the timeout to the update gh repo sync integration params
func (*UpdateGhRepoSyncIntegrationParams) WriteToRequest ¶
func (o *UpdateGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateGhRepoSyncIntegrationParamsBodyLocation ¶
type UpdateGhRepoSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpdateGhRepoSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpdateGhRepoSyncIntegrationParamsBodyLocation
func (*UpdateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this update gh repo sync integration params body location based on the context it is used
func (*UpdateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpdateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *UpdateGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpdateGhRepoSyncIntegrationReader ¶
type UpdateGhRepoSyncIntegrationReader struct {
// contains filtered or unexported fields
}
UpdateGhRepoSyncIntegrationReader is a Reader for the UpdateGhRepoSyncIntegration structure.
func (*UpdateGhRepoSyncIntegrationReader) ReadResponse ¶
func (o *UpdateGhRepoSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpsertAwsSmSyncIntegrationBody ¶
type UpsertAwsSmSyncIntegrationBody struct { // aws sm connection details AwsSmConnectionDetails *models.Secrets20230613AwsSmConnectionDetailsRequest `json:"aws_sm_connection_details,omitempty"` // location Location *UpsertAwsSmSyncIntegrationParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` }
UpsertAwsSmSyncIntegrationBody upsert aws sm sync integration body swagger:model UpsertAwsSmSyncIntegrationBody
func (*UpsertAwsSmSyncIntegrationBody) ContextValidate ¶
func (o *UpsertAwsSmSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert aws sm sync integration body based on the context it is used
func (*UpsertAwsSmSyncIntegrationBody) MarshalBinary ¶
func (o *UpsertAwsSmSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertAwsSmSyncIntegrationBody) UnmarshalBinary ¶
func (o *UpsertAwsSmSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertAwsSmSyncIntegrationDefault ¶
type UpsertAwsSmSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpsertAwsSmSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpsertAwsSmSyncIntegrationDefault ¶
func NewUpsertAwsSmSyncIntegrationDefault(code int) *UpsertAwsSmSyncIntegrationDefault
NewUpsertAwsSmSyncIntegrationDefault creates a UpsertAwsSmSyncIntegrationDefault with default headers values
func (*UpsertAwsSmSyncIntegrationDefault) Code ¶
func (o *UpsertAwsSmSyncIntegrationDefault) Code() int
Code gets the status code for the upsert aws sm sync integration default response
func (*UpsertAwsSmSyncIntegrationDefault) Error ¶
func (o *UpsertAwsSmSyncIntegrationDefault) Error() string
func (*UpsertAwsSmSyncIntegrationDefault) GetPayload ¶
func (o *UpsertAwsSmSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*UpsertAwsSmSyncIntegrationDefault) IsClientError ¶
func (o *UpsertAwsSmSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this upsert aws sm sync integration default response has a 4xx status code
func (*UpsertAwsSmSyncIntegrationDefault) IsCode ¶
func (o *UpsertAwsSmSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this upsert aws sm sync integration default response a status code equal to that given
func (*UpsertAwsSmSyncIntegrationDefault) IsRedirect ¶
func (o *UpsertAwsSmSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this upsert aws sm sync integration default response has a 3xx status code
func (*UpsertAwsSmSyncIntegrationDefault) IsServerError ¶
func (o *UpsertAwsSmSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this upsert aws sm sync integration default response has a 5xx status code
func (*UpsertAwsSmSyncIntegrationDefault) IsSuccess ¶
func (o *UpsertAwsSmSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this upsert aws sm sync integration default response has a 2xx status code
func (*UpsertAwsSmSyncIntegrationDefault) String ¶
func (o *UpsertAwsSmSyncIntegrationDefault) String() string
type UpsertAwsSmSyncIntegrationOK ¶
type UpsertAwsSmSyncIntegrationOK struct {
Payload *models.Secrets20230613UpsertSyncIntegrationResponse
}
UpsertAwsSmSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewUpsertAwsSmSyncIntegrationOK ¶
func NewUpsertAwsSmSyncIntegrationOK() *UpsertAwsSmSyncIntegrationOK
NewUpsertAwsSmSyncIntegrationOK creates a UpsertAwsSmSyncIntegrationOK with default headers values
func (*UpsertAwsSmSyncIntegrationOK) Error ¶
func (o *UpsertAwsSmSyncIntegrationOK) Error() string
func (*UpsertAwsSmSyncIntegrationOK) GetPayload ¶
func (o *UpsertAwsSmSyncIntegrationOK) GetPayload() *models.Secrets20230613UpsertSyncIntegrationResponse
func (*UpsertAwsSmSyncIntegrationOK) IsClientError ¶
func (o *UpsertAwsSmSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this upsert aws sm sync integration o k response has a 4xx status code
func (*UpsertAwsSmSyncIntegrationOK) IsCode ¶
func (o *UpsertAwsSmSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this upsert aws sm sync integration o k response a status code equal to that given
func (*UpsertAwsSmSyncIntegrationOK) IsRedirect ¶
func (o *UpsertAwsSmSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this upsert aws sm sync integration o k response has a 3xx status code
func (*UpsertAwsSmSyncIntegrationOK) IsServerError ¶
func (o *UpsertAwsSmSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this upsert aws sm sync integration o k response has a 5xx status code
func (*UpsertAwsSmSyncIntegrationOK) IsSuccess ¶
func (o *UpsertAwsSmSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this upsert aws sm sync integration o k response has a 2xx status code
func (*UpsertAwsSmSyncIntegrationOK) String ¶
func (o *UpsertAwsSmSyncIntegrationOK) String() string
type UpsertAwsSmSyncIntegrationParams ¶
type UpsertAwsSmSyncIntegrationParams struct { // Body. Body UpsertAwsSmSyncIntegrationBody /* 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 }
UpsertAwsSmSyncIntegrationParams contains all the parameters to send to the API endpoint
for the upsert aws sm sync integration operation. Typically these are written to a http.Request.
func NewUpsertAwsSmSyncIntegrationParams ¶
func NewUpsertAwsSmSyncIntegrationParams() *UpsertAwsSmSyncIntegrationParams
NewUpsertAwsSmSyncIntegrationParams creates a new UpsertAwsSmSyncIntegrationParams 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 NewUpsertAwsSmSyncIntegrationParamsWithContext ¶
func NewUpsertAwsSmSyncIntegrationParamsWithContext(ctx context.Context) *UpsertAwsSmSyncIntegrationParams
NewUpsertAwsSmSyncIntegrationParamsWithContext creates a new UpsertAwsSmSyncIntegrationParams object with the ability to set a context for a request.
func NewUpsertAwsSmSyncIntegrationParamsWithHTTPClient ¶
func NewUpsertAwsSmSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpsertAwsSmSyncIntegrationParams
NewUpsertAwsSmSyncIntegrationParamsWithHTTPClient creates a new UpsertAwsSmSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewUpsertAwsSmSyncIntegrationParamsWithTimeout ¶
func NewUpsertAwsSmSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpsertAwsSmSyncIntegrationParams
NewUpsertAwsSmSyncIntegrationParamsWithTimeout creates a new UpsertAwsSmSyncIntegrationParams object with the ability to set a timeout on a request.
func (*UpsertAwsSmSyncIntegrationParams) SetBody ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetBody(body UpsertAwsSmSyncIntegrationBody)
SetBody adds the body to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) SetContext ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) SetDefaults ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the upsert aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertAwsSmSyncIntegrationParams) SetHTTPClient ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) SetLocationProjectID ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) SetTimeout ¶
func (o *UpsertAwsSmSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithBody ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithBody(body UpsertAwsSmSyncIntegrationBody) *UpsertAwsSmSyncIntegrationParams
WithBody adds the body to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithContext ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithContext(ctx context.Context) *UpsertAwsSmSyncIntegrationParams
WithContext adds the context to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithDefaults ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithDefaults() *UpsertAwsSmSyncIntegrationParams
WithDefaults hydrates default values in the upsert aws sm sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertAwsSmSyncIntegrationParams) WithHTTPClient ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpsertAwsSmSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertAwsSmSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithLocationProjectID ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpsertAwsSmSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WithTimeout ¶
func (o *UpsertAwsSmSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpsertAwsSmSyncIntegrationParams
WithTimeout adds the timeout to the upsert aws sm sync integration params
func (*UpsertAwsSmSyncIntegrationParams) WriteToRequest ¶
func (o *UpsertAwsSmSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpsertAwsSmSyncIntegrationParamsBodyLocation ¶
type UpsertAwsSmSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpsertAwsSmSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpsertAwsSmSyncIntegrationParamsBodyLocation
func (*UpsertAwsSmSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert aws sm sync integration params body location based on the context it is used
func (*UpsertAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *UpsertAwsSmSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertAwsSmSyncIntegrationReader ¶
type UpsertAwsSmSyncIntegrationReader struct {
// contains filtered or unexported fields
}
UpsertAwsSmSyncIntegrationReader is a Reader for the UpsertAwsSmSyncIntegration structure.
func (*UpsertAwsSmSyncIntegrationReader) ReadResponse ¶
func (o *UpsertAwsSmSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpsertGhRepoSyncIntegrationBody ¶
type UpsertGhRepoSyncIntegrationBody struct { // gh repo connection details GhRepoConnectionDetails *models.Secrets20230613GhRepoConnectionDetailsRequest `json:"gh_repo_connection_details,omitempty"` // location Location *UpsertGhRepoSyncIntegrationParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` }
UpsertGhRepoSyncIntegrationBody upsert gh repo sync integration body swagger:model UpsertGhRepoSyncIntegrationBody
func (*UpsertGhRepoSyncIntegrationBody) ContextValidate ¶
func (o *UpsertGhRepoSyncIntegrationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert gh repo sync integration body based on the context it is used
func (*UpsertGhRepoSyncIntegrationBody) MarshalBinary ¶
func (o *UpsertGhRepoSyncIntegrationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertGhRepoSyncIntegrationBody) UnmarshalBinary ¶
func (o *UpsertGhRepoSyncIntegrationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertGhRepoSyncIntegrationDefault ¶
type UpsertGhRepoSyncIntegrationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpsertGhRepoSyncIntegrationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpsertGhRepoSyncIntegrationDefault ¶
func NewUpsertGhRepoSyncIntegrationDefault(code int) *UpsertGhRepoSyncIntegrationDefault
NewUpsertGhRepoSyncIntegrationDefault creates a UpsertGhRepoSyncIntegrationDefault with default headers values
func (*UpsertGhRepoSyncIntegrationDefault) Code ¶
func (o *UpsertGhRepoSyncIntegrationDefault) Code() int
Code gets the status code for the upsert gh repo sync integration default response
func (*UpsertGhRepoSyncIntegrationDefault) Error ¶
func (o *UpsertGhRepoSyncIntegrationDefault) Error() string
func (*UpsertGhRepoSyncIntegrationDefault) GetPayload ¶
func (o *UpsertGhRepoSyncIntegrationDefault) GetPayload() *models.RPCStatus
func (*UpsertGhRepoSyncIntegrationDefault) IsClientError ¶
func (o *UpsertGhRepoSyncIntegrationDefault) IsClientError() bool
IsClientError returns true when this upsert gh repo sync integration default response has a 4xx status code
func (*UpsertGhRepoSyncIntegrationDefault) IsCode ¶
func (o *UpsertGhRepoSyncIntegrationDefault) IsCode(code int) bool
IsCode returns true when this upsert gh repo sync integration default response a status code equal to that given
func (*UpsertGhRepoSyncIntegrationDefault) IsRedirect ¶
func (o *UpsertGhRepoSyncIntegrationDefault) IsRedirect() bool
IsRedirect returns true when this upsert gh repo sync integration default response has a 3xx status code
func (*UpsertGhRepoSyncIntegrationDefault) IsServerError ¶
func (o *UpsertGhRepoSyncIntegrationDefault) IsServerError() bool
IsServerError returns true when this upsert gh repo sync integration default response has a 5xx status code
func (*UpsertGhRepoSyncIntegrationDefault) IsSuccess ¶
func (o *UpsertGhRepoSyncIntegrationDefault) IsSuccess() bool
IsSuccess returns true when this upsert gh repo sync integration default response has a 2xx status code
func (*UpsertGhRepoSyncIntegrationDefault) String ¶
func (o *UpsertGhRepoSyncIntegrationDefault) String() string
type UpsertGhRepoSyncIntegrationOK ¶
type UpsertGhRepoSyncIntegrationOK struct {
Payload *models.Secrets20230613UpsertSyncIntegrationResponse
}
UpsertGhRepoSyncIntegrationOK describes a response with status code 200, with default header values.
A successful response.
func NewUpsertGhRepoSyncIntegrationOK ¶
func NewUpsertGhRepoSyncIntegrationOK() *UpsertGhRepoSyncIntegrationOK
NewUpsertGhRepoSyncIntegrationOK creates a UpsertGhRepoSyncIntegrationOK with default headers values
func (*UpsertGhRepoSyncIntegrationOK) Error ¶
func (o *UpsertGhRepoSyncIntegrationOK) Error() string
func (*UpsertGhRepoSyncIntegrationOK) GetPayload ¶
func (o *UpsertGhRepoSyncIntegrationOK) GetPayload() *models.Secrets20230613UpsertSyncIntegrationResponse
func (*UpsertGhRepoSyncIntegrationOK) IsClientError ¶
func (o *UpsertGhRepoSyncIntegrationOK) IsClientError() bool
IsClientError returns true when this upsert gh repo sync integration o k response has a 4xx status code
func (*UpsertGhRepoSyncIntegrationOK) IsCode ¶
func (o *UpsertGhRepoSyncIntegrationOK) IsCode(code int) bool
IsCode returns true when this upsert gh repo sync integration o k response a status code equal to that given
func (*UpsertGhRepoSyncIntegrationOK) IsRedirect ¶
func (o *UpsertGhRepoSyncIntegrationOK) IsRedirect() bool
IsRedirect returns true when this upsert gh repo sync integration o k response has a 3xx status code
func (*UpsertGhRepoSyncIntegrationOK) IsServerError ¶
func (o *UpsertGhRepoSyncIntegrationOK) IsServerError() bool
IsServerError returns true when this upsert gh repo sync integration o k response has a 5xx status code
func (*UpsertGhRepoSyncIntegrationOK) IsSuccess ¶
func (o *UpsertGhRepoSyncIntegrationOK) IsSuccess() bool
IsSuccess returns true when this upsert gh repo sync integration o k response has a 2xx status code
func (*UpsertGhRepoSyncIntegrationOK) String ¶
func (o *UpsertGhRepoSyncIntegrationOK) String() string
type UpsertGhRepoSyncIntegrationParams ¶
type UpsertGhRepoSyncIntegrationParams struct { // Body. Body UpsertGhRepoSyncIntegrationBody /* 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 }
UpsertGhRepoSyncIntegrationParams contains all the parameters to send to the API endpoint
for the upsert gh repo sync integration operation. Typically these are written to a http.Request.
func NewUpsertGhRepoSyncIntegrationParams ¶
func NewUpsertGhRepoSyncIntegrationParams() *UpsertGhRepoSyncIntegrationParams
NewUpsertGhRepoSyncIntegrationParams creates a new UpsertGhRepoSyncIntegrationParams 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 NewUpsertGhRepoSyncIntegrationParamsWithContext ¶
func NewUpsertGhRepoSyncIntegrationParamsWithContext(ctx context.Context) *UpsertGhRepoSyncIntegrationParams
NewUpsertGhRepoSyncIntegrationParamsWithContext creates a new UpsertGhRepoSyncIntegrationParams object with the ability to set a context for a request.
func NewUpsertGhRepoSyncIntegrationParamsWithHTTPClient ¶
func NewUpsertGhRepoSyncIntegrationParamsWithHTTPClient(client *http.Client) *UpsertGhRepoSyncIntegrationParams
NewUpsertGhRepoSyncIntegrationParamsWithHTTPClient creates a new UpsertGhRepoSyncIntegrationParams object with the ability to set a custom HTTPClient for a request.
func NewUpsertGhRepoSyncIntegrationParamsWithTimeout ¶
func NewUpsertGhRepoSyncIntegrationParamsWithTimeout(timeout time.Duration) *UpsertGhRepoSyncIntegrationParams
NewUpsertGhRepoSyncIntegrationParamsWithTimeout creates a new UpsertGhRepoSyncIntegrationParams object with the ability to set a timeout on a request.
func (*UpsertGhRepoSyncIntegrationParams) SetBody ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetBody(body UpsertGhRepoSyncIntegrationBody)
SetBody adds the body to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) SetContext ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetContext(ctx context.Context)
SetContext adds the context to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) SetDefaults ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetDefaults()
SetDefaults hydrates default values in the upsert gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertGhRepoSyncIntegrationParams) SetHTTPClient ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) SetLocationOrganizationID ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) SetLocationProjectID ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) SetTimeout ¶
func (o *UpsertGhRepoSyncIntegrationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithBody ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithBody(body UpsertGhRepoSyncIntegrationBody) *UpsertGhRepoSyncIntegrationParams
WithBody adds the body to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithContext ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithContext(ctx context.Context) *UpsertGhRepoSyncIntegrationParams
WithContext adds the context to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithDefaults ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithDefaults() *UpsertGhRepoSyncIntegrationParams
WithDefaults hydrates default values in the upsert gh repo sync integration params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertGhRepoSyncIntegrationParams) WithHTTPClient ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithHTTPClient(client *http.Client) *UpsertGhRepoSyncIntegrationParams
WithHTTPClient adds the HTTPClient to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithLocationOrganizationID ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertGhRepoSyncIntegrationParams
WithLocationOrganizationID adds the locationOrganizationID to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithLocationProjectID ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithLocationProjectID(locationProjectID string) *UpsertGhRepoSyncIntegrationParams
WithLocationProjectID adds the locationProjectID to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WithTimeout ¶
func (o *UpsertGhRepoSyncIntegrationParams) WithTimeout(timeout time.Duration) *UpsertGhRepoSyncIntegrationParams
WithTimeout adds the timeout to the upsert gh repo sync integration params
func (*UpsertGhRepoSyncIntegrationParams) WriteToRequest ¶
func (o *UpsertGhRepoSyncIntegrationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpsertGhRepoSyncIntegrationParamsBodyLocation ¶
type UpsertGhRepoSyncIntegrationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpsertGhRepoSyncIntegrationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpsertGhRepoSyncIntegrationParamsBodyLocation
func (*UpsertGhRepoSyncIntegrationParamsBodyLocation) ContextValidate ¶
func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert gh repo sync integration params body location based on the context it is used
func (*UpsertGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary ¶
func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary ¶
func (o *UpsertGhRepoSyncIntegrationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertGhRepoSyncIntegrationReader ¶
type UpsertGhRepoSyncIntegrationReader struct {
// contains filtered or unexported fields
}
UpsertGhRepoSyncIntegrationReader is a Reader for the UpsertGhRepoSyncIntegration structure.
func (*UpsertGhRepoSyncIntegrationReader) ReadResponse ¶
func (o *UpsertGhRepoSyncIntegrationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpsertSyncInstallationBody ¶
type UpsertSyncInstallationBody struct { // aws external id AwsExternalID string `json:"aws_external_id,omitempty"` // gh installation id GhInstallationID string `json:"gh_installation_id,omitempty"` // location Location *UpsertSyncInstallationParamsBodyLocation `json:"location,omitempty"` // name Name string `json:"name,omitempty"` }
UpsertSyncInstallationBody upsert sync installation body swagger:model UpsertSyncInstallationBody
func (*UpsertSyncInstallationBody) ContextValidate ¶
func (o *UpsertSyncInstallationBody) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert sync installation body based on the context it is used
func (*UpsertSyncInstallationBody) MarshalBinary ¶
func (o *UpsertSyncInstallationBody) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertSyncInstallationBody) UnmarshalBinary ¶
func (o *UpsertSyncInstallationBody) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertSyncInstallationDefault ¶
type UpsertSyncInstallationDefault struct { Payload *models.RPCStatus // contains filtered or unexported fields }
UpsertSyncInstallationDefault describes a response with status code -1, with default header values.
An unexpected error response.
func NewUpsertSyncInstallationDefault ¶
func NewUpsertSyncInstallationDefault(code int) *UpsertSyncInstallationDefault
NewUpsertSyncInstallationDefault creates a UpsertSyncInstallationDefault with default headers values
func (*UpsertSyncInstallationDefault) Code ¶
func (o *UpsertSyncInstallationDefault) Code() int
Code gets the status code for the upsert sync installation default response
func (*UpsertSyncInstallationDefault) Error ¶
func (o *UpsertSyncInstallationDefault) Error() string
func (*UpsertSyncInstallationDefault) GetPayload ¶
func (o *UpsertSyncInstallationDefault) GetPayload() *models.RPCStatus
func (*UpsertSyncInstallationDefault) IsClientError ¶
func (o *UpsertSyncInstallationDefault) IsClientError() bool
IsClientError returns true when this upsert sync installation default response has a 4xx status code
func (*UpsertSyncInstallationDefault) IsCode ¶
func (o *UpsertSyncInstallationDefault) IsCode(code int) bool
IsCode returns true when this upsert sync installation default response a status code equal to that given
func (*UpsertSyncInstallationDefault) IsRedirect ¶
func (o *UpsertSyncInstallationDefault) IsRedirect() bool
IsRedirect returns true when this upsert sync installation default response has a 3xx status code
func (*UpsertSyncInstallationDefault) IsServerError ¶
func (o *UpsertSyncInstallationDefault) IsServerError() bool
IsServerError returns true when this upsert sync installation default response has a 5xx status code
func (*UpsertSyncInstallationDefault) IsSuccess ¶
func (o *UpsertSyncInstallationDefault) IsSuccess() bool
IsSuccess returns true when this upsert sync installation default response has a 2xx status code
func (*UpsertSyncInstallationDefault) String ¶
func (o *UpsertSyncInstallationDefault) String() string
type UpsertSyncInstallationOK ¶
type UpsertSyncInstallationOK struct {
Payload *models.Secrets20230613UpsertSyncInstallationResponse
}
UpsertSyncInstallationOK describes a response with status code 200, with default header values.
A successful response.
func NewUpsertSyncInstallationOK ¶
func NewUpsertSyncInstallationOK() *UpsertSyncInstallationOK
NewUpsertSyncInstallationOK creates a UpsertSyncInstallationOK with default headers values
func (*UpsertSyncInstallationOK) Error ¶
func (o *UpsertSyncInstallationOK) Error() string
func (*UpsertSyncInstallationOK) GetPayload ¶
func (o *UpsertSyncInstallationOK) GetPayload() *models.Secrets20230613UpsertSyncInstallationResponse
func (*UpsertSyncInstallationOK) IsClientError ¶
func (o *UpsertSyncInstallationOK) IsClientError() bool
IsClientError returns true when this upsert sync installation o k response has a 4xx status code
func (*UpsertSyncInstallationOK) IsCode ¶
func (o *UpsertSyncInstallationOK) IsCode(code int) bool
IsCode returns true when this upsert sync installation o k response a status code equal to that given
func (*UpsertSyncInstallationOK) IsRedirect ¶
func (o *UpsertSyncInstallationOK) IsRedirect() bool
IsRedirect returns true when this upsert sync installation o k response has a 3xx status code
func (*UpsertSyncInstallationOK) IsServerError ¶
func (o *UpsertSyncInstallationOK) IsServerError() bool
IsServerError returns true when this upsert sync installation o k response has a 5xx status code
func (*UpsertSyncInstallationOK) IsSuccess ¶
func (o *UpsertSyncInstallationOK) IsSuccess() bool
IsSuccess returns true when this upsert sync installation o k response has a 2xx status code
func (*UpsertSyncInstallationOK) String ¶
func (o *UpsertSyncInstallationOK) String() string
type UpsertSyncInstallationParams ¶
type UpsertSyncInstallationParams struct { // Body. Body UpsertSyncInstallationBody /* 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 }
UpsertSyncInstallationParams contains all the parameters to send to the API endpoint
for the upsert sync installation operation. Typically these are written to a http.Request.
func NewUpsertSyncInstallationParams ¶
func NewUpsertSyncInstallationParams() *UpsertSyncInstallationParams
NewUpsertSyncInstallationParams creates a new UpsertSyncInstallationParams 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 NewUpsertSyncInstallationParamsWithContext ¶
func NewUpsertSyncInstallationParamsWithContext(ctx context.Context) *UpsertSyncInstallationParams
NewUpsertSyncInstallationParamsWithContext creates a new UpsertSyncInstallationParams object with the ability to set a context for a request.
func NewUpsertSyncInstallationParamsWithHTTPClient ¶
func NewUpsertSyncInstallationParamsWithHTTPClient(client *http.Client) *UpsertSyncInstallationParams
NewUpsertSyncInstallationParamsWithHTTPClient creates a new UpsertSyncInstallationParams object with the ability to set a custom HTTPClient for a request.
func NewUpsertSyncInstallationParamsWithTimeout ¶
func NewUpsertSyncInstallationParamsWithTimeout(timeout time.Duration) *UpsertSyncInstallationParams
NewUpsertSyncInstallationParamsWithTimeout creates a new UpsertSyncInstallationParams object with the ability to set a timeout on a request.
func (*UpsertSyncInstallationParams) SetBody ¶
func (o *UpsertSyncInstallationParams) SetBody(body UpsertSyncInstallationBody)
SetBody adds the body to the upsert sync installation params
func (*UpsertSyncInstallationParams) SetContext ¶
func (o *UpsertSyncInstallationParams) SetContext(ctx context.Context)
SetContext adds the context to the upsert sync installation params
func (*UpsertSyncInstallationParams) SetDefaults ¶
func (o *UpsertSyncInstallationParams) SetDefaults()
SetDefaults hydrates default values in the upsert sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertSyncInstallationParams) SetHTTPClient ¶
func (o *UpsertSyncInstallationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the upsert sync installation params
func (*UpsertSyncInstallationParams) SetLocationOrganizationID ¶
func (o *UpsertSyncInstallationParams) SetLocationOrganizationID(locationOrganizationID string)
SetLocationOrganizationID adds the locationOrganizationId to the upsert sync installation params
func (*UpsertSyncInstallationParams) SetLocationProjectID ¶
func (o *UpsertSyncInstallationParams) SetLocationProjectID(locationProjectID string)
SetLocationProjectID adds the locationProjectId to the upsert sync installation params
func (*UpsertSyncInstallationParams) SetTimeout ¶
func (o *UpsertSyncInstallationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithBody ¶
func (o *UpsertSyncInstallationParams) WithBody(body UpsertSyncInstallationBody) *UpsertSyncInstallationParams
WithBody adds the body to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithContext ¶
func (o *UpsertSyncInstallationParams) WithContext(ctx context.Context) *UpsertSyncInstallationParams
WithContext adds the context to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithDefaults ¶
func (o *UpsertSyncInstallationParams) WithDefaults() *UpsertSyncInstallationParams
WithDefaults hydrates default values in the upsert sync installation params (not the query body).
All values with no default are reset to their zero value.
func (*UpsertSyncInstallationParams) WithHTTPClient ¶
func (o *UpsertSyncInstallationParams) WithHTTPClient(client *http.Client) *UpsertSyncInstallationParams
WithHTTPClient adds the HTTPClient to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithLocationOrganizationID ¶
func (o *UpsertSyncInstallationParams) WithLocationOrganizationID(locationOrganizationID string) *UpsertSyncInstallationParams
WithLocationOrganizationID adds the locationOrganizationID to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithLocationProjectID ¶
func (o *UpsertSyncInstallationParams) WithLocationProjectID(locationProjectID string) *UpsertSyncInstallationParams
WithLocationProjectID adds the locationProjectID to the upsert sync installation params
func (*UpsertSyncInstallationParams) WithTimeout ¶
func (o *UpsertSyncInstallationParams) WithTimeout(timeout time.Duration) *UpsertSyncInstallationParams
WithTimeout adds the timeout to the upsert sync installation params
func (*UpsertSyncInstallationParams) WriteToRequest ¶
func (o *UpsertSyncInstallationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpsertSyncInstallationParamsBodyLocation ¶
type UpsertSyncInstallationParamsBodyLocation struct { // region Region *models.LocationRegion `json:"region,omitempty"` }
UpsertSyncInstallationParamsBodyLocation Location represents a target for an operation in HCP. swagger:model UpsertSyncInstallationParamsBodyLocation
func (*UpsertSyncInstallationParamsBodyLocation) ContextValidate ¶
func (o *UpsertSyncInstallationParamsBodyLocation) ContextValidate(ctx context.Context, formats strfmt.Registry) error
ContextValidate validate this upsert sync installation params body location based on the context it is used
func (*UpsertSyncInstallationParamsBodyLocation) MarshalBinary ¶
func (o *UpsertSyncInstallationParamsBodyLocation) MarshalBinary() ([]byte, error)
MarshalBinary interface implementation
func (*UpsertSyncInstallationParamsBodyLocation) UnmarshalBinary ¶
func (o *UpsertSyncInstallationParamsBodyLocation) UnmarshalBinary(b []byte) error
UnmarshalBinary interface implementation
type UpsertSyncInstallationReader ¶
type UpsertSyncInstallationReader struct {
// contains filtered or unexported fields
}
UpsertSyncInstallationReader is a Reader for the UpsertSyncInstallation structure.
func (*UpsertSyncInstallationReader) ReadResponse ¶
func (o *UpsertSyncInstallationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_app_k_v_secret_parameters.go
- create_app_k_v_secret_responses.go
- create_app_parameters.go
- create_app_responses.go
- create_aws_sm_sync_integration_parameters.go
- create_aws_sm_sync_integration_responses.go
- create_gh_repo_sync_integration_parameters.go
- create_gh_repo_sync_integration_responses.go
- delete_app_parameters.go
- delete_app_responses.go
- delete_app_secret_parameters.go
- delete_app_secret_responses.go
- delete_sync_installation_parameters.go
- delete_sync_installation_responses.go
- delete_sync_integration_parameters.go
- delete_sync_integration_responses.go
- force_sync_parameters.go
- force_sync_responses.go
- get_app_parameters.go
- get_app_responses.go
- get_app_secret_parameters.go
- get_app_secret_responses.go
- get_app_secret_version_parameters.go
- get_app_secret_version_responses.go
- get_sync_installation_parameters.go
- get_sync_installation_responses.go
- get_sync_integration_parameters.go
- get_sync_integration_responses.go
- list_app_secret_versions_parameters.go
- list_app_secret_versions_responses.go
- list_app_secrets_parameters.go
- list_app_secrets_responses.go
- list_apps_parameters.go
- list_apps_responses.go
- list_open_app_secret_versions_parameters.go
- list_open_app_secret_versions_responses.go
- list_sync_integrations_parameters.go
- list_sync_integrations_responses.go
- open_app_secret_parameters.go
- open_app_secret_responses.go
- open_app_secret_version_parameters.go
- open_app_secret_version_responses.go
- open_app_secrets_parameters.go
- open_app_secrets_responses.go
- secret_service_client.go
- update_app_parameters.go
- update_app_responses.go
- update_aws_sm_sync_integration_parameters.go
- update_aws_sm_sync_integration_responses.go
- update_gh_repo_sync_integration_parameters.go
- update_gh_repo_sync_integration_responses.go
- upsert_aws_sm_sync_integration_parameters.go
- upsert_aws_sm_sync_integration_responses.go
- upsert_gh_repo_sync_integration_parameters.go
- upsert_gh_repo_sync_integration_responses.go
- upsert_sync_installation_parameters.go
- upsert_sync_installation_responses.go