Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]deprecated
- func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]deprecated
- func CreateOrUpdateIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]deprecated
- func DeleteIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]deprecated
- func DeleteIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, ...) *wait.AsyncActionHandler[intake.IntakeUserResponse]deprecated
- func DeleteIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]deprecated
- type APIClientInterfacedeprecated
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrUpdateIntakeRunnerWaitHandler
deprecated
func CreateOrUpdateIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func CreateOrUpdateIntakeUserWaitHandler
deprecated
func CreateOrUpdateIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func CreateOrUpdateIntakeWaitHandler
deprecated
func CreateOrUpdateIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func DeleteIntakeRunnerWaitHandler
deprecated
func DeleteIntakeRunnerWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeRunnerId string) *wait.AsyncActionHandler[intake.IntakeRunnerResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func DeleteIntakeUserWaitHandler
deprecated
func DeleteIntakeUserWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId, intakeUserId string) *wait.AsyncActionHandler[intake.IntakeUserResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func DeleteIntakeWaitHandler
deprecated
func DeleteIntakeWaitHandler(ctx context.Context, a APIClientInterface, projectId, region, intakeId string) *wait.AsyncActionHandler[intake.IntakeResponse]
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClientInterface
deprecated
type APIClientInterface interface {
GetIntakeRunnerExecute(ctx context.Context, projectId, region, intakeRunnerId string) (*intake.IntakeRunnerResponse, error)
GetIntakeExecute(ctx context.Context, projectId, region, intakeId string) (*intake.IntakeResponse, error)
GetIntakeUserExecute(ctx context.Context, projectId, region, intakeId, intakeUserId string) (*intake.IntakeUserResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead