Documentation
¶
Overview ¶
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) stringdeprecated
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- func (a *APIClient) CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequestdeprecated
- func (a *APIClient) CreateIntakeExecute(ctx context.Context, projectId string, regionId string) (*IntakeResponse, error)deprecated
- func (a *APIClient) CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequestdeprecated
- func (a *APIClient) CreateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string) (*IntakeRunnerResponse, error)deprecated
- func (a *APIClient) CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequestdeprecated
- func (a *APIClient) CreateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeUserResponse, error)deprecated
- func (a *APIClient) DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequestdeprecated
- func (a *APIClient) DeleteIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) errordeprecated
- func (a *APIClient) DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequestdeprecated
- func (a *APIClient) DeleteIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) errordeprecated
- func (a *APIClient) DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiDeleteIntakeUserRequestdeprecated
- func (a *APIClient) DeleteIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) errordeprecated
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequestdeprecated
- func (a *APIClient) GetIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)deprecated
- func (a *APIClient) GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequestdeprecated
- func (a *APIClient) GetIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)deprecated
- func (a *APIClient) GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiGetIntakeUserRequestdeprecated
- func (a *APIClient) GetIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) (*IntakeUserResponse, error)deprecated
- func (a *APIClient) ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequestdeprecated
- func (a *APIClient) ListIntakeRunnersExecute(ctx context.Context, projectId string, regionId string) (*ListIntakeRunnersResponse, error)deprecated
- func (a *APIClient) ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequestdeprecated
- func (a *APIClient) ListIntakeUsersExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*ListIntakeUsersResponse, error)deprecated
- func (a *APIClient) ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequestdeprecated
- func (a *APIClient) ListIntakesExecute(ctx context.Context, projectId string, regionId string) (*ListIntakesResponse, error)deprecated
- func (a *APIClient) UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequestdeprecated
- func (a *APIClient) UpdateIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)deprecated
- func (a *APIClient) UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequestdeprecated
- func (a *APIClient) UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)deprecated
- func (a *APIClient) UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiUpdateIntakeUserRequestdeprecated
- func (a *APIClient) UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) (*IntakeUserResponse, error)deprecated
- type ApiCreateIntakeRequestdeprecated
- type ApiCreateIntakeRunnerRequestdeprecated
- type ApiCreateIntakeUserRequestdeprecated
- type ApiDeleteIntakeRequestdeprecated
- type ApiDeleteIntakeRunnerRequestdeprecated
- type ApiDeleteIntakeUserRequestdeprecated
- type ApiGetIntakeRequestdeprecated
- type ApiGetIntakeRunnerRequestdeprecated
- type ApiGetIntakeUserRequestdeprecated
- type ApiListIntakeRunnersRequestdeprecated
- type ApiListIntakeUsersRequestdeprecated
- type ApiListIntakesRequestdeprecated
- type ApiUpdateIntakeRequestdeprecated
- type ApiUpdateIntakeRunnerRequestdeprecated
- type ApiUpdateIntakeUserRequestdeprecated
- type CatalogAuth
- func (o *CatalogAuth) GetDremio() (res CatalogAuthGetDremioRetType)
- func (o *CatalogAuth) GetDremioOk() (ret CatalogAuthGetDremioRetType, ok bool)
- func (o *CatalogAuth) GetType() (ret CatalogAuthGetTypeRetType)
- func (o *CatalogAuth) GetTypeOk() (ret CatalogAuthGetTypeRetType, ok bool)
- func (o *CatalogAuth) HasDremio() bool
- func (o *CatalogAuth) SetDremio(v CatalogAuthGetDremioRetType)
- func (o *CatalogAuth) SetType(v CatalogAuthGetTypeRetType)
- func (o CatalogAuth) ToMap() (map[string]interface{}, error)deprecated
- type CatalogAuthGetDremioArgTypedeprecated
- type CatalogAuthGetDremioAttributeType
- type CatalogAuthGetDremioRetTypedeprecated
- type CatalogAuthGetTypeArgTypedeprecated
- type CatalogAuthGetTypeAttributeType
- type CatalogAuthGetTypeRetTypedeprecated
- type CatalogAuthPatch
- func (o *CatalogAuthPatch) GetDremio() (res CatalogAuthPatchGetDremioRetType)
- func (o *CatalogAuthPatch) GetDremioOk() (ret CatalogAuthPatchGetDremioRetType, ok bool)
- func (o *CatalogAuthPatch) GetType() (res CatalogAuthPatchGetTypeRetType)
- func (o *CatalogAuthPatch) GetTypeOk() (ret CatalogAuthPatchGetTypeRetType, ok bool)
- func (o *CatalogAuthPatch) HasDremio() bool
- func (o *CatalogAuthPatch) HasType() bool
- func (o *CatalogAuthPatch) SetDremio(v CatalogAuthPatchGetDremioRetType)
- func (o *CatalogAuthPatch) SetType(v CatalogAuthPatchGetTypeRetType)
- func (o CatalogAuthPatch) ToMap() (map[string]interface{}, error)deprecated
- type CatalogAuthPatchGetDremioArgTypedeprecated
- type CatalogAuthPatchGetDremioAttributeType
- type CatalogAuthPatchGetDremioRetTypedeprecated
- type CatalogAuthPatchGetTypeArgTypedeprecated
- type CatalogAuthPatchGetTypeAttributeType
- type CatalogAuthPatchGetTypeRetTypedeprecated
- type CatalogAuthType
- type ClientConfig
- func (o *ClientConfig) GetJava() (ret ClientConfigGetJavaRetType)
- func (o *ClientConfig) GetJavaOk() (ret ClientConfigGetJavaRetType, ok bool)
- func (o *ClientConfig) GetLibrdkafka() (ret ClientConfigGetLibrdkafkaRetType)
- func (o *ClientConfig) GetLibrdkafkaOk() (ret ClientConfigGetLibrdkafkaRetType, ok bool)
- func (o *ClientConfig) SetJava(v ClientConfigGetJavaRetType)
- func (o *ClientConfig) SetLibrdkafka(v ClientConfigGetLibrdkafkaRetType)
- func (o ClientConfig) ToMap() (map[string]interface{}, error)deprecated
- type ClientConfigGetJavaArgTypedeprecated
- type ClientConfigGetJavaAttributeType
- type ClientConfigGetJavaRetTypedeprecated
- type ClientConfigGetLibrdkafkaArgTypedeprecated
- type ClientConfigGetLibrdkafkaAttributeType
- type ClientConfigGetLibrdkafkaRetTypedeprecated
- type CreateIntakePayload
- func (o *CreateIntakePayload) GetCatalog() (ret CreateIntakePayloadGetCatalogRetType)
- func (o *CreateIntakePayload) GetCatalogOk() (ret CreateIntakePayloadGetCatalogRetType, ok bool)
- func (o *CreateIntakePayload) GetDescription() (res CreateIntakePayloadGetDescriptionRetType)
- func (o *CreateIntakePayload) GetDescriptionOk() (ret CreateIntakePayloadGetDescriptionRetType, ok bool)
- func (o *CreateIntakePayload) GetDisplayName() (ret CreateIntakePayloadGetDisplayNameRetType)
- func (o *CreateIntakePayload) GetDisplayNameOk() (ret CreateIntakePayloadGetDisplayNameRetType, ok bool)
- func (o *CreateIntakePayload) GetIntakeRunnerId() (ret CreateIntakePayloadGetIntakeRunnerIdRetType)
- func (o *CreateIntakePayload) GetIntakeRunnerIdOk() (ret CreateIntakePayloadGetIntakeRunnerIdRetType, ok bool)
- func (o *CreateIntakePayload) GetLabels() (res CreateIntakePayloadGetLabelsRetType)
- func (o *CreateIntakePayload) GetLabelsOk() (ret CreateIntakePayloadGetLabelsRetType, ok bool)
- func (o *CreateIntakePayload) HasDescription() bool
- func (o *CreateIntakePayload) HasLabels() bool
- func (o *CreateIntakePayload) SetCatalog(v CreateIntakePayloadGetCatalogRetType)
- func (o *CreateIntakePayload) SetDescription(v CreateIntakePayloadGetDescriptionRetType)
- func (o *CreateIntakePayload) SetDisplayName(v CreateIntakePayloadGetDisplayNameRetType)
- func (o *CreateIntakePayload) SetIntakeRunnerId(v CreateIntakePayloadGetIntakeRunnerIdRetType)
- func (o *CreateIntakePayload) SetLabels(v CreateIntakePayloadGetLabelsRetType)
- func (o CreateIntakePayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateIntakePayloadGetCatalogArgTypedeprecated
- type CreateIntakePayloadGetCatalogAttributeType
- type CreateIntakePayloadGetCatalogRetTypedeprecated
- type CreateIntakePayloadGetDescriptionArgTypedeprecated
- type CreateIntakePayloadGetDescriptionAttributeType
- type CreateIntakePayloadGetDescriptionRetTypedeprecated
- type CreateIntakePayloadGetDisplayNameArgTypedeprecated
- type CreateIntakePayloadGetDisplayNameAttributeType
- type CreateIntakePayloadGetDisplayNameRetTypedeprecated
- type CreateIntakePayloadGetIntakeRunnerIdArgTypedeprecated
- type CreateIntakePayloadGetIntakeRunnerIdAttributeType
- type CreateIntakePayloadGetIntakeRunnerIdRetTypedeprecated
- type CreateIntakePayloadGetLabelsArgTypedeprecated
- type CreateIntakePayloadGetLabelsAttributeType
- type CreateIntakePayloadGetLabelsRetTypedeprecated
- type CreateIntakeRequestdeprecated
- type CreateIntakeRunnerPayload
- func (o *CreateIntakeRunnerPayload) GetDescription() (res CreateIntakeRunnerPayloadGetDescriptionRetType)
- func (o *CreateIntakeRunnerPayload) GetDescriptionOk() (ret CreateIntakeRunnerPayloadGetDescriptionRetType, ok bool)
- func (o *CreateIntakeRunnerPayload) GetDisplayName() (ret CreateIntakeRunnerPayloadGetDisplayNameRetType)
- func (o *CreateIntakeRunnerPayload) GetDisplayNameOk() (ret CreateIntakeRunnerPayloadGetDisplayNameRetType, ok bool)
- func (o *CreateIntakeRunnerPayload) GetLabels() (res CreateIntakeRunnerPayloadGetLabelsRetType)
- func (o *CreateIntakeRunnerPayload) GetLabelsOk() (ret CreateIntakeRunnerPayloadGetLabelsRetType, ok bool)
- func (o *CreateIntakeRunnerPayload) GetMaxMessageSizeKiB() (ret CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
- func (o *CreateIntakeRunnerPayload) GetMaxMessageSizeKiBOk() (ret CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType, ok bool)
- func (o *CreateIntakeRunnerPayload) GetMaxMessagesPerHour() (ret CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
- func (o *CreateIntakeRunnerPayload) GetMaxMessagesPerHourOk() (ret CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType, ok bool)
- func (o *CreateIntakeRunnerPayload) HasDescription() bool
- func (o *CreateIntakeRunnerPayload) HasLabels() bool
- func (o *CreateIntakeRunnerPayload) SetDescription(v CreateIntakeRunnerPayloadGetDescriptionRetType)
- func (o *CreateIntakeRunnerPayload) SetDisplayName(v CreateIntakeRunnerPayloadGetDisplayNameRetType)
- func (o *CreateIntakeRunnerPayload) SetLabels(v CreateIntakeRunnerPayloadGetLabelsRetType)
- func (o *CreateIntakeRunnerPayload) SetMaxMessageSizeKiB(v CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
- func (o *CreateIntakeRunnerPayload) SetMaxMessagesPerHour(v CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
- func (o CreateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateIntakeRunnerPayloadGetDescriptionArgTypedeprecated
- type CreateIntakeRunnerPayloadGetDescriptionAttributeType
- type CreateIntakeRunnerPayloadGetDescriptionRetTypedeprecated
- type CreateIntakeRunnerPayloadGetDisplayNameArgTypedeprecated
- type CreateIntakeRunnerPayloadGetDisplayNameAttributeType
- type CreateIntakeRunnerPayloadGetDisplayNameRetTypedeprecated
- type CreateIntakeRunnerPayloadGetLabelsArgTypedeprecated
- type CreateIntakeRunnerPayloadGetLabelsAttributeType
- type CreateIntakeRunnerPayloadGetLabelsRetTypedeprecated
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgTypedeprecated
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetTypedeprecated
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgTypedeprecated
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetTypedeprecated
- type CreateIntakeRunnerRequestdeprecated
- type CreateIntakeUserPayload
- func (o *CreateIntakeUserPayload) GetDescription() (res CreateIntakeUserPayloadGetDescriptionRetType)
- func (o *CreateIntakeUserPayload) GetDescriptionOk() (ret CreateIntakeUserPayloadGetDescriptionRetType, ok bool)
- func (o *CreateIntakeUserPayload) GetDisplayName() (ret CreateIntakeUserPayloadGetDisplayNameRetType)
- func (o *CreateIntakeUserPayload) GetDisplayNameOk() (ret CreateIntakeUserPayloadGetDisplayNameRetType, ok bool)
- func (o *CreateIntakeUserPayload) GetLabels() (res CreateIntakeUserPayloadGetLabelsRetType)
- func (o *CreateIntakeUserPayload) GetLabelsOk() (ret CreateIntakeUserPayloadGetLabelsRetType, ok bool)
- func (o *CreateIntakeUserPayload) GetPassword() (ret CreateIntakeUserPayloadGetPasswordRetType)
- func (o *CreateIntakeUserPayload) GetPasswordOk() (ret CreateIntakeUserPayloadGetPasswordRetType, ok bool)
- func (o *CreateIntakeUserPayload) GetType() (res CreateIntakeUserPayloadGetTypeRetType)
- func (o *CreateIntakeUserPayload) GetTypeOk() (ret CreateIntakeUserPayloadGetTypeRetType, ok bool)
- func (o *CreateIntakeUserPayload) HasDescription() bool
- func (o *CreateIntakeUserPayload) HasLabels() bool
- func (o *CreateIntakeUserPayload) HasType() bool
- func (o *CreateIntakeUserPayload) SetDescription(v CreateIntakeUserPayloadGetDescriptionRetType)
- func (o *CreateIntakeUserPayload) SetDisplayName(v CreateIntakeUserPayloadGetDisplayNameRetType)
- func (o *CreateIntakeUserPayload) SetLabels(v CreateIntakeUserPayloadGetLabelsRetType)
- func (o *CreateIntakeUserPayload) SetPassword(v CreateIntakeUserPayloadGetPasswordRetType)
- func (o *CreateIntakeUserPayload) SetType(v CreateIntakeUserPayloadGetTypeRetType)
- func (o CreateIntakeUserPayload) ToMap() (map[string]interface{}, error)deprecated
- type CreateIntakeUserPayloadGetDescriptionArgTypedeprecated
- type CreateIntakeUserPayloadGetDescriptionAttributeType
- type CreateIntakeUserPayloadGetDescriptionRetTypedeprecated
- type CreateIntakeUserPayloadGetDisplayNameArgTypedeprecated
- type CreateIntakeUserPayloadGetDisplayNameAttributeType
- type CreateIntakeUserPayloadGetDisplayNameRetTypedeprecated
- type CreateIntakeUserPayloadGetLabelsArgTypedeprecated
- type CreateIntakeUserPayloadGetLabelsAttributeType
- type CreateIntakeUserPayloadGetLabelsRetTypedeprecated
- type CreateIntakeUserPayloadGetPasswordArgTypedeprecated
- type CreateIntakeUserPayloadGetPasswordAttributeType
- type CreateIntakeUserPayloadGetPasswordRetTypedeprecated
- type CreateIntakeUserPayloadGetTypeArgTypedeprecated
- type CreateIntakeUserPayloadGetTypeAttributeType
- type CreateIntakeUserPayloadGetTypeRetTypedeprecated
- type CreateIntakeUserRequestdeprecated
- type DefaultApideprecated
- type DefaultApiService
- type DeleteIntakeRequestdeprecated
- type DeleteIntakeRunnerRequestdeprecated
- type DeleteIntakeUserRequestdeprecated
- type DremioAuth
- func (o *DremioAuth) GetPersonalAccessToken() (ret DremioAuthGetPersonalAccessTokenRetType)
- func (o *DremioAuth) GetPersonalAccessTokenOk() (ret DremioAuthGetPersonalAccessTokenRetType, ok bool)
- func (o *DremioAuth) GetTokenEndpoint() (ret DremioAuthGetTokenEndpointRetType)
- func (o *DremioAuth) GetTokenEndpointOk() (ret DremioAuthGetTokenEndpointRetType, ok bool)
- func (o *DremioAuth) SetPersonalAccessToken(v DremioAuthGetPersonalAccessTokenRetType)
- func (o *DremioAuth) SetTokenEndpoint(v DremioAuthGetTokenEndpointRetType)
- func (o DremioAuth) ToMap() (map[string]interface{}, error)deprecated
- type DremioAuthGetPersonalAccessTokenArgTypedeprecated
- type DremioAuthGetPersonalAccessTokenAttributeType
- type DremioAuthGetPersonalAccessTokenRetTypedeprecated
- type DremioAuthGetTokenEndpointArgTypedeprecated
- type DremioAuthGetTokenEndpointAttributeType
- type DremioAuthGetTokenEndpointRetTypedeprecated
- type DremioAuthPatch
- func (o *DremioAuthPatch) GetPersonalAccessToken() (res DremioAuthPatchGetPersonalAccessTokenRetType)
- func (o *DremioAuthPatch) GetPersonalAccessTokenOk() (ret DremioAuthPatchGetPersonalAccessTokenRetType, ok bool)
- func (o *DremioAuthPatch) GetTokenEndpoint() (res DremioAuthPatchGetTokenEndpointRetType)
- func (o *DremioAuthPatch) GetTokenEndpointOk() (ret DremioAuthPatchGetTokenEndpointRetType, ok bool)
- func (o *DremioAuthPatch) HasPersonalAccessToken() bool
- func (o *DremioAuthPatch) HasTokenEndpoint() bool
- func (o *DremioAuthPatch) SetPersonalAccessToken(v DremioAuthPatchGetPersonalAccessTokenRetType)
- func (o *DremioAuthPatch) SetTokenEndpoint(v DremioAuthPatchGetTokenEndpointRetType)
- func (o DremioAuthPatch) ToMap() (map[string]interface{}, error)deprecated
- type DremioAuthPatchGetPersonalAccessTokenArgTypedeprecated
- type DremioAuthPatchGetPersonalAccessTokenAttributeType
- type DremioAuthPatchGetPersonalAccessTokenRetTypedeprecated
- type DremioAuthPatchGetTokenEndpointArgTypedeprecated
- type DremioAuthPatchGetTokenEndpointAttributeType
- type DremioAuthPatchGetTokenEndpointRetTypedeprecated
- type GetIntakeRequestdeprecated
- type GetIntakeRunnerRequestdeprecated
- type GetIntakeUserRequestdeprecated
- type IntakeCatalog
- func (o *IntakeCatalog) GetAuth() (res IntakeCatalogGetAuthRetType)
- func (o *IntakeCatalog) GetAuthOk() (ret IntakeCatalogGetAuthRetType, ok bool)
- func (o *IntakeCatalog) GetNamespace() (res IntakeCatalogGetNamespaceRetType)
- func (o *IntakeCatalog) GetNamespaceOk() (ret IntakeCatalogGetNamespaceRetType, ok bool)
- func (o *IntakeCatalog) GetPartitionBy() (res IntakeCatalogGetPartitionByRetType)
- func (o *IntakeCatalog) GetPartitionByOk() (ret IntakeCatalogGetPartitionByRetType, ok bool)
- func (o *IntakeCatalog) GetPartitioning() (res IntakeCatalogGetPartitioningRetType)
- func (o *IntakeCatalog) GetPartitioningOk() (ret IntakeCatalogGetPartitioningRetType, ok bool)
- func (o *IntakeCatalog) GetTableName() (res IntakeCatalogGetTableNameRetType)
- func (o *IntakeCatalog) GetTableNameOk() (ret IntakeCatalogGetTableNameRetType, ok bool)
- func (o *IntakeCatalog) GetUri() (ret IntakeCatalogGetUriRetType)
- func (o *IntakeCatalog) GetUriOk() (ret IntakeCatalogGetUriRetType, ok bool)
- func (o *IntakeCatalog) GetWarehouse() (ret IntakeCatalogGetWarehouseRetType)
- func (o *IntakeCatalog) GetWarehouseOk() (ret IntakeCatalogGetWarehouseRetType, ok bool)
- func (o *IntakeCatalog) HasAuth() bool
- func (o *IntakeCatalog) HasNamespace() bool
- func (o *IntakeCatalog) HasPartitionBy() bool
- func (o *IntakeCatalog) HasPartitioning() bool
- func (o *IntakeCatalog) HasTableName() bool
- func (o *IntakeCatalog) SetAuth(v IntakeCatalogGetAuthRetType)
- func (o *IntakeCatalog) SetNamespace(v IntakeCatalogGetNamespaceRetType)
- func (o *IntakeCatalog) SetPartitionBy(v IntakeCatalogGetPartitionByRetType)
- func (o *IntakeCatalog) SetPartitioning(v IntakeCatalogGetPartitioningRetType)
- func (o *IntakeCatalog) SetTableName(v IntakeCatalogGetTableNameRetType)
- func (o *IntakeCatalog) SetUri(v IntakeCatalogGetUriRetType)
- func (o *IntakeCatalog) SetWarehouse(v IntakeCatalogGetWarehouseRetType)
- func (o IntakeCatalog) ToMap() (map[string]interface{}, error)deprecated
- type IntakeCatalogGetAuthArgTypedeprecated
- type IntakeCatalogGetAuthAttributeType
- type IntakeCatalogGetAuthRetTypedeprecated
- type IntakeCatalogGetNamespaceArgTypedeprecated
- type IntakeCatalogGetNamespaceAttributeType
- type IntakeCatalogGetNamespaceRetTypedeprecated
- type IntakeCatalogGetPartitionByArgTypedeprecated
- type IntakeCatalogGetPartitionByAttributeType
- type IntakeCatalogGetPartitionByRetTypedeprecated
- type IntakeCatalogGetPartitioningArgTypedeprecated
- type IntakeCatalogGetPartitioningAttributeType
- type IntakeCatalogGetPartitioningRetTypedeprecated
- type IntakeCatalogGetTableNameArgTypedeprecated
- type IntakeCatalogGetTableNameAttributeType
- type IntakeCatalogGetTableNameRetTypedeprecated
- type IntakeCatalogGetUriArgTypedeprecated
- type IntakeCatalogGetUriAttributeType
- type IntakeCatalogGetUriRetTypedeprecated
- type IntakeCatalogGetWarehouseArgTypedeprecated
- type IntakeCatalogGetWarehouseAttributeType
- type IntakeCatalogGetWarehouseRetTypedeprecated
- type IntakeCatalogPatch
- func (o *IntakeCatalogPatch) GetAuth() (res IntakeCatalogPatchGetAuthRetType)
- func (o *IntakeCatalogPatch) GetAuthOk() (ret IntakeCatalogPatchGetAuthRetType, ok bool)
- func (o *IntakeCatalogPatch) GetNamespace() (res IntakeCatalogPatchGetNamespaceRetType)
- func (o *IntakeCatalogPatch) GetNamespaceOk() (ret IntakeCatalogPatchGetNamespaceRetType, ok bool)
- func (o *IntakeCatalogPatch) GetPartitionBy() (res IntakeCatalogPatchGetPartitionByRetType)
- func (o *IntakeCatalogPatch) GetPartitionByOk() (ret IntakeCatalogPatchGetPartitionByRetType, ok bool)
- func (o *IntakeCatalogPatch) GetPartitioning() (res IntakeCatalogPatchGetPartitioningRetType)
- func (o *IntakeCatalogPatch) GetPartitioningOk() (ret IntakeCatalogPatchGetPartitioningRetType, ok bool)
- func (o *IntakeCatalogPatch) GetTableName() (res IntakeCatalogPatchGetTableNameRetType)
- func (o *IntakeCatalogPatch) GetTableNameOk() (ret IntakeCatalogPatchGetTableNameRetType, ok bool)
- func (o *IntakeCatalogPatch) GetUri() (res IntakeCatalogPatchGetUriRetType)
- func (o *IntakeCatalogPatch) GetUriOk() (ret IntakeCatalogPatchGetUriRetType, ok bool)
- func (o *IntakeCatalogPatch) GetWarehouse() (res IntakeCatalogPatchGetWarehouseRetType)
- func (o *IntakeCatalogPatch) GetWarehouseOk() (ret IntakeCatalogPatchGetWarehouseRetType, ok bool)
- func (o *IntakeCatalogPatch) HasAuth() bool
- func (o *IntakeCatalogPatch) HasNamespace() bool
- func (o *IntakeCatalogPatch) HasPartitionBy() bool
- func (o *IntakeCatalogPatch) HasPartitioning() bool
- func (o *IntakeCatalogPatch) HasTableName() bool
- func (o *IntakeCatalogPatch) HasUri() bool
- func (o *IntakeCatalogPatch) HasWarehouse() bool
- func (o *IntakeCatalogPatch) SetAuth(v IntakeCatalogPatchGetAuthRetType)
- func (o *IntakeCatalogPatch) SetNamespace(v IntakeCatalogPatchGetNamespaceRetType)
- func (o *IntakeCatalogPatch) SetPartitionBy(v IntakeCatalogPatchGetPartitionByRetType)
- func (o *IntakeCatalogPatch) SetPartitioning(v IntakeCatalogPatchGetPartitioningRetType)
- func (o *IntakeCatalogPatch) SetTableName(v IntakeCatalogPatchGetTableNameRetType)
- func (o *IntakeCatalogPatch) SetUri(v IntakeCatalogPatchGetUriRetType)
- func (o *IntakeCatalogPatch) SetWarehouse(v IntakeCatalogPatchGetWarehouseRetType)
- func (o IntakeCatalogPatch) ToMap() (map[string]interface{}, error)deprecated
- type IntakeCatalogPatchGetAuthArgTypedeprecated
- type IntakeCatalogPatchGetAuthAttributeType
- type IntakeCatalogPatchGetAuthRetTypedeprecated
- type IntakeCatalogPatchGetNamespaceArgTypedeprecated
- type IntakeCatalogPatchGetNamespaceAttributeType
- type IntakeCatalogPatchGetNamespaceRetTypedeprecated
- type IntakeCatalogPatchGetPartitionByArgTypedeprecated
- type IntakeCatalogPatchGetPartitionByAttributeType
- type IntakeCatalogPatchGetPartitionByRetTypedeprecated
- type IntakeCatalogPatchGetPartitioningArgTypedeprecated
- type IntakeCatalogPatchGetPartitioningAttributeType
- type IntakeCatalogPatchGetPartitioningRetTypedeprecated
- type IntakeCatalogPatchGetTableNameArgTypedeprecated
- type IntakeCatalogPatchGetTableNameAttributeType
- type IntakeCatalogPatchGetTableNameRetTypedeprecated
- type IntakeCatalogPatchGetUriArgTypedeprecated
- type IntakeCatalogPatchGetUriAttributeType
- type IntakeCatalogPatchGetUriRetTypedeprecated
- type IntakeCatalogPatchGetWarehouseArgTypedeprecated
- type IntakeCatalogPatchGetWarehouseAttributeType
- type IntakeCatalogPatchGetWarehouseRetTypedeprecated
- type IntakeResponse
- func (o *IntakeResponse) GetCatalog() (ret IntakeResponseGetCatalogRetType)
- func (o *IntakeResponse) GetCatalogOk() (ret IntakeResponseGetCatalogRetType, ok bool)
- func (o *IntakeResponse) GetCreateTime() (ret IntakeResponseGetCreateTimeRetType)
- func (o *IntakeResponse) GetCreateTimeOk() (ret IntakeResponseGetCreateTimeRetType, ok bool)
- func (o *IntakeResponse) GetDeadLetterTopic() (ret IntakeResponseGetDeadLetterTopicRetType)
- func (o *IntakeResponse) GetDeadLetterTopicOk() (ret IntakeResponseGetDeadLetterTopicRetType, ok bool)
- func (o *IntakeResponse) GetDescription() (res IntakeResponseGetDescriptionRetType)
- func (o *IntakeResponse) GetDescriptionOk() (ret IntakeResponseGetDescriptionRetType, ok bool)
- func (o *IntakeResponse) GetDisplayName() (ret IntakeResponseGetDisplayNameRetType)
- func (o *IntakeResponse) GetDisplayNameOk() (ret IntakeResponseGetDisplayNameRetType, ok bool)
- func (o *IntakeResponse) GetFailureMessage() (res IntakeResponseGetFailureMessageRetType)
- func (o *IntakeResponse) GetFailureMessageOk() (ret IntakeResponseGetFailureMessageRetType, ok bool)
- func (o *IntakeResponse) GetId() (ret IntakeResponseGetIdRetType)
- func (o *IntakeResponse) GetIdOk() (ret IntakeResponseGetIdRetType, ok bool)
- func (o *IntakeResponse) GetIntakeRunnerId() (ret IntakeResponseGetIntakeRunnerIdRetType)
- func (o *IntakeResponse) GetIntakeRunnerIdOk() (ret IntakeResponseGetIntakeRunnerIdRetType, ok bool)
- func (o *IntakeResponse) GetLabels() (res IntakeResponseGetLabelsRetType)
- func (o *IntakeResponse) GetLabelsOk() (ret IntakeResponseGetLabelsRetType, ok bool)
- func (o *IntakeResponse) GetState() (ret IntakeResponseGetStateRetType)
- func (o *IntakeResponse) GetStateOk() (ret IntakeResponseGetStateRetType, ok bool)
- func (o *IntakeResponse) GetTopic() (ret IntakeResponseGetTopicRetType)
- func (o *IntakeResponse) GetTopicOk() (ret IntakeResponseGetTopicRetType, ok bool)
- func (o *IntakeResponse) GetUndeliveredMessageCount() (res IntakeResponseGetUndeliveredMessageCountRetType)
- func (o *IntakeResponse) GetUndeliveredMessageCountOk() (ret IntakeResponseGetUndeliveredMessageCountRetType, ok bool)
- func (o *IntakeResponse) GetUri() (ret IntakeResponseGetUriRetType)
- func (o *IntakeResponse) GetUriOk() (ret IntakeResponseGetUriRetType, ok bool)
- func (o *IntakeResponse) HasDescription() bool
- func (o *IntakeResponse) HasFailureMessage() bool
- func (o *IntakeResponse) HasLabels() bool
- func (o *IntakeResponse) HasUndeliveredMessageCount() bool
- func (o *IntakeResponse) SetCatalog(v IntakeResponseGetCatalogRetType)
- func (o *IntakeResponse) SetCreateTime(v IntakeResponseGetCreateTimeRetType)
- func (o *IntakeResponse) SetDeadLetterTopic(v IntakeResponseGetDeadLetterTopicRetType)
- func (o *IntakeResponse) SetDescription(v IntakeResponseGetDescriptionRetType)
- func (o *IntakeResponse) SetDisplayName(v IntakeResponseGetDisplayNameRetType)
- func (o *IntakeResponse) SetFailureMessage(v IntakeResponseGetFailureMessageRetType)
- func (o *IntakeResponse) SetId(v IntakeResponseGetIdRetType)
- func (o *IntakeResponse) SetIntakeRunnerId(v IntakeResponseGetIntakeRunnerIdRetType)
- func (o *IntakeResponse) SetLabels(v IntakeResponseGetLabelsRetType)
- func (o *IntakeResponse) SetState(v IntakeResponseGetStateRetType)
- func (o *IntakeResponse) SetTopic(v IntakeResponseGetTopicRetType)
- func (o *IntakeResponse) SetUndeliveredMessageCount(v IntakeResponseGetUndeliveredMessageCountRetType)
- func (o *IntakeResponse) SetUri(v IntakeResponseGetUriRetType)
- func (o IntakeResponse) ToMap() (map[string]interface{}, error)deprecated
- type IntakeResponseGetCatalogArgTypedeprecated
- type IntakeResponseGetCatalogAttributeType
- type IntakeResponseGetCatalogRetTypedeprecated
- type IntakeResponseGetCreateTimeArgTypedeprecated
- type IntakeResponseGetCreateTimeAttributeType
- type IntakeResponseGetCreateTimeRetTypedeprecated
- type IntakeResponseGetDeadLetterTopicArgTypedeprecated
- type IntakeResponseGetDeadLetterTopicAttributeType
- type IntakeResponseGetDeadLetterTopicRetTypedeprecated
- type IntakeResponseGetDescriptionArgTypedeprecated
- type IntakeResponseGetDescriptionAttributeType
- type IntakeResponseGetDescriptionRetTypedeprecated
- type IntakeResponseGetDisplayNameArgTypedeprecated
- type IntakeResponseGetDisplayNameAttributeType
- type IntakeResponseGetDisplayNameRetTypedeprecated
- type IntakeResponseGetFailureMessageArgTypedeprecated
- type IntakeResponseGetFailureMessageAttributeType
- type IntakeResponseGetFailureMessageRetTypedeprecated
- type IntakeResponseGetIdArgTypedeprecated
- type IntakeResponseGetIdAttributeType
- type IntakeResponseGetIdRetTypedeprecated
- type IntakeResponseGetIntakeRunnerIdArgTypedeprecated
- type IntakeResponseGetIntakeRunnerIdAttributeType
- type IntakeResponseGetIntakeRunnerIdRetTypedeprecated
- type IntakeResponseGetLabelsArgTypedeprecated
- type IntakeResponseGetLabelsAttributeType
- type IntakeResponseGetLabelsRetTypedeprecated
- type IntakeResponseGetStateArgTypedeprecated
- type IntakeResponseGetStateAttributeTypedeprecated
- type IntakeResponseGetStateRetTypedeprecated
- type IntakeResponseGetTopicArgTypedeprecated
- type IntakeResponseGetTopicAttributeType
- type IntakeResponseGetTopicRetTypedeprecated
- type IntakeResponseGetUndeliveredMessageCountArgTypedeprecated
- type IntakeResponseGetUndeliveredMessageCountAttributeType
- type IntakeResponseGetUndeliveredMessageCountRetTypedeprecated
- type IntakeResponseGetUriArgTypedeprecated
- type IntakeResponseGetUriAttributeType
- type IntakeResponseGetUriRetTypedeprecated
- type IntakeResponseState
- type IntakeRunnerResponse
- func (o *IntakeRunnerResponse) GetCreateTime() (ret IntakeRunnerResponseGetCreateTimeRetType)
- func (o *IntakeRunnerResponse) GetCreateTimeOk() (ret IntakeRunnerResponseGetCreateTimeRetType, ok bool)
- func (o *IntakeRunnerResponse) GetDescription() (res IntakeRunnerResponseGetDescriptionRetType)
- func (o *IntakeRunnerResponse) GetDescriptionOk() (ret IntakeRunnerResponseGetDescriptionRetType, ok bool)
- func (o *IntakeRunnerResponse) GetDisplayName() (ret IntakeRunnerResponseGetDisplayNameRetType)
- func (o *IntakeRunnerResponse) GetDisplayNameOk() (ret IntakeRunnerResponseGetDisplayNameRetType, ok bool)
- func (o *IntakeRunnerResponse) GetId() (ret IntakeRunnerResponseGetIdRetType)
- func (o *IntakeRunnerResponse) GetIdOk() (ret IntakeRunnerResponseGetIdRetType, ok bool)
- func (o *IntakeRunnerResponse) GetLabels() (res IntakeRunnerResponseGetLabelsRetType)
- func (o *IntakeRunnerResponse) GetLabelsOk() (ret IntakeRunnerResponseGetLabelsRetType, ok bool)
- func (o *IntakeRunnerResponse) GetMaxMessageSizeKiB() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
- func (o *IntakeRunnerResponse) GetMaxMessageSizeKiBOk() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType, ok bool)
- func (o *IntakeRunnerResponse) GetMaxMessagesPerHour() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType)
- func (o *IntakeRunnerResponse) GetMaxMessagesPerHourOk() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType, ok bool)
- func (o *IntakeRunnerResponse) GetState() (ret IntakeRunnerResponseGetStateRetType)
- func (o *IntakeRunnerResponse) GetStateOk() (ret IntakeRunnerResponseGetStateRetType, ok bool)
- func (o *IntakeRunnerResponse) GetUri() (ret IntakeRunnerResponseGetUriRetType)
- func (o *IntakeRunnerResponse) GetUriOk() (ret IntakeRunnerResponseGetUriRetType, ok bool)
- func (o *IntakeRunnerResponse) HasDescription() bool
- func (o *IntakeRunnerResponse) HasLabels() bool
- func (o *IntakeRunnerResponse) SetCreateTime(v IntakeRunnerResponseGetCreateTimeRetType)
- func (o *IntakeRunnerResponse) SetDescription(v IntakeRunnerResponseGetDescriptionRetType)
- func (o *IntakeRunnerResponse) SetDisplayName(v IntakeRunnerResponseGetDisplayNameRetType)
- func (o *IntakeRunnerResponse) SetId(v IntakeRunnerResponseGetIdRetType)
- func (o *IntakeRunnerResponse) SetLabels(v IntakeRunnerResponseGetLabelsRetType)
- func (o *IntakeRunnerResponse) SetMaxMessageSizeKiB(v IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
- func (o *IntakeRunnerResponse) SetMaxMessagesPerHour(v IntakeRunnerResponseGetMaxMessagesPerHourRetType)
- func (o *IntakeRunnerResponse) SetState(v IntakeRunnerResponseGetStateRetType)
- func (o *IntakeRunnerResponse) SetUri(v IntakeRunnerResponseGetUriRetType)
- func (o IntakeRunnerResponse) ToMap() (map[string]interface{}, error)deprecated
- type IntakeRunnerResponseGetCreateTimeArgTypedeprecated
- type IntakeRunnerResponseGetCreateTimeAttributeType
- type IntakeRunnerResponseGetCreateTimeRetTypedeprecated
- type IntakeRunnerResponseGetDescriptionArgTypedeprecated
- type IntakeRunnerResponseGetDescriptionAttributeType
- type IntakeRunnerResponseGetDescriptionRetTypedeprecated
- type IntakeRunnerResponseGetDisplayNameArgTypedeprecated
- type IntakeRunnerResponseGetDisplayNameAttributeType
- type IntakeRunnerResponseGetDisplayNameRetTypedeprecated
- type IntakeRunnerResponseGetIdArgTypedeprecated
- type IntakeRunnerResponseGetIdAttributeType
- type IntakeRunnerResponseGetIdRetTypedeprecated
- type IntakeRunnerResponseGetLabelsArgTypedeprecated
- type IntakeRunnerResponseGetLabelsAttributeType
- type IntakeRunnerResponseGetLabelsRetTypedeprecated
- type IntakeRunnerResponseGetMaxMessageSizeKiBArgTypedeprecated
- type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType
- type IntakeRunnerResponseGetMaxMessageSizeKiBRetTypedeprecated
- type IntakeRunnerResponseGetMaxMessagesPerHourArgTypedeprecated
- type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType
- type IntakeRunnerResponseGetMaxMessagesPerHourRetTypedeprecated
- type IntakeRunnerResponseGetStateArgTypedeprecated
- type IntakeRunnerResponseGetStateAttributeTypedeprecated
- type IntakeRunnerResponseGetStateRetTypedeprecated
- type IntakeRunnerResponseGetUriArgTypedeprecated
- type IntakeRunnerResponseGetUriAttributeType
- type IntakeRunnerResponseGetUriRetTypedeprecated
- type IntakeRunnerResponseState
- type IntakeUserResponse
- func (o *IntakeUserResponse) GetClientConfig() (res IntakeUserResponseGetClientConfigRetType)
- func (o *IntakeUserResponse) GetClientConfigOk() (ret IntakeUserResponseGetClientConfigRetType, ok bool)
- func (o *IntakeUserResponse) GetCreateTime() (ret IntakeUserResponseGetCreateTimeRetType)
- func (o *IntakeUserResponse) GetCreateTimeOk() (ret IntakeUserResponseGetCreateTimeRetType, ok bool)
- func (o *IntakeUserResponse) GetDescription() (res IntakeUserResponseGetDescriptionRetType)
- func (o *IntakeUserResponse) GetDescriptionOk() (ret IntakeUserResponseGetDescriptionRetType, ok bool)
- func (o *IntakeUserResponse) GetDisplayName() (ret IntakeUserResponseGetDisplayNameRetType)
- func (o *IntakeUserResponse) GetDisplayNameOk() (ret IntakeUserResponseGetDisplayNameRetType, ok bool)
- func (o *IntakeUserResponse) GetId() (ret IntakeUserResponseGetIdRetType)
- func (o *IntakeUserResponse) GetIdOk() (ret IntakeUserResponseGetIdRetType, ok bool)
- func (o *IntakeUserResponse) GetLabels() (res IntakeUserResponseGetLabelsRetType)
- func (o *IntakeUserResponse) GetLabelsOk() (ret IntakeUserResponseGetLabelsRetType, ok bool)
- func (o *IntakeUserResponse) GetState() (ret IntakeUserResponseGetStateRetType)
- func (o *IntakeUserResponse) GetStateOk() (ret IntakeUserResponseGetStateRetType, ok bool)
- func (o *IntakeUserResponse) GetType() (ret IntakeUserResponseGetTypeRetType)
- func (o *IntakeUserResponse) GetTypeOk() (ret IntakeUserResponseGetTypeRetType, ok bool)
- func (o *IntakeUserResponse) GetUser() (ret IntakeUserResponseGetUserRetType)
- func (o *IntakeUserResponse) GetUserOk() (ret IntakeUserResponseGetUserRetType, ok bool)
- func (o *IntakeUserResponse) HasClientConfig() bool
- func (o *IntakeUserResponse) HasDescription() bool
- func (o *IntakeUserResponse) HasLabels() bool
- func (o *IntakeUserResponse) SetClientConfig(v IntakeUserResponseGetClientConfigRetType)
- func (o *IntakeUserResponse) SetCreateTime(v IntakeUserResponseGetCreateTimeRetType)
- func (o *IntakeUserResponse) SetDescription(v IntakeUserResponseGetDescriptionRetType)
- func (o *IntakeUserResponse) SetDisplayName(v IntakeUserResponseGetDisplayNameRetType)
- func (o *IntakeUserResponse) SetId(v IntakeUserResponseGetIdRetType)
- func (o *IntakeUserResponse) SetLabels(v IntakeUserResponseGetLabelsRetType)
- func (o *IntakeUserResponse) SetState(v IntakeUserResponseGetStateRetType)
- func (o *IntakeUserResponse) SetType(v IntakeUserResponseGetTypeRetType)
- func (o *IntakeUserResponse) SetUser(v IntakeUserResponseGetUserRetType)
- func (o IntakeUserResponse) ToMap() (map[string]interface{}, error)deprecated
- type IntakeUserResponseGetClientConfigArgTypedeprecated
- type IntakeUserResponseGetClientConfigAttributeType
- type IntakeUserResponseGetClientConfigRetTypedeprecated
- type IntakeUserResponseGetCreateTimeArgTypedeprecated
- type IntakeUserResponseGetCreateTimeAttributeType
- type IntakeUserResponseGetCreateTimeRetTypedeprecated
- type IntakeUserResponseGetDescriptionArgTypedeprecated
- type IntakeUserResponseGetDescriptionAttributeType
- type IntakeUserResponseGetDescriptionRetTypedeprecated
- type IntakeUserResponseGetDisplayNameArgTypedeprecated
- type IntakeUserResponseGetDisplayNameAttributeType
- type IntakeUserResponseGetDisplayNameRetTypedeprecated
- type IntakeUserResponseGetIdArgTypedeprecated
- type IntakeUserResponseGetIdAttributeType
- type IntakeUserResponseGetIdRetTypedeprecated
- type IntakeUserResponseGetLabelsArgTypedeprecated
- type IntakeUserResponseGetLabelsAttributeType
- type IntakeUserResponseGetLabelsRetTypedeprecated
- type IntakeUserResponseGetStateArgTypedeprecated
- type IntakeUserResponseGetStateAttributeTypedeprecated
- type IntakeUserResponseGetStateRetTypedeprecated
- type IntakeUserResponseGetTypeArgTypedeprecated
- type IntakeUserResponseGetTypeAttributeType
- type IntakeUserResponseGetTypeRetTypedeprecated
- type IntakeUserResponseGetUserArgTypedeprecated
- type IntakeUserResponseGetUserAttributeType
- type IntakeUserResponseGetUserRetTypedeprecated
- type IntakeUserResponseState
- type ListIntakeRunnersRequestdeprecated
- type ListIntakeRunnersResponse
- func (o *ListIntakeRunnersResponse) GetIntakeRunners() (ret ListIntakeRunnersResponseGetIntakeRunnersRetType)
- func (o *ListIntakeRunnersResponse) GetIntakeRunnersOk() (ret ListIntakeRunnersResponseGetIntakeRunnersRetType, ok bool)
- func (o *ListIntakeRunnersResponse) GetNextPageToken() (res ListIntakeRunnersResponseGetNextPageTokenRetType)
- func (o *ListIntakeRunnersResponse) GetNextPageTokenOk() (ret ListIntakeRunnersResponseGetNextPageTokenRetType, ok bool)
- func (o *ListIntakeRunnersResponse) HasNextPageToken() bool
- func (o *ListIntakeRunnersResponse) SetIntakeRunners(v ListIntakeRunnersResponseGetIntakeRunnersRetType)
- func (o *ListIntakeRunnersResponse) SetNextPageToken(v ListIntakeRunnersResponseGetNextPageTokenRetType)
- func (o ListIntakeRunnersResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListIntakeRunnersResponseGetIntakeRunnersArgTypedeprecated
- type ListIntakeRunnersResponseGetIntakeRunnersAttributeType
- type ListIntakeRunnersResponseGetIntakeRunnersRetTypedeprecated
- type ListIntakeRunnersResponseGetNextPageTokenArgTypedeprecated
- type ListIntakeRunnersResponseGetNextPageTokenAttributeType
- type ListIntakeRunnersResponseGetNextPageTokenRetTypedeprecated
- type ListIntakeUsersRequestdeprecated
- type ListIntakeUsersResponse
- func (o *ListIntakeUsersResponse) GetIntakeUsers() (ret ListIntakeUsersResponseGetIntakeUsersRetType)
- func (o *ListIntakeUsersResponse) GetIntakeUsersOk() (ret ListIntakeUsersResponseGetIntakeUsersRetType, ok bool)
- func (o *ListIntakeUsersResponse) GetNextPageToken() (res ListIntakeUsersResponseGetNextPageTokenRetType)
- func (o *ListIntakeUsersResponse) GetNextPageTokenOk() (ret ListIntakeUsersResponseGetNextPageTokenRetType, ok bool)
- func (o *ListIntakeUsersResponse) HasNextPageToken() bool
- func (o *ListIntakeUsersResponse) SetIntakeUsers(v ListIntakeUsersResponseGetIntakeUsersRetType)
- func (o *ListIntakeUsersResponse) SetNextPageToken(v ListIntakeUsersResponseGetNextPageTokenRetType)
- func (o ListIntakeUsersResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListIntakeUsersResponseGetIntakeUsersArgTypedeprecated
- type ListIntakeUsersResponseGetIntakeUsersAttributeType
- type ListIntakeUsersResponseGetIntakeUsersRetTypedeprecated
- type ListIntakeUsersResponseGetNextPageTokenArgTypedeprecated
- type ListIntakeUsersResponseGetNextPageTokenAttributeType
- type ListIntakeUsersResponseGetNextPageTokenRetTypedeprecated
- type ListIntakesRequestdeprecated
- type ListIntakesResponse
- func (o *ListIntakesResponse) GetIntakes() (ret ListIntakesResponseGetIntakesRetType)
- func (o *ListIntakesResponse) GetIntakesOk() (ret ListIntakesResponseGetIntakesRetType, ok bool)
- func (o *ListIntakesResponse) GetNextPageToken() (res ListIntakesResponseGetNextPageTokenRetType)
- func (o *ListIntakesResponse) GetNextPageTokenOk() (ret ListIntakesResponseGetNextPageTokenRetType, ok bool)
- func (o *ListIntakesResponse) HasNextPageToken() bool
- func (o *ListIntakesResponse) SetIntakes(v ListIntakesResponseGetIntakesRetType)
- func (o *ListIntakesResponse) SetNextPageToken(v ListIntakesResponseGetNextPageTokenRetType)
- func (o ListIntakesResponse) ToMap() (map[string]interface{}, error)deprecated
- type ListIntakesResponseGetIntakesArgTypedeprecated
- type ListIntakesResponseGetIntakesAttributeType
- type ListIntakesResponseGetIntakesRetTypedeprecated
- type ListIntakesResponseGetNextPageTokenArgTypedeprecated
- type ListIntakesResponseGetNextPageTokenAttributeType
- type ListIntakesResponseGetNextPageTokenRetTypedeprecated
- type MappedNullabledeprecated
- type NullableBooldeprecated
- func (v NullableBool) Get() *booldeprecated
- func (v NullableBool) IsSet() booldeprecated
- func (v NullableBool) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableBool) Set(val *bool)deprecated
- func (v *NullableBool) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableBool) Unset()deprecated
- type NullableCatalogAuthdeprecated
- func (v NullableCatalogAuth) Get() *CatalogAuthdeprecated
- func (v NullableCatalogAuth) IsSet() booldeprecated
- func (v NullableCatalogAuth) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCatalogAuth) Set(val *CatalogAuth)deprecated
- func (v *NullableCatalogAuth) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCatalogAuth) Unset()deprecated
- type NullableCatalogAuthPatchdeprecated
- func (v NullableCatalogAuthPatch) Get() *CatalogAuthPatchdeprecated
- func (v NullableCatalogAuthPatch) IsSet() booldeprecated
- func (v NullableCatalogAuthPatch) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCatalogAuthPatch) Set(val *CatalogAuthPatch)deprecated
- func (v *NullableCatalogAuthPatch) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCatalogAuthPatch) Unset()deprecated
- type NullableCatalogAuthTypedeprecated
- func (v NullableCatalogAuthType) Get() *CatalogAuthTypedeprecated
- func (v NullableCatalogAuthType) IsSet() booldeprecated
- func (v NullableCatalogAuthType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCatalogAuthType) Set(val *CatalogAuthType)deprecated
- func (v *NullableCatalogAuthType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCatalogAuthType) Unset()deprecated
- type NullableClientConfigdeprecated
- func (v NullableClientConfig) Get() *ClientConfigdeprecated
- func (v NullableClientConfig) IsSet() booldeprecated
- func (v NullableClientConfig) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableClientConfig) Set(val *ClientConfig)deprecated
- func (v *NullableClientConfig) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableClientConfig) Unset()deprecated
- type NullableCreateIntakePayloaddeprecated
- func (v NullableCreateIntakePayload) Get() *CreateIntakePayloaddeprecated
- func (v NullableCreateIntakePayload) IsSet() booldeprecated
- func (v NullableCreateIntakePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateIntakePayload) Set(val *CreateIntakePayload)deprecated
- func (v *NullableCreateIntakePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateIntakePayload) Unset()deprecated
- type NullableCreateIntakeRunnerPayloaddeprecated
- func (v NullableCreateIntakeRunnerPayload) Get() *CreateIntakeRunnerPayloaddeprecated
- func (v NullableCreateIntakeRunnerPayload) IsSet() booldeprecated
- func (v NullableCreateIntakeRunnerPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateIntakeRunnerPayload) Set(val *CreateIntakeRunnerPayload)deprecated
- func (v *NullableCreateIntakeRunnerPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateIntakeRunnerPayload) Unset()deprecated
- type NullableCreateIntakeUserPayloaddeprecated
- func (v NullableCreateIntakeUserPayload) Get() *CreateIntakeUserPayloaddeprecated
- func (v NullableCreateIntakeUserPayload) IsSet() booldeprecated
- func (v NullableCreateIntakeUserPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableCreateIntakeUserPayload) Set(val *CreateIntakeUserPayload)deprecated
- func (v *NullableCreateIntakeUserPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableCreateIntakeUserPayload) Unset()deprecated
- type NullableDremioAuthdeprecated
- func (v NullableDremioAuth) Get() *DremioAuthdeprecated
- func (v NullableDremioAuth) IsSet() booldeprecated
- func (v NullableDremioAuth) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableDremioAuth) Set(val *DremioAuth)deprecated
- func (v *NullableDremioAuth) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableDremioAuth) Unset()deprecated
- type NullableDremioAuthPatchdeprecated
- func (v NullableDremioAuthPatch) Get() *DremioAuthPatchdeprecated
- func (v NullableDremioAuthPatch) IsSet() booldeprecated
- func (v NullableDremioAuthPatch) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableDremioAuthPatch) Set(val *DremioAuthPatch)deprecated
- func (v *NullableDremioAuthPatch) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableDremioAuthPatch) Unset()deprecated
- type NullableFloat32deprecated
- func (v NullableFloat32) Get() *float32deprecated
- func (v NullableFloat32) IsSet() booldeprecated
- func (v NullableFloat32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat32) Set(val *float32)deprecated
- func (v *NullableFloat32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat32) Unset()deprecated
- type NullableFloat64deprecated
- func (v NullableFloat64) Get() *float64deprecated
- func (v NullableFloat64) IsSet() booldeprecated
- func (v NullableFloat64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableFloat64) Set(val *float64)deprecated
- func (v *NullableFloat64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableFloat64) Unset()deprecated
- type NullableIntdeprecated
- func (v NullableInt) Get() *intdeprecated
- func (v NullableInt) IsSet() booldeprecated
- func (v NullableInt) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt) Set(val *int)deprecated
- func (v *NullableInt) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt) Unset()deprecated
- type NullableInt32deprecated
- func (v NullableInt32) Get() *int32deprecated
- func (v NullableInt32) IsSet() booldeprecated
- func (v NullableInt32) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt32) Set(val *int32)deprecated
- func (v *NullableInt32) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt32) Unset()deprecated
- type NullableInt64deprecated
- func (v NullableInt64) Get() *int64deprecated
- func (v NullableInt64) IsSet() booldeprecated
- func (v NullableInt64) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableInt64) Set(val *int64)deprecated
- func (v *NullableInt64) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableInt64) Unset()deprecated
- type NullableIntakeCatalogdeprecated
- func (v NullableIntakeCatalog) Get() *IntakeCatalogdeprecated
- func (v NullableIntakeCatalog) IsSet() booldeprecated
- func (v NullableIntakeCatalog) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeCatalog) Set(val *IntakeCatalog)deprecated
- func (v *NullableIntakeCatalog) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeCatalog) Unset()deprecated
- type NullableIntakeCatalogPatchdeprecated
- func (v NullableIntakeCatalogPatch) Get() *IntakeCatalogPatchdeprecated
- func (v NullableIntakeCatalogPatch) IsSet() booldeprecated
- func (v NullableIntakeCatalogPatch) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeCatalogPatch) Set(val *IntakeCatalogPatch)deprecated
- func (v *NullableIntakeCatalogPatch) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeCatalogPatch) Unset()deprecated
- type NullableIntakeResponsedeprecated
- func (v NullableIntakeResponse) Get() *IntakeResponsedeprecated
- func (v NullableIntakeResponse) IsSet() booldeprecated
- func (v NullableIntakeResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeResponse) Set(val *IntakeResponse)deprecated
- func (v *NullableIntakeResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeResponse) Unset()deprecated
- type NullableIntakeResponseStatedeprecated
- func (v NullableIntakeResponseState) Get() *IntakeResponseStatedeprecated
- func (v NullableIntakeResponseState) IsSet() booldeprecated
- func (v NullableIntakeResponseState) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeResponseState) Set(val *IntakeResponseState)deprecated
- func (v *NullableIntakeResponseState) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeResponseState) Unset()deprecated
- type NullableIntakeRunnerResponsedeprecated
- func (v NullableIntakeRunnerResponse) Get() *IntakeRunnerResponsedeprecated
- func (v NullableIntakeRunnerResponse) IsSet() booldeprecated
- func (v NullableIntakeRunnerResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeRunnerResponse) Set(val *IntakeRunnerResponse)deprecated
- func (v *NullableIntakeRunnerResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeRunnerResponse) Unset()deprecated
- type NullableIntakeRunnerResponseStatedeprecated
- func (v NullableIntakeRunnerResponseState) Get() *IntakeRunnerResponseStatedeprecated
- func (v NullableIntakeRunnerResponseState) IsSet() booldeprecated
- func (v NullableIntakeRunnerResponseState) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeRunnerResponseState) Set(val *IntakeRunnerResponseState)deprecated
- func (v *NullableIntakeRunnerResponseState) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeRunnerResponseState) Unset()deprecated
- type NullableIntakeUserResponsedeprecated
- func (v NullableIntakeUserResponse) Get() *IntakeUserResponsedeprecated
- func (v NullableIntakeUserResponse) IsSet() booldeprecated
- func (v NullableIntakeUserResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeUserResponse) Set(val *IntakeUserResponse)deprecated
- func (v *NullableIntakeUserResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeUserResponse) Unset()deprecated
- type NullableIntakeUserResponseStatedeprecated
- func (v NullableIntakeUserResponseState) Get() *IntakeUserResponseStatedeprecated
- func (v NullableIntakeUserResponseState) IsSet() booldeprecated
- func (v NullableIntakeUserResponseState) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableIntakeUserResponseState) Set(val *IntakeUserResponseState)deprecated
- func (v *NullableIntakeUserResponseState) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableIntakeUserResponseState) Unset()deprecated
- type NullableListIntakeRunnersResponsedeprecated
- func (v NullableListIntakeRunnersResponse) Get() *ListIntakeRunnersResponsedeprecated
- func (v NullableListIntakeRunnersResponse) IsSet() booldeprecated
- func (v NullableListIntakeRunnersResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListIntakeRunnersResponse) Set(val *ListIntakeRunnersResponse)deprecated
- func (v *NullableListIntakeRunnersResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListIntakeRunnersResponse) Unset()deprecated
- type NullableListIntakeUsersResponsedeprecated
- func (v NullableListIntakeUsersResponse) Get() *ListIntakeUsersResponsedeprecated
- func (v NullableListIntakeUsersResponse) IsSet() booldeprecated
- func (v NullableListIntakeUsersResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListIntakeUsersResponse) Set(val *ListIntakeUsersResponse)deprecated
- func (v *NullableListIntakeUsersResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListIntakeUsersResponse) Unset()deprecated
- type NullableListIntakesResponsedeprecated
- func (v NullableListIntakesResponse) Get() *ListIntakesResponsedeprecated
- func (v NullableListIntakesResponse) IsSet() booldeprecated
- func (v NullableListIntakesResponse) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableListIntakesResponse) Set(val *ListIntakesResponse)deprecated
- func (v *NullableListIntakesResponse) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableListIntakesResponse) Unset()deprecated
- type NullablePartitioningTypedeprecated
- func (v NullablePartitioningType) Get() *PartitioningTypedeprecated
- func (v NullablePartitioningType) IsSet() booldeprecated
- func (v NullablePartitioningType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartitioningType) Set(val *PartitioningType)deprecated
- func (v *NullablePartitioningType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartitioningType) Unset()deprecated
- type NullablePartitioningUpdateTypedeprecated
- func (v NullablePartitioningUpdateType) Get() *PartitioningUpdateTypedeprecated
- func (v NullablePartitioningUpdateType) IsSet() booldeprecated
- func (v NullablePartitioningUpdateType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullablePartitioningUpdateType) Set(val *PartitioningUpdateType)deprecated
- func (v *NullablePartitioningUpdateType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullablePartitioningUpdateType) Unset()deprecated
- type NullableStringdeprecated
- func (v NullableString) Get() *stringdeprecated
- func (v NullableString) IsSet() booldeprecated
- func (v NullableString) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableString) Set(val *string)deprecated
- func (v *NullableString) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableString) Unset()deprecated
- type NullableTimedeprecated
- func (v NullableTime) Get() *time.Timedeprecated
- func (v NullableTime) IsSet() booldeprecated
- func (v NullableTime) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableTime) Set(val *time.Time)deprecated
- func (v *NullableTime) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableTime) Unset()deprecated
- type NullableUpdateIntakePayloaddeprecated
- func (v NullableUpdateIntakePayload) Get() *UpdateIntakePayloaddeprecated
- func (v NullableUpdateIntakePayload) IsSet() booldeprecated
- func (v NullableUpdateIntakePayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateIntakePayload) Set(val *UpdateIntakePayload)deprecated
- func (v *NullableUpdateIntakePayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateIntakePayload) Unset()deprecated
- type NullableUpdateIntakeRunnerPayloaddeprecated
- func (v NullableUpdateIntakeRunnerPayload) Get() *UpdateIntakeRunnerPayloaddeprecated
- func (v NullableUpdateIntakeRunnerPayload) IsSet() booldeprecated
- func (v NullableUpdateIntakeRunnerPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateIntakeRunnerPayload) Set(val *UpdateIntakeRunnerPayload)deprecated
- func (v *NullableUpdateIntakeRunnerPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateIntakeRunnerPayload) Unset()deprecated
- type NullableUpdateIntakeUserPayloaddeprecated
- func (v NullableUpdateIntakeUserPayload) Get() *UpdateIntakeUserPayloaddeprecated
- func (v NullableUpdateIntakeUserPayload) IsSet() booldeprecated
- func (v NullableUpdateIntakeUserPayload) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUpdateIntakeUserPayload) Set(val *UpdateIntakeUserPayload)deprecated
- func (v *NullableUpdateIntakeUserPayload) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUpdateIntakeUserPayload) Unset()deprecated
- type NullableUserTypedeprecated
- func (v NullableUserType) Get() *UserTypedeprecated
- func (v NullableUserType) IsSet() booldeprecated
- func (v NullableUserType) MarshalJSON() ([]byte, error)deprecated
- func (v *NullableUserType) Set(val *UserType)deprecated
- func (v *NullableUserType) UnmarshalJSON(src []byte) errordeprecated
- func (v *NullableUserType) Unset()deprecated
- type NullableValuedeprecated
- func (v NullableValue[T]) Get() *Tdeprecated
- func (v NullableValue[T]) IsSet() booldeprecated
- func (v *NullableValue[T]) Set(val *T)deprecated
- func (v *NullableValue[T]) Unset()deprecated
- type PartitioningType
- type PartitioningUpdateType
- type UpdateIntakePayload
- func (o *UpdateIntakePayload) GetCatalog() (res UpdateIntakePayloadGetCatalogRetType)
- func (o *UpdateIntakePayload) GetCatalogOk() (ret UpdateIntakePayloadGetCatalogRetType, ok bool)
- func (o *UpdateIntakePayload) GetDescription() (res UpdateIntakePayloadGetDescriptionRetType)
- func (o *UpdateIntakePayload) GetDescriptionOk() (ret UpdateIntakePayloadGetDescriptionRetType, ok bool)
- func (o *UpdateIntakePayload) GetDisplayName() (res UpdateIntakePayloadGetDisplayNameRetType)
- func (o *UpdateIntakePayload) GetDisplayNameOk() (ret UpdateIntakePayloadGetDisplayNameRetType, ok bool)
- func (o *UpdateIntakePayload) GetIntakeRunnerId() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType)
- func (o *UpdateIntakePayload) GetIntakeRunnerIdOk() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType, ok bool)
- func (o *UpdateIntakePayload) GetLabels() (res UpdateIntakePayloadGetLabelsRetType)
- func (o *UpdateIntakePayload) GetLabelsOk() (ret UpdateIntakePayloadGetLabelsRetType, ok bool)
- func (o *UpdateIntakePayload) HasCatalog() bool
- func (o *UpdateIntakePayload) HasDescription() bool
- func (o *UpdateIntakePayload) HasDisplayName() bool
- func (o *UpdateIntakePayload) HasLabels() bool
- func (o *UpdateIntakePayload) SetCatalog(v UpdateIntakePayloadGetCatalogRetType)
- func (o *UpdateIntakePayload) SetDescription(v UpdateIntakePayloadGetDescriptionRetType)
- func (o *UpdateIntakePayload) SetDisplayName(v UpdateIntakePayloadGetDisplayNameRetType)
- func (o *UpdateIntakePayload) SetIntakeRunnerId(v UpdateIntakePayloadGetIntakeRunnerIdRetType)
- func (o *UpdateIntakePayload) SetLabels(v UpdateIntakePayloadGetLabelsRetType)
- func (o UpdateIntakePayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateIntakePayloadGetCatalogArgTypedeprecated
- type UpdateIntakePayloadGetCatalogAttributeType
- type UpdateIntakePayloadGetCatalogRetTypedeprecated
- type UpdateIntakePayloadGetDescriptionArgTypedeprecated
- type UpdateIntakePayloadGetDescriptionAttributeType
- type UpdateIntakePayloadGetDescriptionRetTypedeprecated
- type UpdateIntakePayloadGetDisplayNameArgTypedeprecated
- type UpdateIntakePayloadGetDisplayNameAttributeType
- type UpdateIntakePayloadGetDisplayNameRetTypedeprecated
- type UpdateIntakePayloadGetIntakeRunnerIdArgTypedeprecated
- type UpdateIntakePayloadGetIntakeRunnerIdAttributeType
- type UpdateIntakePayloadGetIntakeRunnerIdRetTypedeprecated
- type UpdateIntakePayloadGetLabelsArgTypedeprecated
- type UpdateIntakePayloadGetLabelsAttributeType
- type UpdateIntakePayloadGetLabelsRetTypedeprecated
- type UpdateIntakeRequestdeprecated
- type UpdateIntakeRunnerPayload
- func (o *UpdateIntakeRunnerPayload) GetDescription() (res UpdateIntakeRunnerPayloadGetDescriptionRetType)
- func (o *UpdateIntakeRunnerPayload) GetDescriptionOk() (ret UpdateIntakeRunnerPayloadGetDescriptionRetType, ok bool)
- func (o *UpdateIntakeRunnerPayload) GetDisplayName() (res UpdateIntakeRunnerPayloadGetDisplayNameRetType)
- func (o *UpdateIntakeRunnerPayload) GetDisplayNameOk() (ret UpdateIntakeRunnerPayloadGetDisplayNameRetType, ok bool)
- func (o *UpdateIntakeRunnerPayload) GetLabels() (res UpdateIntakeRunnerPayloadGetLabelsRetType)
- func (o *UpdateIntakeRunnerPayload) GetLabelsOk() (ret UpdateIntakeRunnerPayloadGetLabelsRetType, ok bool)
- func (o *UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB() (res UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
- func (o *UpdateIntakeRunnerPayload) GetMaxMessageSizeKiBOk() (ret UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType, ok bool)
- func (o *UpdateIntakeRunnerPayload) GetMaxMessagesPerHour() (res UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
- func (o *UpdateIntakeRunnerPayload) GetMaxMessagesPerHourOk() (ret UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType, ok bool)
- func (o *UpdateIntakeRunnerPayload) HasDescription() bool
- func (o *UpdateIntakeRunnerPayload) HasDisplayName() bool
- func (o *UpdateIntakeRunnerPayload) HasLabels() bool
- func (o *UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB() bool
- func (o *UpdateIntakeRunnerPayload) HasMaxMessagesPerHour() bool
- func (o *UpdateIntakeRunnerPayload) SetDescription(v UpdateIntakeRunnerPayloadGetDescriptionRetType)
- func (o *UpdateIntakeRunnerPayload) SetDisplayName(v UpdateIntakeRunnerPayloadGetDisplayNameRetType)
- func (o *UpdateIntakeRunnerPayload) SetLabels(v UpdateIntakeRunnerPayloadGetLabelsRetType)
- func (o *UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB(v UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
- func (o *UpdateIntakeRunnerPayload) SetMaxMessagesPerHour(v UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
- func (o UpdateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateIntakeRunnerPayloadGetDescriptionArgTypedeprecated
- type UpdateIntakeRunnerPayloadGetDescriptionAttributeType
- type UpdateIntakeRunnerPayloadGetDescriptionRetTypedeprecated
- type UpdateIntakeRunnerPayloadGetDisplayNameArgTypedeprecated
- type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType
- type UpdateIntakeRunnerPayloadGetDisplayNameRetTypedeprecated
- type UpdateIntakeRunnerPayloadGetLabelsArgTypedeprecated
- type UpdateIntakeRunnerPayloadGetLabelsAttributeType
- type UpdateIntakeRunnerPayloadGetLabelsRetTypedeprecated
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgTypedeprecated
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetTypedeprecated
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgTypedeprecated
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetTypedeprecated
- type UpdateIntakeRunnerRequestdeprecated
- type UpdateIntakeUserPayload
- func (o *UpdateIntakeUserPayload) GetDescription() (res UpdateIntakeUserPayloadGetDescriptionRetType)
- func (o *UpdateIntakeUserPayload) GetDescriptionOk() (ret UpdateIntakeUserPayloadGetDescriptionRetType, ok bool)
- func (o *UpdateIntakeUserPayload) GetDisplayName() (res UpdateIntakeUserPayloadGetDisplayNameRetType)
- func (o *UpdateIntakeUserPayload) GetDisplayNameOk() (ret UpdateIntakeUserPayloadGetDisplayNameRetType, ok bool)
- func (o *UpdateIntakeUserPayload) GetLabels() (res UpdateIntakeUserPayloadGetLabelsRetType)
- func (o *UpdateIntakeUserPayload) GetLabelsOk() (ret UpdateIntakeUserPayloadGetLabelsRetType, ok bool)
- func (o *UpdateIntakeUserPayload) GetPassword() (res UpdateIntakeUserPayloadGetPasswordRetType)
- func (o *UpdateIntakeUserPayload) GetPasswordOk() (ret UpdateIntakeUserPayloadGetPasswordRetType, ok bool)
- func (o *UpdateIntakeUserPayload) GetType() (res UpdateIntakeUserPayloadGetTypeRetType)
- func (o *UpdateIntakeUserPayload) GetTypeOk() (ret UpdateIntakeUserPayloadGetTypeRetType, ok bool)
- func (o *UpdateIntakeUserPayload) HasDescription() bool
- func (o *UpdateIntakeUserPayload) HasDisplayName() bool
- func (o *UpdateIntakeUserPayload) HasLabels() bool
- func (o *UpdateIntakeUserPayload) HasPassword() bool
- func (o *UpdateIntakeUserPayload) HasType() bool
- func (o *UpdateIntakeUserPayload) SetDescription(v UpdateIntakeUserPayloadGetDescriptionRetType)
- func (o *UpdateIntakeUserPayload) SetDisplayName(v UpdateIntakeUserPayloadGetDisplayNameRetType)
- func (o *UpdateIntakeUserPayload) SetLabels(v UpdateIntakeUserPayloadGetLabelsRetType)
- func (o *UpdateIntakeUserPayload) SetPassword(v UpdateIntakeUserPayloadGetPasswordRetType)
- func (o *UpdateIntakeUserPayload) SetType(v UpdateIntakeUserPayloadGetTypeRetType)
- func (o UpdateIntakeUserPayload) ToMap() (map[string]interface{}, error)deprecated
- type UpdateIntakeUserPayloadGetDescriptionArgTypedeprecated
- type UpdateIntakeUserPayloadGetDescriptionAttributeType
- type UpdateIntakeUserPayloadGetDescriptionRetTypedeprecated
- type UpdateIntakeUserPayloadGetDisplayNameArgTypedeprecated
- type UpdateIntakeUserPayloadGetDisplayNameAttributeType
- type UpdateIntakeUserPayloadGetDisplayNameRetTypedeprecated
- type UpdateIntakeUserPayloadGetLabelsArgTypedeprecated
- type UpdateIntakeUserPayloadGetLabelsAttributeType
- type UpdateIntakeUserPayloadGetLabelsRetTypedeprecated
- type UpdateIntakeUserPayloadGetPasswordArgTypedeprecated
- type UpdateIntakeUserPayloadGetPasswordAttributeType
- type UpdateIntakeUserPayloadGetPasswordRetTypedeprecated
- type UpdateIntakeUserPayloadGetTypeArgTypedeprecated
- type UpdateIntakeUserPayloadGetTypeAttributeType
- type UpdateIntakeUserPayloadGetTypeRetTypedeprecated
- type UpdateIntakeUserRequestdeprecated
- type UserType
Constants ¶
This section is empty.
Variables ¶
var AllowedCatalogAuthTypeEnumValues = []CatalogAuthType{
"none",
"dremio",
}
All allowed values of CatalogAuthType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedIntakeResponseStateEnumValues = []IntakeResponseState{
"reconciling",
"active",
"deleting",
"failed",
}
All allowed values of IntakeResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedIntakeRunnerResponseStateEnumValues = []IntakeRunnerResponseState{
"reconciling",
"active",
"deleting",
}
All allowed values of IntakeRunnerResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedIntakeUserResponseStateEnumValues = []IntakeUserResponseState{
"reconciling",
"active",
"deleting",
}
All allowed values of IntakeUserResponse enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPartitioningTypeEnumValues = []PartitioningType{
"none",
"intake-time",
"manual",
}
All allowed values of PartitioningType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedPartitioningUpdateTypeEnumValues = []PartitioningUpdateType{
"none",
"intake-time",
"manual",
}
All allowed values of PartitioningUpdateType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
var AllowedUserTypeEnumValues = []UserType{
"intake",
"dead-letter",
}
All allowed values of UserType enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func IsNil ¶
func IsNil(i interface{}) bool
IsNil checks if an input is nil Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func ParameterValueToString
deprecated
func PtrBool ¶
PtrBool is a helper routine that returns a pointer to given boolean value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt ¶
PtrInt is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt32 ¶
PtrInt32 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func PtrInt64 ¶
PtrInt64 is a helper routine that returns a pointer to given integer value. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Intake API API v1beta.3.5 In most cases there should be only one, shared, APIClient. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) CreateIntake
deprecated
func (a *APIClient) CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequest
CreateIntake: Method for CreateIntake
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiCreateIntakeRequest
func (*APIClient) CreateIntakeExecute
deprecated
func (*APIClient) CreateIntakeRunner
deprecated
func (a *APIClient) CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest
CreateIntakeRunner: Method for CreateIntakeRunner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiCreateIntakeRunnerRequest
func (*APIClient) CreateIntakeRunnerExecute
deprecated
func (*APIClient) CreateIntakeUser
deprecated
func (a *APIClient) CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest
CreateIntakeUser: Method for CreateIntakeUser
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @return ApiCreateIntakeUserRequest
func (*APIClient) CreateIntakeUserExecute
deprecated
func (*APIClient) DeleteIntake
deprecated
func (a *APIClient) DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
DeleteIntake: Method for DeleteIntake
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @return ApiDeleteIntakeRequest
func (*APIClient) DeleteIntakeRunner
deprecated
func (a *APIClient) DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
DeleteIntakeRunner: Method for DeleteIntakeRunner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeRunnerId The intake runner UUID. @return ApiDeleteIntakeRunnerRequest
func (*APIClient) DeleteIntakeRunnerExecute
deprecated
func (*APIClient) DeleteIntakeUser
deprecated
func (a *APIClient) DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest
DeleteIntakeUser: Method for DeleteIntakeUser
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @param intakeUserId The intake user UUID. @return ApiDeleteIntakeUserRequest
func (*APIClient) DeleteIntakeUserExecute
deprecated
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *config.Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*APIClient) GetIntake
deprecated
func (a *APIClient) GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest
GetIntake: Method for GetIntake
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @return ApiGetIntakeRequest
func (*APIClient) GetIntakeExecute
deprecated
func (*APIClient) GetIntakeRunner
deprecated
func (a *APIClient) GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest
GetIntakeRunner: Method for GetIntakeRunner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeRunnerId The intake runner UUID. @return ApiGetIntakeRunnerRequest
func (*APIClient) GetIntakeRunnerExecute
deprecated
func (*APIClient) GetIntakeUser
deprecated
func (a *APIClient) GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiGetIntakeUserRequest
GetIntakeUser: Method for GetIntakeUser
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @param intakeUserId The intake user UUID. @return ApiGetIntakeUserRequest
func (*APIClient) GetIntakeUserExecute
deprecated
func (*APIClient) ListIntakeRunners
deprecated
func (a *APIClient) ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest
ListIntakeRunners: Method for ListIntakeRunners
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiListIntakeRunnersRequest
func (*APIClient) ListIntakeRunnersExecute
deprecated
func (*APIClient) ListIntakeUsers
deprecated
func (a *APIClient) ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest
ListIntakeUsers: Method for ListIntakeUsers
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @return ApiListIntakeUsersRequest
func (*APIClient) ListIntakeUsersExecute
deprecated
func (*APIClient) ListIntakes
deprecated
func (a *APIClient) ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest
ListIntakes: Method for ListIntakes
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @return ApiListIntakesRequest
func (*APIClient) ListIntakesExecute
deprecated
func (*APIClient) UpdateIntake
deprecated
func (a *APIClient) UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest
UpdateIntake: Method for UpdateIntake
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @return ApiUpdateIntakeRequest
func (*APIClient) UpdateIntakeExecute
deprecated
func (*APIClient) UpdateIntakeRunner
deprecated
func (a *APIClient) UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
UpdateIntakeRunner: Method for UpdateIntakeRunner
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeRunnerId The intake runner UUID. @return ApiUpdateIntakeRunnerRequest
func (*APIClient) UpdateIntakeRunnerExecute
deprecated
func (*APIClient) UpdateIntakeUser
deprecated
func (a *APIClient) UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest
UpdateIntakeUser: Method for UpdateIntakeUser
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param projectId The STACKIT portal project UUID the resource is located in. @param regionId The STACKIT region name the resource is located in. @param intakeId The intake UUID. @param intakeUserId The intake user UUID. @return ApiUpdateIntakeUserRequest
func (*APIClient) UpdateIntakeUserExecute
deprecated
type ApiCreateIntakeRequest
deprecated
type ApiCreateIntakeRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateIntakeRunnerRequest
deprecated
type ApiCreateIntakeRunnerRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeRunnerResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiCreateIntakeUserRequest
deprecated
type ApiCreateIntakeUserRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeUserResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteIntakeRequest
deprecated
type ApiDeleteIntakeRequest interface {
// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Force(force bool) ApiDeleteIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteIntakeRunnerRequest
deprecated
type ApiDeleteIntakeRunnerRequest interface {
// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Force(force bool) ApiDeleteIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiDeleteIntakeUserRequest
deprecated
type ApiDeleteIntakeUserRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() error
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetIntakeRequest
deprecated
type ApiGetIntakeRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetIntakeRunnerRequest
deprecated
type ApiGetIntakeRunnerRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeRunnerResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiGetIntakeUserRequest
deprecated
type ApiGetIntakeUserRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeUserResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListIntakeRunnersRequest
deprecated
type ApiListIntakeRunnersRequest interface {
// A token to retrieve the next page of results.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageToken(pageToken string) ApiListIntakeRunnersRequest
// Maximum number of items to return
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageSize(pageSize int32) ApiListIntakeRunnersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListIntakeRunnersResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListIntakeUsersRequest
deprecated
type ApiListIntakeUsersRequest interface {
// A token to retrieve the next page of results.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageToken(pageToken string) ApiListIntakeUsersRequest
// Maximum number of items to return
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageSize(pageSize int32) ApiListIntakeUsersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListIntakeUsersResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiListIntakesRequest
deprecated
type ApiListIntakesRequest interface {
// A token to retrieve the next page of results.
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageToken(pageToken string) ApiListIntakesRequest
// Maximum number of items to return
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
PageSize(pageSize int32) ApiListIntakesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*ListIntakesResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateIntakeRequest
deprecated
type ApiUpdateIntakeRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateIntakeRunnerRequest
deprecated
type ApiUpdateIntakeRunnerRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeRunnerResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ApiUpdateIntakeUserRequest
deprecated
type ApiUpdateIntakeUserRequest interface {
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
Execute() (*IntakeUserResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuth ¶
type CatalogAuth struct {
Dremio CatalogAuthGetDremioAttributeType `json:"dremio,omitempty"`
// REQUIRED
Type CatalogAuthGetTypeAttributeType `json:"type" required:"true"`
}
CatalogAuth Configures authentication for the Iceberg catalog Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCatalogAuth ¶
func NewCatalogAuth(types CatalogAuthGetTypeArgType) *CatalogAuth
NewCatalogAuth instantiates a new CatalogAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCatalogAuthWithDefaults ¶
func NewCatalogAuthWithDefaults() *CatalogAuth
NewCatalogAuthWithDefaults instantiates a new CatalogAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) GetDremio ¶
func (o *CatalogAuth) GetDremio() (res CatalogAuthGetDremioRetType)
GetDremio returns the Dremio field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) GetDremioOk ¶
func (o *CatalogAuth) GetDremioOk() (ret CatalogAuthGetDremioRetType, ok bool)
GetDremioOk returns a tuple with the Dremio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) GetType ¶
func (o *CatalogAuth) GetType() (ret CatalogAuthGetTypeRetType)
GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) GetTypeOk ¶
func (o *CatalogAuth) GetTypeOk() (ret CatalogAuthGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) HasDremio ¶
func (o *CatalogAuth) HasDremio() bool
HasDremio returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) SetDremio ¶
func (o *CatalogAuth) SetDremio(v CatalogAuthGetDremioRetType)
SetDremio gets a reference to the given DremioAuth and assigns it to the Dremio field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuth) SetType ¶
func (o *CatalogAuth) SetType(v CatalogAuthGetTypeRetType)
SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CatalogAuth) ToMap
deprecated
func (o CatalogAuth) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetDremioArgType
deprecated
type CatalogAuthGetDremioArgType = DremioAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetDremioAttributeType ¶
type CatalogAuthGetDremioAttributeType = *DremioAuth
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetDremioRetType
deprecated
type CatalogAuthGetDremioRetType = DremioAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetTypeArgType
deprecated
type CatalogAuthGetTypeArgType = CatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetTypeAttributeType ¶
type CatalogAuthGetTypeAttributeType = *CatalogAuthType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthGetTypeRetType
deprecated
type CatalogAuthGetTypeRetType = CatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatch ¶
type CatalogAuthPatch struct {
Dremio CatalogAuthPatchGetDremioAttributeType `json:"dremio,omitempty"`
Type CatalogAuthPatchGetTypeAttributeType `json:"type,omitempty"`
}
CatalogAuthPatch Configures authentication for the Iceberg catalog Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCatalogAuthPatch ¶
func NewCatalogAuthPatch() *CatalogAuthPatch
NewCatalogAuthPatch instantiates a new CatalogAuthPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCatalogAuthPatchWithDefaults ¶
func NewCatalogAuthPatchWithDefaults() *CatalogAuthPatch
NewCatalogAuthPatchWithDefaults instantiates a new CatalogAuthPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) GetDremio ¶
func (o *CatalogAuthPatch) GetDremio() (res CatalogAuthPatchGetDremioRetType)
GetDremio returns the Dremio field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) GetDremioOk ¶
func (o *CatalogAuthPatch) GetDremioOk() (ret CatalogAuthPatchGetDremioRetType, ok bool)
GetDremioOk returns a tuple with the Dremio field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) GetType ¶
func (o *CatalogAuthPatch) GetType() (res CatalogAuthPatchGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) GetTypeOk ¶
func (o *CatalogAuthPatch) GetTypeOk() (ret CatalogAuthPatchGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) HasDremio ¶
func (o *CatalogAuthPatch) HasDremio() bool
HasDremio returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) HasType ¶
func (o *CatalogAuthPatch) HasType() bool
HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) SetDremio ¶
func (o *CatalogAuthPatch) SetDremio(v CatalogAuthPatchGetDremioRetType)
SetDremio gets a reference to the given DremioAuthPatch and assigns it to the Dremio field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthPatch) SetType ¶
func (o *CatalogAuthPatch) SetType(v CatalogAuthPatchGetTypeRetType)
SetType gets a reference to the given CatalogAuthType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CatalogAuthPatch) ToMap
deprecated
func (o CatalogAuthPatch) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetDremioArgType
deprecated
type CatalogAuthPatchGetDremioArgType = DremioAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetDremioAttributeType ¶
type CatalogAuthPatchGetDremioAttributeType = *DremioAuthPatch
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetDremioRetType
deprecated
type CatalogAuthPatchGetDremioRetType = DremioAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetTypeArgType
deprecated
type CatalogAuthPatchGetTypeArgType = CatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetTypeAttributeType ¶
type CatalogAuthPatchGetTypeAttributeType = *CatalogAuthType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthPatchGetTypeRetType
deprecated
type CatalogAuthPatchGetTypeRetType = CatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CatalogAuthType ¶
type CatalogAuthType string
CatalogAuthType Means of authentication for catalog requests Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CATALOGAUTHTYPE_NONE CatalogAuthType = "none" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead CATALOGAUTHTYPE_DREMIO CatalogAuthType = "dremio" )
List of catalogAuthType
func NewCatalogAuthTypeFromValue ¶
func NewCatalogAuthTypeFromValue(v string) (*CatalogAuthType, error)
NewCatalogAuthTypeFromValue returns a pointer to a valid CatalogAuthType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CatalogAuthType) IsValid ¶
func (v CatalogAuthType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CatalogAuthType) Ptr ¶
func (v CatalogAuthType) Ptr() *CatalogAuthType
Ptr returns reference to catalogAuthType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CatalogAuthType) UnmarshalJSON
deprecated
func (v *CatalogAuthType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfig ¶
type ClientConfig struct {
// Configuration for Java Kafka clients.
// REQUIRED
Java ClientConfigGetJavaAttributeType `json:"java" required:"true"`
// Configuration for Kafka clients using librdkafka
// REQUIRED
Librdkafka ClientConfigGetLibrdkafkaAttributeType `json:"librdkafka" required:"true"`
}
ClientConfig Configuration properties for supported clients. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewClientConfig ¶
func NewClientConfig(java ClientConfigGetJavaArgType, librdkafka ClientConfigGetLibrdkafkaArgType) *ClientConfig
NewClientConfig instantiates a new ClientConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewClientConfigWithDefaults ¶
func NewClientConfigWithDefaults() *ClientConfig
NewClientConfigWithDefaults instantiates a new ClientConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) GetJava ¶
func (o *ClientConfig) GetJava() (ret ClientConfigGetJavaRetType)
GetJava returns the Java field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) GetJavaOk ¶
func (o *ClientConfig) GetJavaOk() (ret ClientConfigGetJavaRetType, ok bool)
GetJavaOk returns a tuple with the Java field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) GetLibrdkafka ¶
func (o *ClientConfig) GetLibrdkafka() (ret ClientConfigGetLibrdkafkaRetType)
GetLibrdkafka returns the Librdkafka field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) GetLibrdkafkaOk ¶
func (o *ClientConfig) GetLibrdkafkaOk() (ret ClientConfigGetLibrdkafkaRetType, ok bool)
GetLibrdkafkaOk returns a tuple with the Librdkafka field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) SetJava ¶
func (o *ClientConfig) SetJava(v ClientConfigGetJavaRetType)
SetJava sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ClientConfig) SetLibrdkafka ¶
func (o *ClientConfig) SetLibrdkafka(v ClientConfigGetLibrdkafkaRetType)
SetLibrdkafka sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ClientConfig) ToMap
deprecated
func (o ClientConfig) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetJavaArgType
deprecated
type ClientConfigGetJavaArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetJavaAttributeType ¶
type ClientConfigGetJavaAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetJavaRetType
deprecated
type ClientConfigGetJavaRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetLibrdkafkaArgType
deprecated
type ClientConfigGetLibrdkafkaArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetLibrdkafkaAttributeType ¶
type ClientConfigGetLibrdkafkaAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ClientConfigGetLibrdkafkaRetType
deprecated
type ClientConfigGetLibrdkafkaRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayload ¶
type CreateIntakePayload struct {
// REQUIRED
Catalog CreateIntakePayloadGetCatalogAttributeType `json:"catalog" required:"true"`
// The description is a longer text chosen by the user to provide more context for the resource.
Description CreateIntakePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName CreateIntakePayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// The unique id of the intake runner this intake should run on.
// REQUIRED
IntakeRunnerId CreateIntakePayloadGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
// Labels are a set of key-value pairs assigned to resources.
Labels CreateIntakePayloadGetLabelsAttributeType `json:"labels,omitempty"`
}
CreateIntakePayload struct for CreateIntakePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakePayload ¶
func NewCreateIntakePayload(catalog CreateIntakePayloadGetCatalogArgType, displayName CreateIntakePayloadGetDisplayNameArgType, intakeRunnerId CreateIntakePayloadGetIntakeRunnerIdArgType) *CreateIntakePayload
NewCreateIntakePayload instantiates a new CreateIntakePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakePayloadWithDefaults ¶
func NewCreateIntakePayloadWithDefaults() *CreateIntakePayload
NewCreateIntakePayloadWithDefaults instantiates a new CreateIntakePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetCatalog ¶
func (o *CreateIntakePayload) GetCatalog() (ret CreateIntakePayloadGetCatalogRetType)
GetCatalog returns the Catalog field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetCatalogOk ¶
func (o *CreateIntakePayload) GetCatalogOk() (ret CreateIntakePayloadGetCatalogRetType, ok bool)
GetCatalogOk returns a tuple with the Catalog field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetDescription ¶
func (o *CreateIntakePayload) GetDescription() (res CreateIntakePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetDescriptionOk ¶
func (o *CreateIntakePayload) GetDescriptionOk() (ret CreateIntakePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetDisplayName ¶
func (o *CreateIntakePayload) GetDisplayName() (ret CreateIntakePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetDisplayNameOk ¶
func (o *CreateIntakePayload) GetDisplayNameOk() (ret CreateIntakePayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetIntakeRunnerId ¶
func (o *CreateIntakePayload) GetIntakeRunnerId() (ret CreateIntakePayloadGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetIntakeRunnerIdOk ¶
func (o *CreateIntakePayload) GetIntakeRunnerIdOk() (ret CreateIntakePayloadGetIntakeRunnerIdRetType, ok bool)
GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetLabels ¶
func (o *CreateIntakePayload) GetLabels() (res CreateIntakePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) GetLabelsOk ¶
func (o *CreateIntakePayload) GetLabelsOk() (ret CreateIntakePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) HasDescription ¶
func (o *CreateIntakePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) HasLabels ¶
func (o *CreateIntakePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) SetCatalog ¶
func (o *CreateIntakePayload) SetCatalog(v CreateIntakePayloadGetCatalogRetType)
SetCatalog sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) SetDescription ¶
func (o *CreateIntakePayload) SetDescription(v CreateIntakePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) SetDisplayName ¶
func (o *CreateIntakePayload) SetDisplayName(v CreateIntakePayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) SetIntakeRunnerId ¶
func (o *CreateIntakePayload) SetIntakeRunnerId(v CreateIntakePayloadGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakePayload) SetLabels ¶
func (o *CreateIntakePayload) SetLabels(v CreateIntakePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakePayload) ToMap
deprecated
func (o CreateIntakePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetCatalogArgType
deprecated
type CreateIntakePayloadGetCatalogArgType = IntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetCatalogAttributeType ¶
type CreateIntakePayloadGetCatalogAttributeType = *IntakeCatalog
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetCatalogRetType
deprecated
type CreateIntakePayloadGetCatalogRetType = IntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDescriptionArgType
deprecated
type CreateIntakePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDescriptionAttributeType ¶
type CreateIntakePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDescriptionRetType
deprecated
type CreateIntakePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDisplayNameArgType
deprecated
type CreateIntakePayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDisplayNameAttributeType ¶
type CreateIntakePayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetDisplayNameRetType
deprecated
type CreateIntakePayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetIntakeRunnerIdArgType
deprecated
type CreateIntakePayloadGetIntakeRunnerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetIntakeRunnerIdAttributeType ¶
type CreateIntakePayloadGetIntakeRunnerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetIntakeRunnerIdRetType
deprecated
type CreateIntakePayloadGetIntakeRunnerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetLabelsArgType
deprecated
type CreateIntakePayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakePayloadGetLabelsRetType
deprecated
type CreateIntakeRequest
deprecated
type CreateIntakeRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeRequest) CreateIntakePayload
deprecated
func (r CreateIntakeRequest) CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeRequest) Execute
deprecated
func (r CreateIntakeRequest) Execute() (*IntakeResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayload ¶
type CreateIntakeRunnerPayload struct {
// The description is a longer text chosen by the user to provide more context for the resource.
Description CreateIntakeRunnerPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName CreateIntakeRunnerPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// Labels are a set of key-value pairs assigned to resources.
Labels CreateIntakeRunnerPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
// REQUIRED
MaxMessageSizeKiB CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB" required:"true"`
// The maximum number of messages per hour.
// REQUIRED
MaxMessagesPerHour CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour" required:"true"`
}
CreateIntakeRunnerPayload struct for CreateIntakeRunnerPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakeRunnerPayload ¶
func NewCreateIntakeRunnerPayload(displayName CreateIntakeRunnerPayloadGetDisplayNameArgType, maxMessageSizeKiB CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType, maxMessagesPerHour CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType) *CreateIntakeRunnerPayload
NewCreateIntakeRunnerPayload instantiates a new CreateIntakeRunnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakeRunnerPayloadWithDefaults ¶
func NewCreateIntakeRunnerPayloadWithDefaults() *CreateIntakeRunnerPayload
NewCreateIntakeRunnerPayloadWithDefaults instantiates a new CreateIntakeRunnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetDescription ¶
func (o *CreateIntakeRunnerPayload) GetDescription() (res CreateIntakeRunnerPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetDescriptionOk ¶
func (o *CreateIntakeRunnerPayload) GetDescriptionOk() (ret CreateIntakeRunnerPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetDisplayName ¶
func (o *CreateIntakeRunnerPayload) GetDisplayName() (ret CreateIntakeRunnerPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetDisplayNameOk ¶
func (o *CreateIntakeRunnerPayload) GetDisplayNameOk() (ret CreateIntakeRunnerPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetLabels ¶
func (o *CreateIntakeRunnerPayload) GetLabels() (res CreateIntakeRunnerPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetLabelsOk ¶
func (o *CreateIntakeRunnerPayload) GetLabelsOk() (ret CreateIntakeRunnerPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetMaxMessageSizeKiB ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessageSizeKiB() (ret CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetMaxMessageSizeKiBOk ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessageSizeKiBOk() (ret CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType, ok bool)
GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetMaxMessagesPerHour ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessagesPerHour() (ret CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) GetMaxMessagesPerHourOk ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessagesPerHourOk() (ret CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType, ok bool)
GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) HasDescription ¶
func (o *CreateIntakeRunnerPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) HasLabels ¶
func (o *CreateIntakeRunnerPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) SetDescription ¶
func (o *CreateIntakeRunnerPayload) SetDescription(v CreateIntakeRunnerPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) SetDisplayName ¶
func (o *CreateIntakeRunnerPayload) SetDisplayName(v CreateIntakeRunnerPayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) SetLabels ¶
func (o *CreateIntakeRunnerPayload) SetLabels(v CreateIntakeRunnerPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) SetMaxMessageSizeKiB ¶
func (o *CreateIntakeRunnerPayload) SetMaxMessageSizeKiB(v CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeRunnerPayload) SetMaxMessagesPerHour ¶
func (o *CreateIntakeRunnerPayload) SetMaxMessagesPerHour(v CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeRunnerPayload) ToMap
deprecated
func (o CreateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDescriptionArgType
deprecated
type CreateIntakeRunnerPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDescriptionAttributeType ¶
type CreateIntakeRunnerPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDescriptionRetType
deprecated
type CreateIntakeRunnerPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDisplayNameArgType
deprecated
type CreateIntakeRunnerPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDisplayNameAttributeType ¶
type CreateIntakeRunnerPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetDisplayNameRetType
deprecated
type CreateIntakeRunnerPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetLabelsArgType
deprecated
type CreateIntakeRunnerPayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetLabelsRetType
deprecated
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType
deprecated
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType ¶
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType
deprecated
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType
deprecated
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType ¶
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType
deprecated
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeRunnerRequest
deprecated
type CreateIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeRunnerRequest) CreateIntakeRunnerPayload
deprecated
func (r CreateIntakeRunnerRequest) CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeRunnerRequest) Execute
deprecated
func (r CreateIntakeRunnerRequest) Execute() (*IntakeRunnerResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayload ¶
type CreateIntakeUserPayload struct {
// The description is a longer text chosen by the user to provide more context for the resource.
Description CreateIntakeUserPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName CreateIntakeUserPayloadGetDisplayNameAttributeType `json:"displayName" required:"true"`
// Labels are key-value pairs associated with the resource.
Labels CreateIntakeUserPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// A password chosen by the user. The password must consist of at least of each of these categories: * lower case letter * upper case letter * number * other character
// REQUIRED
Password CreateIntakeUserPayloadGetPasswordAttributeType `json:"password" required:"true"`
Type CreateIntakeUserPayloadGetTypeAttributeType `json:"type,omitempty"`
}
CreateIntakeUserPayload struct for CreateIntakeUserPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakeUserPayload ¶
func NewCreateIntakeUserPayload(displayName CreateIntakeUserPayloadGetDisplayNameArgType, password CreateIntakeUserPayloadGetPasswordArgType) *CreateIntakeUserPayload
NewCreateIntakeUserPayload instantiates a new CreateIntakeUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewCreateIntakeUserPayloadWithDefaults ¶
func NewCreateIntakeUserPayloadWithDefaults() *CreateIntakeUserPayload
NewCreateIntakeUserPayloadWithDefaults instantiates a new CreateIntakeUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetDescription ¶
func (o *CreateIntakeUserPayload) GetDescription() (res CreateIntakeUserPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetDescriptionOk ¶
func (o *CreateIntakeUserPayload) GetDescriptionOk() (ret CreateIntakeUserPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetDisplayName ¶
func (o *CreateIntakeUserPayload) GetDisplayName() (ret CreateIntakeUserPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetDisplayNameOk ¶
func (o *CreateIntakeUserPayload) GetDisplayNameOk() (ret CreateIntakeUserPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetLabels ¶
func (o *CreateIntakeUserPayload) GetLabels() (res CreateIntakeUserPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetLabelsOk ¶
func (o *CreateIntakeUserPayload) GetLabelsOk() (ret CreateIntakeUserPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetPassword ¶
func (o *CreateIntakeUserPayload) GetPassword() (ret CreateIntakeUserPayloadGetPasswordRetType)
GetPassword returns the Password field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetPasswordOk ¶
func (o *CreateIntakeUserPayload) GetPasswordOk() (ret CreateIntakeUserPayloadGetPasswordRetType, ok bool)
GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetType ¶
func (o *CreateIntakeUserPayload) GetType() (res CreateIntakeUserPayloadGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) GetTypeOk ¶
func (o *CreateIntakeUserPayload) GetTypeOk() (ret CreateIntakeUserPayloadGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) HasDescription ¶
func (o *CreateIntakeUserPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) HasLabels ¶
func (o *CreateIntakeUserPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) HasType ¶
func (o *CreateIntakeUserPayload) HasType() bool
HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) SetDescription ¶
func (o *CreateIntakeUserPayload) SetDescription(v CreateIntakeUserPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) SetDisplayName ¶
func (o *CreateIntakeUserPayload) SetDisplayName(v CreateIntakeUserPayloadGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) SetLabels ¶
func (o *CreateIntakeUserPayload) SetLabels(v CreateIntakeUserPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) SetPassword ¶
func (o *CreateIntakeUserPayload) SetPassword(v CreateIntakeUserPayloadGetPasswordRetType)
SetPassword sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*CreateIntakeUserPayload) SetType ¶
func (o *CreateIntakeUserPayload) SetType(v CreateIntakeUserPayloadGetTypeRetType)
SetType gets a reference to the given UserType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeUserPayload) ToMap
deprecated
func (o CreateIntakeUserPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDescriptionArgType
deprecated
type CreateIntakeUserPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDescriptionAttributeType ¶
type CreateIntakeUserPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDescriptionRetType
deprecated
type CreateIntakeUserPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDisplayNameArgType
deprecated
type CreateIntakeUserPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDisplayNameAttributeType ¶
type CreateIntakeUserPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetDisplayNameRetType
deprecated
type CreateIntakeUserPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetLabelsArgType
deprecated
type CreateIntakeUserPayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetLabelsRetType
deprecated
type CreateIntakeUserPayloadGetPasswordArgType
deprecated
type CreateIntakeUserPayloadGetPasswordArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetPasswordAttributeType ¶
type CreateIntakeUserPayloadGetPasswordAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetPasswordRetType
deprecated
type CreateIntakeUserPayloadGetPasswordRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetTypeArgType
deprecated
type CreateIntakeUserPayloadGetTypeArgType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetTypeAttributeType ¶
type CreateIntakeUserPayloadGetTypeAttributeType = *UserType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserPayloadGetTypeRetType
deprecated
type CreateIntakeUserPayloadGetTypeRetType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type CreateIntakeUserRequest
deprecated
type CreateIntakeUserRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeUserRequest) CreateIntakeUserPayload
deprecated
func (r CreateIntakeUserRequest) CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (CreateIntakeUserRequest) Execute
deprecated
func (r CreateIntakeUserRequest) Execute() (*IntakeUserResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApi
deprecated
type DefaultApi interface {
/*
CreateIntake Method for CreateIntake
Creates a new intake within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiCreateIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequest
/*
CreateIntakeExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return IntakeResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntakeExecute(ctx context.Context, projectId string, regionId string) (*IntakeResponse, error)
/*
CreateIntakeRunner Method for CreateIntakeRunner
Creates a new intake runner within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiCreateIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest
/*
CreateIntakeRunnerExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return IntakeRunnerResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string) (*IntakeRunnerResponse, error)
/*
CreateIntakeUser Method for CreateIntakeUser
Creates a new user for this intake.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiCreateIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest
/*
CreateIntakeUserExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return IntakeUserResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
CreateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeUserResponse, error)
/*
DeleteIntake Method for DeleteIntake
Deletes the given intake.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiDeleteIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
/*
DeleteIntakeExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) error
/*
DeleteIntakeRunner Method for DeleteIntakeRunner
Deletes the given intake runner.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiDeleteIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
/*
DeleteIntakeRunnerExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) error
/*
DeleteIntakeUser Method for DeleteIntakeUser
Deletes the given intake user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiDeleteIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest
/*
DeleteIntakeUserExecute executes the request
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
DeleteIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) error
/*
GetIntake Method for GetIntake
Returns the details for the given intake.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiGetIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest
/*
GetIntakeExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return IntakeResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
/*
GetIntakeRunner Method for GetIntakeRunner
Returns the details for the given intake runner.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiGetIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest
/*
GetIntakeRunnerExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return IntakeRunnerResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)
/*
GetIntakeUser Method for GetIntakeUser
Returns the details for the given user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiGetIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiGetIntakeUserRequest
/*
GetIntakeUserExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return IntakeUserResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
GetIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)
/*
ListIntakeRunners Method for ListIntakeRunners
Returns a list of all intake runners within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiListIntakeRunnersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest
/*
ListIntakeRunnersExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ListIntakeRunnersResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakeRunnersExecute(ctx context.Context, projectId string, regionId string) (*ListIntakeRunnersResponse, error)
/*
ListIntakeUsers Method for ListIntakeUsers
Returns a list of all intake users within the project and intake.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiListIntakeUsersRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest
/*
ListIntakeUsersExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ListIntakeUsersResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakeUsersExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*ListIntakeUsersResponse, error)
/*
ListIntakes Method for ListIntakes
Returns a list of all intakes within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ApiListIntakesRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest
/*
ListIntakesExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@return ListIntakesResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
ListIntakesExecute(ctx context.Context, projectId string, regionId string) (*ListIntakesResponse, error)
/*
UpdateIntake Method for UpdateIntake
Updates the given intake.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return ApiUpdateIntakeRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest
/*
UpdateIntakeExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@return IntakeResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
/*
UpdateIntakeRunner Method for UpdateIntakeRunner
Updates a intake runner within the project.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return ApiUpdateIntakeRunnerRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
/*
UpdateIntakeRunnerExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeRunnerId The intake runner UUID.
@return IntakeRunnerResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)
/*
UpdateIntakeUser Method for UpdateIntakeUser
Updates the given intake user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return ApiUpdateIntakeUserRequest
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest
/*
UpdateIntakeUserExecute executes the request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param projectId The STACKIT portal project UUID the resource is located in.
@param regionId The STACKIT region name the resource is located in.
@param intakeId The intake UUID.
@param intakeUserId The intake user UUID.
@return IntakeUserResponse
// Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
*/
UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) (*IntakeUserResponse, error)
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DefaultApiService ¶
type DefaultApiService service
DefaultApiService DefaultApi service Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteIntakeRequest
deprecated
type DeleteIntakeRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteIntakeRequest) Execute
deprecated
func (r DeleteIntakeRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteIntakeRequest) Force ¶
func (r DeleteIntakeRequest) Force(force bool) ApiDeleteIntakeRequest
If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteIntakeRunnerRequest
deprecated
type DeleteIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteIntakeRunnerRequest) Execute
deprecated
func (r DeleteIntakeRunnerRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteIntakeRunnerRequest) Force ¶
func (r DeleteIntakeRunnerRequest) Force(force bool) ApiDeleteIntakeRunnerRequest
If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DeleteIntakeUserRequest
deprecated
type DeleteIntakeUserRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DeleteIntakeUserRequest) Execute
deprecated
func (r DeleteIntakeUserRequest) Execute() error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuth ¶
type DremioAuth struct {
// A Dremio personal access token for authentication
// REQUIRED
PersonalAccessToken DremioAuthGetPersonalAccessTokenAttributeType `json:"personalAccessToken" required:"true"`
// The URL to the Dremio instance's OAuth 2.0 token endpoint
// REQUIRED
TokenEndpoint DremioAuthGetTokenEndpointAttributeType `json:"tokenEndpoint" required:"true"`
}
DremioAuth struct for DremioAuth Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewDremioAuth ¶
func NewDremioAuth(personalAccessToken DremioAuthGetPersonalAccessTokenArgType, tokenEndpoint DremioAuthGetTokenEndpointArgType) *DremioAuth
NewDremioAuth instantiates a new DremioAuth object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewDremioAuthWithDefaults ¶
func NewDremioAuthWithDefaults() *DremioAuth
NewDremioAuthWithDefaults instantiates a new DremioAuth object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) GetPersonalAccessToken ¶
func (o *DremioAuth) GetPersonalAccessToken() (ret DremioAuthGetPersonalAccessTokenRetType)
GetPersonalAccessToken returns the PersonalAccessToken field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) GetPersonalAccessTokenOk ¶
func (o *DremioAuth) GetPersonalAccessTokenOk() (ret DremioAuthGetPersonalAccessTokenRetType, ok bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) GetTokenEndpoint ¶
func (o *DremioAuth) GetTokenEndpoint() (ret DremioAuthGetTokenEndpointRetType)
GetTokenEndpoint returns the TokenEndpoint field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) GetTokenEndpointOk ¶
func (o *DremioAuth) GetTokenEndpointOk() (ret DremioAuthGetTokenEndpointRetType, ok bool)
GetTokenEndpointOk returns a tuple with the TokenEndpoint field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) SetPersonalAccessToken ¶
func (o *DremioAuth) SetPersonalAccessToken(v DremioAuthGetPersonalAccessTokenRetType)
SetPersonalAccessToken sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuth) SetTokenEndpoint ¶
func (o *DremioAuth) SetTokenEndpoint(v DremioAuthGetTokenEndpointRetType)
SetTokenEndpoint sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DremioAuth) ToMap
deprecated
func (o DremioAuth) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetPersonalAccessTokenArgType
deprecated
type DremioAuthGetPersonalAccessTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetPersonalAccessTokenAttributeType ¶
type DremioAuthGetPersonalAccessTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetPersonalAccessTokenRetType
deprecated
type DremioAuthGetPersonalAccessTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetTokenEndpointArgType
deprecated
type DremioAuthGetTokenEndpointArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetTokenEndpointAttributeType ¶
type DremioAuthGetTokenEndpointAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthGetTokenEndpointRetType
deprecated
type DremioAuthGetTokenEndpointRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatch ¶
type DremioAuthPatch struct {
// A Dremio personal access token for authentication
PersonalAccessToken DremioAuthPatchGetPersonalAccessTokenAttributeType `json:"personalAccessToken,omitempty"`
// The URL to the Dremio instance's OAuth 2.0 token endpoint
TokenEndpoint DremioAuthPatchGetTokenEndpointAttributeType `json:"tokenEndpoint,omitempty"`
}
DremioAuthPatch struct for DremioAuthPatch Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewDremioAuthPatch ¶
func NewDremioAuthPatch() *DremioAuthPatch
NewDremioAuthPatch instantiates a new DremioAuthPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewDremioAuthPatchWithDefaults ¶
func NewDremioAuthPatchWithDefaults() *DremioAuthPatch
NewDremioAuthPatchWithDefaults instantiates a new DremioAuthPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) GetPersonalAccessToken ¶
func (o *DremioAuthPatch) GetPersonalAccessToken() (res DremioAuthPatchGetPersonalAccessTokenRetType)
GetPersonalAccessToken returns the PersonalAccessToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) GetPersonalAccessTokenOk ¶
func (o *DremioAuthPatch) GetPersonalAccessTokenOk() (ret DremioAuthPatchGetPersonalAccessTokenRetType, ok bool)
GetPersonalAccessTokenOk returns a tuple with the PersonalAccessToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) GetTokenEndpoint ¶
func (o *DremioAuthPatch) GetTokenEndpoint() (res DremioAuthPatchGetTokenEndpointRetType)
GetTokenEndpoint returns the TokenEndpoint field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) GetTokenEndpointOk ¶
func (o *DremioAuthPatch) GetTokenEndpointOk() (ret DremioAuthPatchGetTokenEndpointRetType, ok bool)
GetTokenEndpointOk returns a tuple with the TokenEndpoint field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) HasPersonalAccessToken ¶
func (o *DremioAuthPatch) HasPersonalAccessToken() bool
HasPersonalAccessToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) HasTokenEndpoint ¶
func (o *DremioAuthPatch) HasTokenEndpoint() bool
HasTokenEndpoint returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) SetPersonalAccessToken ¶
func (o *DremioAuthPatch) SetPersonalAccessToken(v DremioAuthPatchGetPersonalAccessTokenRetType)
SetPersonalAccessToken gets a reference to the given string and assigns it to the PersonalAccessToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*DremioAuthPatch) SetTokenEndpoint ¶
func (o *DremioAuthPatch) SetTokenEndpoint(v DremioAuthPatchGetTokenEndpointRetType)
SetTokenEndpoint gets a reference to the given string and assigns it to the TokenEndpoint field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (DremioAuthPatch) ToMap
deprecated
func (o DremioAuthPatch) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetPersonalAccessTokenArgType
deprecated
type DremioAuthPatchGetPersonalAccessTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetPersonalAccessTokenAttributeType ¶
type DremioAuthPatchGetPersonalAccessTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetPersonalAccessTokenRetType
deprecated
type DremioAuthPatchGetPersonalAccessTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetTokenEndpointArgType
deprecated
type DremioAuthPatchGetTokenEndpointArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetTokenEndpointAttributeType ¶
type DremioAuthPatchGetTokenEndpointAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type DremioAuthPatchGetTokenEndpointRetType
deprecated
type DremioAuthPatchGetTokenEndpointRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetIntakeRequest
deprecated
type GetIntakeRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetIntakeRequest) Execute
deprecated
func (r GetIntakeRequest) Execute() (*IntakeResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetIntakeRunnerRequest
deprecated
type GetIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetIntakeRunnerRequest) Execute
deprecated
func (r GetIntakeRunnerRequest) Execute() (*IntakeRunnerResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type GetIntakeUserRequest
deprecated
type GetIntakeUserRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (GetIntakeUserRequest) Execute
deprecated
func (r GetIntakeUserRequest) Execute() (*IntakeUserResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalog ¶
type IntakeCatalog struct {
Auth IntakeCatalogGetAuthAttributeType `json:"auth,omitempty"`
// The namespace to which data shall be written. It will be automatically created, if it does not exist.
Namespace IntakeCatalogGetNamespaceAttributeType `json:"namespace,omitempty"`
// List of Iceberg partitioning expressions to use when creating the target table. This setting can only be used when `partitioning` is set to `manual`. Partitioning configuration of an Intake can be changed after creation, but will only take effect once the table has been changed as well. In case of not updating the table to a new one, the old partitioning configuration will remain. See the [Apache Iceberg spec](https://iceberg.apache.org/spec/#partitioning) for more details.
PartitionBy IntakeCatalogGetPartitionByAttributeType `json:"partitionBy,omitempty"`
Partitioning IntakeCatalogGetPartitioningAttributeType `json:"partitioning,omitempty"`
// The table name is a short name chosen by the user to identify the table in Iceberg.
TableName IntakeCatalogGetTableNameAttributeType `json:"tableName,omitempty"`
// The URI to the Iceberg catalog endpoint
// REQUIRED
Uri IntakeCatalogGetUriAttributeType `json:"uri" required:"true"`
// The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.
// REQUIRED
Warehouse IntakeCatalogGetWarehouseAttributeType `json:"warehouse" required:"true"`
}
IntakeCatalog The Iceberg catalog configuration Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeCatalog ¶
func NewIntakeCatalog(uri IntakeCatalogGetUriArgType, warehouse IntakeCatalogGetWarehouseArgType) *IntakeCatalog
NewIntakeCatalog instantiates a new IntakeCatalog object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeCatalogWithDefaults ¶
func NewIntakeCatalogWithDefaults() *IntakeCatalog
NewIntakeCatalogWithDefaults instantiates a new IntakeCatalog object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetAuth ¶
func (o *IntakeCatalog) GetAuth() (res IntakeCatalogGetAuthRetType)
GetAuth returns the Auth field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetAuthOk ¶
func (o *IntakeCatalog) GetAuthOk() (ret IntakeCatalogGetAuthRetType, ok bool)
GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetNamespace ¶
func (o *IntakeCatalog) GetNamespace() (res IntakeCatalogGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetNamespaceOk ¶
func (o *IntakeCatalog) GetNamespaceOk() (ret IntakeCatalogGetNamespaceRetType, ok bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetPartitionBy ¶
func (o *IntakeCatalog) GetPartitionBy() (res IntakeCatalogGetPartitionByRetType)
GetPartitionBy returns the PartitionBy field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetPartitionByOk ¶
func (o *IntakeCatalog) GetPartitionByOk() (ret IntakeCatalogGetPartitionByRetType, ok bool)
GetPartitionByOk returns a tuple with the PartitionBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetPartitioning ¶ added in v0.1.2
func (o *IntakeCatalog) GetPartitioning() (res IntakeCatalogGetPartitioningRetType)
GetPartitioning returns the Partitioning field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetPartitioningOk ¶ added in v0.1.2
func (o *IntakeCatalog) GetPartitioningOk() (ret IntakeCatalogGetPartitioningRetType, ok bool)
GetPartitioningOk returns a tuple with the Partitioning field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetTableName ¶
func (o *IntakeCatalog) GetTableName() (res IntakeCatalogGetTableNameRetType)
GetTableName returns the TableName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetTableNameOk ¶
func (o *IntakeCatalog) GetTableNameOk() (ret IntakeCatalogGetTableNameRetType, ok bool)
GetTableNameOk returns a tuple with the TableName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetUri ¶
func (o *IntakeCatalog) GetUri() (ret IntakeCatalogGetUriRetType)
GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetUriOk ¶
func (o *IntakeCatalog) GetUriOk() (ret IntakeCatalogGetUriRetType, ok bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetWarehouse ¶
func (o *IntakeCatalog) GetWarehouse() (ret IntakeCatalogGetWarehouseRetType)
GetWarehouse returns the Warehouse field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) GetWarehouseOk ¶
func (o *IntakeCatalog) GetWarehouseOk() (ret IntakeCatalogGetWarehouseRetType, ok bool)
GetWarehouseOk returns a tuple with the Warehouse field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) HasAuth ¶
func (o *IntakeCatalog) HasAuth() bool
HasAuth returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) HasNamespace ¶
func (o *IntakeCatalog) HasNamespace() bool
HasNamespace returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) HasPartitionBy ¶
func (o *IntakeCatalog) HasPartitionBy() bool
HasPartitionBy returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) HasPartitioning ¶ added in v0.1.2
func (o *IntakeCatalog) HasPartitioning() bool
HasPartitioning returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) HasTableName ¶
func (o *IntakeCatalog) HasTableName() bool
HasTableName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetAuth ¶
func (o *IntakeCatalog) SetAuth(v IntakeCatalogGetAuthRetType)
SetAuth gets a reference to the given CatalogAuth and assigns it to the Auth field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetNamespace ¶
func (o *IntakeCatalog) SetNamespace(v IntakeCatalogGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetPartitionBy ¶
func (o *IntakeCatalog) SetPartitionBy(v IntakeCatalogGetPartitionByRetType)
SetPartitionBy gets a reference to the given []string and assigns it to the PartitionBy field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetPartitioning ¶ added in v0.1.2
func (o *IntakeCatalog) SetPartitioning(v IntakeCatalogGetPartitioningRetType)
SetPartitioning gets a reference to the given PartitioningType and assigns it to the Partitioning field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetTableName ¶
func (o *IntakeCatalog) SetTableName(v IntakeCatalogGetTableNameRetType)
SetTableName gets a reference to the given string and assigns it to the TableName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetUri ¶
func (o *IntakeCatalog) SetUri(v IntakeCatalogGetUriRetType)
SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalog) SetWarehouse ¶
func (o *IntakeCatalog) SetWarehouse(v IntakeCatalogGetWarehouseRetType)
SetWarehouse sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeCatalog) ToMap
deprecated
func (o IntakeCatalog) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetAuthArgType
deprecated
type IntakeCatalogGetAuthArgType = CatalogAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetAuthAttributeType ¶
type IntakeCatalogGetAuthAttributeType = *CatalogAuth
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetAuthRetType
deprecated
type IntakeCatalogGetAuthRetType = CatalogAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetNamespaceArgType
deprecated
type IntakeCatalogGetNamespaceArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetNamespaceAttributeType ¶
type IntakeCatalogGetNamespaceAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetNamespaceRetType
deprecated
type IntakeCatalogGetNamespaceRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitionByArgType
deprecated
type IntakeCatalogGetPartitionByArgType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitionByAttributeType ¶
type IntakeCatalogGetPartitionByAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitionByRetType
deprecated
type IntakeCatalogGetPartitionByRetType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitioningArgType
deprecated
added in
v0.1.2
type IntakeCatalogGetPartitioningArgType = PartitioningType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitioningAttributeType ¶ added in v0.1.2
type IntakeCatalogGetPartitioningAttributeType = *PartitioningType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetPartitioningRetType
deprecated
added in
v0.1.2
type IntakeCatalogGetPartitioningRetType = PartitioningType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetTableNameArgType
deprecated
type IntakeCatalogGetTableNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetTableNameAttributeType ¶
type IntakeCatalogGetTableNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetTableNameRetType
deprecated
type IntakeCatalogGetTableNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetUriArgType
deprecated
type IntakeCatalogGetUriArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetUriAttributeType ¶
type IntakeCatalogGetUriAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetUriRetType
deprecated
type IntakeCatalogGetUriRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetWarehouseArgType
deprecated
type IntakeCatalogGetWarehouseArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetWarehouseAttributeType ¶
type IntakeCatalogGetWarehouseAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogGetWarehouseRetType
deprecated
type IntakeCatalogGetWarehouseRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatch ¶
type IntakeCatalogPatch struct {
Auth IntakeCatalogPatchGetAuthAttributeType `json:"auth,omitempty"`
// The namespace to which data shall be written. It will be automatically created, if it does not exist.
Namespace IntakeCatalogPatchGetNamespaceAttributeType `json:"namespace,omitempty"`
// List of Iceberg partitioning expressions to use when creating the target table. This setting can only be used when `partitioning` is set to `manual`. See the [Apache Iceberg spec](https://iceberg.apache.org/spec/#partitioning) for more details.
PartitionBy IntakeCatalogPatchGetPartitionByAttributeType `json:"partitionBy,omitempty"`
Partitioning IntakeCatalogPatchGetPartitioningAttributeType `json:"partitioning,omitempty"`
// The table name is a short name chosen by the user to identify the table in Iceberg.
TableName IntakeCatalogPatchGetTableNameAttributeType `json:"tableName,omitempty"`
// The URI to the Iceberg catalog endpoint
Uri IntakeCatalogPatchGetUriAttributeType `json:"uri,omitempty"`
// The Iceberg warehouse to connect to, required when the catalog has no default warehouse configured.
Warehouse IntakeCatalogPatchGetWarehouseAttributeType `json:"warehouse,omitempty"`
}
IntakeCatalogPatch The Iceberg catalog configuration Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeCatalogPatch ¶
func NewIntakeCatalogPatch() *IntakeCatalogPatch
NewIntakeCatalogPatch instantiates a new IntakeCatalogPatch object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeCatalogPatchWithDefaults ¶
func NewIntakeCatalogPatchWithDefaults() *IntakeCatalogPatch
NewIntakeCatalogPatchWithDefaults instantiates a new IntakeCatalogPatch object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetAuth ¶
func (o *IntakeCatalogPatch) GetAuth() (res IntakeCatalogPatchGetAuthRetType)
GetAuth returns the Auth field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetAuthOk ¶
func (o *IntakeCatalogPatch) GetAuthOk() (ret IntakeCatalogPatchGetAuthRetType, ok bool)
GetAuthOk returns a tuple with the Auth field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetNamespace ¶
func (o *IntakeCatalogPatch) GetNamespace() (res IntakeCatalogPatchGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetNamespaceOk ¶
func (o *IntakeCatalogPatch) GetNamespaceOk() (ret IntakeCatalogPatchGetNamespaceRetType, ok bool)
GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetPartitionBy ¶ added in v0.4.0
func (o *IntakeCatalogPatch) GetPartitionBy() (res IntakeCatalogPatchGetPartitionByRetType)
GetPartitionBy returns the PartitionBy field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetPartitionByOk ¶ added in v0.4.0
func (o *IntakeCatalogPatch) GetPartitionByOk() (ret IntakeCatalogPatchGetPartitionByRetType, ok bool)
GetPartitionByOk returns a tuple with the PartitionBy field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetPartitioning ¶ added in v0.4.0
func (o *IntakeCatalogPatch) GetPartitioning() (res IntakeCatalogPatchGetPartitioningRetType)
GetPartitioning returns the Partitioning field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetPartitioningOk ¶ added in v0.4.0
func (o *IntakeCatalogPatch) GetPartitioningOk() (ret IntakeCatalogPatchGetPartitioningRetType, ok bool)
GetPartitioningOk returns a tuple with the Partitioning field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetTableName ¶
func (o *IntakeCatalogPatch) GetTableName() (res IntakeCatalogPatchGetTableNameRetType)
GetTableName returns the TableName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetTableNameOk ¶
func (o *IntakeCatalogPatch) GetTableNameOk() (ret IntakeCatalogPatchGetTableNameRetType, ok bool)
GetTableNameOk returns a tuple with the TableName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetUri ¶
func (o *IntakeCatalogPatch) GetUri() (res IntakeCatalogPatchGetUriRetType)
GetUri returns the Uri field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetUriOk ¶
func (o *IntakeCatalogPatch) GetUriOk() (ret IntakeCatalogPatchGetUriRetType, ok bool)
GetUriOk returns a tuple with the Uri field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetWarehouse ¶
func (o *IntakeCatalogPatch) GetWarehouse() (res IntakeCatalogPatchGetWarehouseRetType)
GetWarehouse returns the Warehouse field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) GetWarehouseOk ¶
func (o *IntakeCatalogPatch) GetWarehouseOk() (ret IntakeCatalogPatchGetWarehouseRetType, ok bool)
GetWarehouseOk returns a tuple with the Warehouse field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasAuth ¶
func (o *IntakeCatalogPatch) HasAuth() bool
HasAuth returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasNamespace ¶
func (o *IntakeCatalogPatch) HasNamespace() bool
HasNamespace returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasPartitionBy ¶ added in v0.4.0
func (o *IntakeCatalogPatch) HasPartitionBy() bool
HasPartitionBy returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasPartitioning ¶ added in v0.4.0
func (o *IntakeCatalogPatch) HasPartitioning() bool
HasPartitioning returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasTableName ¶
func (o *IntakeCatalogPatch) HasTableName() bool
HasTableName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasUri ¶
func (o *IntakeCatalogPatch) HasUri() bool
HasUri returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) HasWarehouse ¶
func (o *IntakeCatalogPatch) HasWarehouse() bool
HasWarehouse returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetAuth ¶
func (o *IntakeCatalogPatch) SetAuth(v IntakeCatalogPatchGetAuthRetType)
SetAuth gets a reference to the given CatalogAuthPatch and assigns it to the Auth field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetNamespace ¶
func (o *IntakeCatalogPatch) SetNamespace(v IntakeCatalogPatchGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetPartitionBy ¶ added in v0.4.0
func (o *IntakeCatalogPatch) SetPartitionBy(v IntakeCatalogPatchGetPartitionByRetType)
SetPartitionBy gets a reference to the given []string and assigns it to the PartitionBy field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetPartitioning ¶ added in v0.4.0
func (o *IntakeCatalogPatch) SetPartitioning(v IntakeCatalogPatchGetPartitioningRetType)
SetPartitioning gets a reference to the given PartitioningUpdateType and assigns it to the Partitioning field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetTableName ¶
func (o *IntakeCatalogPatch) SetTableName(v IntakeCatalogPatchGetTableNameRetType)
SetTableName gets a reference to the given string and assigns it to the TableName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetUri ¶
func (o *IntakeCatalogPatch) SetUri(v IntakeCatalogPatchGetUriRetType)
SetUri gets a reference to the given string and assigns it to the Uri field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeCatalogPatch) SetWarehouse ¶
func (o *IntakeCatalogPatch) SetWarehouse(v IntakeCatalogPatchGetWarehouseRetType)
SetWarehouse gets a reference to the given string and assigns it to the Warehouse field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeCatalogPatch) ToMap
deprecated
func (o IntakeCatalogPatch) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetAuthArgType
deprecated
type IntakeCatalogPatchGetAuthArgType = CatalogAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetAuthAttributeType ¶
type IntakeCatalogPatchGetAuthAttributeType = *CatalogAuthPatch
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetAuthRetType
deprecated
type IntakeCatalogPatchGetAuthRetType = CatalogAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetNamespaceArgType
deprecated
type IntakeCatalogPatchGetNamespaceArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetNamespaceAttributeType ¶
type IntakeCatalogPatchGetNamespaceAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetNamespaceRetType
deprecated
type IntakeCatalogPatchGetNamespaceRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitionByArgType
deprecated
added in
v0.4.0
type IntakeCatalogPatchGetPartitionByArgType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitionByAttributeType ¶ added in v0.4.0
type IntakeCatalogPatchGetPartitionByAttributeType = *[]string
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitionByRetType
deprecated
added in
v0.4.0
type IntakeCatalogPatchGetPartitionByRetType = *[]string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitioningArgType
deprecated
added in
v0.4.0
type IntakeCatalogPatchGetPartitioningArgType = PartitioningUpdateType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitioningAttributeType ¶ added in v0.4.0
type IntakeCatalogPatchGetPartitioningAttributeType = *PartitioningUpdateType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetPartitioningRetType
deprecated
added in
v0.4.0
type IntakeCatalogPatchGetPartitioningRetType = PartitioningUpdateType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetTableNameArgType
deprecated
type IntakeCatalogPatchGetTableNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetTableNameAttributeType ¶
type IntakeCatalogPatchGetTableNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetTableNameRetType
deprecated
type IntakeCatalogPatchGetTableNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetUriArgType
deprecated
type IntakeCatalogPatchGetUriArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetUriAttributeType ¶
type IntakeCatalogPatchGetUriAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetUriRetType
deprecated
type IntakeCatalogPatchGetUriRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetWarehouseArgType
deprecated
type IntakeCatalogPatchGetWarehouseArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetWarehouseAttributeType ¶
type IntakeCatalogPatchGetWarehouseAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeCatalogPatchGetWarehouseRetType
deprecated
type IntakeCatalogPatchGetWarehouseRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponse ¶
type IntakeResponse struct {
// REQUIRED
Catalog IntakeResponseGetCatalogAttributeType `json:"catalog" required:"true"`
// The point in time the resource was created.
// REQUIRED
CreateTime IntakeResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
// The topic where undelivered messages are published (Dead Letter Queue).
// REQUIRED
DeadLetterTopic IntakeResponseGetDeadLetterTopicAttributeType `json:"deadLetterTopic" required:"true"`
// The description is a longer text chosen by the user to provide more context for the resource.
Description IntakeResponseGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName IntakeResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
// A human-readable description of the error, if the state is 'failed'.
FailureMessage IntakeResponseGetFailureMessageAttributeType `json:"failure_message,omitempty"`
// A auto generated unique id which identifies the resource.
// REQUIRED
Id IntakeResponseGetIdAttributeType `json:"id" required:"true"`
// The unique id of the intake runner this intake is running on.
// REQUIRED
IntakeRunnerId IntakeResponseGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
// Labels are a set of key-value pairs assigned to resources.
Labels IntakeResponseGetLabelsAttributeType `json:"labels,omitempty"`
// The current state of the resource.
// REQUIRED
State IntakeResponseGetStateAttributeType `json:"state" required:"true"`
// The topic to publish data to.
// REQUIRED
Topic IntakeResponseGetTopicAttributeType `json:"topic" required:"true"`
// Number of messages that failed delivery and were sent to the Dead Letter Queue.
UndeliveredMessageCount IntakeResponseGetUndeliveredMessageCountAttributeType `json:"undeliveredMessageCount,omitempty"`
// The URI for reaching the resource.
// REQUIRED
Uri IntakeResponseGetUriAttributeType `json:"uri" required:"true"`
}
IntakeResponse struct for IntakeResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeResponse ¶
func NewIntakeResponse(catalog IntakeResponseGetCatalogArgType, createTime IntakeResponseGetCreateTimeArgType, deadLetterTopic IntakeResponseGetDeadLetterTopicArgType, displayName IntakeResponseGetDisplayNameArgType, id IntakeResponseGetIdArgType, intakeRunnerId IntakeResponseGetIntakeRunnerIdArgType, state IntakeResponseGetStateArgType, topic IntakeResponseGetTopicArgType, uri IntakeResponseGetUriArgType) *IntakeResponse
NewIntakeResponse instantiates a new IntakeResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeResponseWithDefaults ¶
func NewIntakeResponseWithDefaults() *IntakeResponse
NewIntakeResponseWithDefaults instantiates a new IntakeResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetCatalog ¶
func (o *IntakeResponse) GetCatalog() (ret IntakeResponseGetCatalogRetType)
GetCatalog returns the Catalog field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetCatalogOk ¶
func (o *IntakeResponse) GetCatalogOk() (ret IntakeResponseGetCatalogRetType, ok bool)
GetCatalogOk returns a tuple with the Catalog field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetCreateTime ¶
func (o *IntakeResponse) GetCreateTime() (ret IntakeResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetCreateTimeOk ¶
func (o *IntakeResponse) GetCreateTimeOk() (ret IntakeResponseGetCreateTimeRetType, ok bool)
GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDeadLetterTopic ¶
func (o *IntakeResponse) GetDeadLetterTopic() (ret IntakeResponseGetDeadLetterTopicRetType)
GetDeadLetterTopic returns the DeadLetterTopic field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDeadLetterTopicOk ¶
func (o *IntakeResponse) GetDeadLetterTopicOk() (ret IntakeResponseGetDeadLetterTopicRetType, ok bool)
GetDeadLetterTopicOk returns a tuple with the DeadLetterTopic field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDescription ¶
func (o *IntakeResponse) GetDescription() (res IntakeResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDescriptionOk ¶
func (o *IntakeResponse) GetDescriptionOk() (ret IntakeResponseGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDisplayName ¶
func (o *IntakeResponse) GetDisplayName() (ret IntakeResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetDisplayNameOk ¶
func (o *IntakeResponse) GetDisplayNameOk() (ret IntakeResponseGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetFailureMessage ¶
func (o *IntakeResponse) GetFailureMessage() (res IntakeResponseGetFailureMessageRetType)
GetFailureMessage returns the FailureMessage field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetFailureMessageOk ¶
func (o *IntakeResponse) GetFailureMessageOk() (ret IntakeResponseGetFailureMessageRetType, ok bool)
GetFailureMessageOk returns a tuple with the FailureMessage field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetId ¶
func (o *IntakeResponse) GetId() (ret IntakeResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetIdOk ¶
func (o *IntakeResponse) GetIdOk() (ret IntakeResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetIntakeRunnerId ¶
func (o *IntakeResponse) GetIntakeRunnerId() (ret IntakeResponseGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetIntakeRunnerIdOk ¶
func (o *IntakeResponse) GetIntakeRunnerIdOk() (ret IntakeResponseGetIntakeRunnerIdRetType, ok bool)
GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetLabels ¶
func (o *IntakeResponse) GetLabels() (res IntakeResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetLabelsOk ¶
func (o *IntakeResponse) GetLabelsOk() (ret IntakeResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetState ¶
func (o *IntakeResponse) GetState() (ret IntakeResponseGetStateRetType)
GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetStateOk ¶
func (o *IntakeResponse) GetStateOk() (ret IntakeResponseGetStateRetType, ok bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetTopic ¶
func (o *IntakeResponse) GetTopic() (ret IntakeResponseGetTopicRetType)
GetTopic returns the Topic field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetTopicOk ¶
func (o *IntakeResponse) GetTopicOk() (ret IntakeResponseGetTopicRetType, ok bool)
GetTopicOk returns a tuple with the Topic field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetUndeliveredMessageCount ¶
func (o *IntakeResponse) GetUndeliveredMessageCount() (res IntakeResponseGetUndeliveredMessageCountRetType)
GetUndeliveredMessageCount returns the UndeliveredMessageCount field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetUndeliveredMessageCountOk ¶
func (o *IntakeResponse) GetUndeliveredMessageCountOk() (ret IntakeResponseGetUndeliveredMessageCountRetType, ok bool)
GetUndeliveredMessageCountOk returns a tuple with the UndeliveredMessageCount field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetUri ¶
func (o *IntakeResponse) GetUri() (ret IntakeResponseGetUriRetType)
GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) GetUriOk ¶
func (o *IntakeResponse) GetUriOk() (ret IntakeResponseGetUriRetType, ok bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) HasDescription ¶
func (o *IntakeResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) HasFailureMessage ¶
func (o *IntakeResponse) HasFailureMessage() bool
HasFailureMessage returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) HasLabels ¶
func (o *IntakeResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) HasUndeliveredMessageCount ¶
func (o *IntakeResponse) HasUndeliveredMessageCount() bool
HasUndeliveredMessageCount returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetCatalog ¶
func (o *IntakeResponse) SetCatalog(v IntakeResponseGetCatalogRetType)
SetCatalog sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetCreateTime ¶
func (o *IntakeResponse) SetCreateTime(v IntakeResponseGetCreateTimeRetType)
SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetDeadLetterTopic ¶
func (o *IntakeResponse) SetDeadLetterTopic(v IntakeResponseGetDeadLetterTopicRetType)
SetDeadLetterTopic sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetDescription ¶
func (o *IntakeResponse) SetDescription(v IntakeResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetDisplayName ¶
func (o *IntakeResponse) SetDisplayName(v IntakeResponseGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetFailureMessage ¶
func (o *IntakeResponse) SetFailureMessage(v IntakeResponseGetFailureMessageRetType)
SetFailureMessage gets a reference to the given string and assigns it to the FailureMessage field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetId ¶
func (o *IntakeResponse) SetId(v IntakeResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetIntakeRunnerId ¶
func (o *IntakeResponse) SetIntakeRunnerId(v IntakeResponseGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetLabels ¶
func (o *IntakeResponse) SetLabels(v IntakeResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetState ¶
func (o *IntakeResponse) SetState(v IntakeResponseGetStateRetType)
SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetTopic ¶
func (o *IntakeResponse) SetTopic(v IntakeResponseGetTopicRetType)
SetTopic sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetUndeliveredMessageCount ¶
func (o *IntakeResponse) SetUndeliveredMessageCount(v IntakeResponseGetUndeliveredMessageCountRetType)
SetUndeliveredMessageCount gets a reference to the given int64 and assigns it to the UndeliveredMessageCount field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponse) SetUri ¶
func (o *IntakeResponse) SetUri(v IntakeResponseGetUriRetType)
SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeResponse) ToMap
deprecated
func (o IntakeResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetCatalogArgType
deprecated
type IntakeResponseGetCatalogArgType = IntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetCatalogAttributeType ¶
type IntakeResponseGetCatalogAttributeType = *IntakeCatalog
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetCatalogRetType
deprecated
type IntakeResponseGetCatalogRetType = IntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetCreateTimeArgType
deprecated
type IntakeResponseGetCreateTimeAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetCreateTimeRetType
deprecated
type IntakeResponseGetDeadLetterTopicArgType
deprecated
type IntakeResponseGetDeadLetterTopicArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDeadLetterTopicAttributeType ¶
type IntakeResponseGetDeadLetterTopicAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDeadLetterTopicRetType
deprecated
type IntakeResponseGetDeadLetterTopicRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDescriptionArgType
deprecated
type IntakeResponseGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDescriptionAttributeType ¶
type IntakeResponseGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDescriptionRetType
deprecated
type IntakeResponseGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDisplayNameArgType
deprecated
type IntakeResponseGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDisplayNameAttributeType ¶
type IntakeResponseGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetDisplayNameRetType
deprecated
type IntakeResponseGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetFailureMessageArgType
deprecated
type IntakeResponseGetFailureMessageArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetFailureMessageAttributeType ¶
type IntakeResponseGetFailureMessageAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetFailureMessageRetType
deprecated
type IntakeResponseGetFailureMessageRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIdArgType
deprecated
type IntakeResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIdAttributeType ¶
type IntakeResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIdRetType
deprecated
type IntakeResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIntakeRunnerIdArgType
deprecated
type IntakeResponseGetIntakeRunnerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIntakeRunnerIdAttributeType ¶
type IntakeResponseGetIntakeRunnerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetIntakeRunnerIdRetType
deprecated
type IntakeResponseGetIntakeRunnerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetLabelsArgType
deprecated
type IntakeResponseGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetLabelsRetType
deprecated
type IntakeResponseGetStateArgType
deprecated
type IntakeResponseGetStateArgType = IntakeResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetStateAttributeType
deprecated
type IntakeResponseGetStateAttributeType = *IntakeResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetStateRetType
deprecated
type IntakeResponseGetStateRetType = IntakeResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetTopicArgType
deprecated
type IntakeResponseGetTopicArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetTopicAttributeType ¶
type IntakeResponseGetTopicAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetTopicRetType
deprecated
type IntakeResponseGetTopicRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUndeliveredMessageCountArgType
deprecated
type IntakeResponseGetUndeliveredMessageCountArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUndeliveredMessageCountAttributeType ¶
type IntakeResponseGetUndeliveredMessageCountAttributeType = *int64
isLong Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUndeliveredMessageCountRetType
deprecated
type IntakeResponseGetUndeliveredMessageCountRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUriArgType
deprecated
type IntakeResponseGetUriArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUriAttributeType ¶
type IntakeResponseGetUriAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseGetUriRetType
deprecated
type IntakeResponseGetUriRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeResponseState ¶
type IntakeResponseState string
IntakeResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERESPONSESTATE_RECONCILING IntakeResponseState = "reconciling" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERESPONSESTATE_ACTIVE IntakeResponseState = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERESPONSESTATE_DELETING IntakeResponseState = "deleting" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERESPONSESTATE_FAILED IntakeResponseState = "failed" )
List of State
func NewIntakeResponseStateFromValue ¶
func NewIntakeResponseStateFromValue(v IntakeResponseState) (*IntakeResponseState, error)
NewIntakeResponseStateFromValue returns a pointer to a valid IntakeResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeResponseState) IsValid ¶
func (v IntakeResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeResponseState) Ptr ¶
func (v IntakeResponseState) Ptr() *IntakeResponseState
Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeResponseState) UnmarshalJSON
deprecated
func (v *IntakeResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponse ¶
type IntakeRunnerResponse struct {
// The point in time the resource was created.
// REQUIRED
CreateTime IntakeRunnerResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
// The description is a longer text chosen by the user to provide more context for the resource.
Description IntakeRunnerResponseGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName IntakeRunnerResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
// A auto generated unique id which identifies the resource.
// REQUIRED
Id IntakeRunnerResponseGetIdAttributeType `json:"id" required:"true"`
// Labels are a set of key-value pairs assigned to resources.
Labels IntakeRunnerResponseGetLabelsAttributeType `json:"labels,omitempty"`
// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
// REQUIRED
MaxMessageSizeKiB IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB" required:"true"`
// The maximum number of messages per hour.
// REQUIRED
MaxMessagesPerHour IntakeRunnerResponseGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour" required:"true"`
// The current state of the resource.
// REQUIRED
State IntakeRunnerResponseGetStateAttributeType `json:"state" required:"true"`
// The URI for reaching the resource.
// REQUIRED
Uri IntakeRunnerResponseGetUriAttributeType `json:"uri" required:"true"`
}
IntakeRunnerResponse struct for IntakeRunnerResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeRunnerResponse ¶
func NewIntakeRunnerResponse(createTime IntakeRunnerResponseGetCreateTimeArgType, displayName IntakeRunnerResponseGetDisplayNameArgType, id IntakeRunnerResponseGetIdArgType, maxMessageSizeKiB IntakeRunnerResponseGetMaxMessageSizeKiBArgType, maxMessagesPerHour IntakeRunnerResponseGetMaxMessagesPerHourArgType, state IntakeRunnerResponseGetStateArgType, uri IntakeRunnerResponseGetUriArgType) *IntakeRunnerResponse
NewIntakeRunnerResponse instantiates a new IntakeRunnerResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeRunnerResponseWithDefaults ¶
func NewIntakeRunnerResponseWithDefaults() *IntakeRunnerResponse
NewIntakeRunnerResponseWithDefaults instantiates a new IntakeRunnerResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetCreateTime ¶
func (o *IntakeRunnerResponse) GetCreateTime() (ret IntakeRunnerResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetCreateTimeOk ¶
func (o *IntakeRunnerResponse) GetCreateTimeOk() (ret IntakeRunnerResponseGetCreateTimeRetType, ok bool)
GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetDescription ¶
func (o *IntakeRunnerResponse) GetDescription() (res IntakeRunnerResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetDescriptionOk ¶
func (o *IntakeRunnerResponse) GetDescriptionOk() (ret IntakeRunnerResponseGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetDisplayName ¶
func (o *IntakeRunnerResponse) GetDisplayName() (ret IntakeRunnerResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetDisplayNameOk ¶
func (o *IntakeRunnerResponse) GetDisplayNameOk() (ret IntakeRunnerResponseGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetId ¶
func (o *IntakeRunnerResponse) GetId() (ret IntakeRunnerResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetIdOk ¶
func (o *IntakeRunnerResponse) GetIdOk() (ret IntakeRunnerResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetLabels ¶
func (o *IntakeRunnerResponse) GetLabels() (res IntakeRunnerResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetLabelsOk ¶
func (o *IntakeRunnerResponse) GetLabelsOk() (ret IntakeRunnerResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetMaxMessageSizeKiB ¶
func (o *IntakeRunnerResponse) GetMaxMessageSizeKiB() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetMaxMessageSizeKiBOk ¶
func (o *IntakeRunnerResponse) GetMaxMessageSizeKiBOk() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType, ok bool)
GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetMaxMessagesPerHour ¶
func (o *IntakeRunnerResponse) GetMaxMessagesPerHour() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetMaxMessagesPerHourOk ¶
func (o *IntakeRunnerResponse) GetMaxMessagesPerHourOk() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType, ok bool)
GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetState ¶
func (o *IntakeRunnerResponse) GetState() (ret IntakeRunnerResponseGetStateRetType)
GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetStateOk ¶
func (o *IntakeRunnerResponse) GetStateOk() (ret IntakeRunnerResponseGetStateRetType, ok bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetUri ¶
func (o *IntakeRunnerResponse) GetUri() (ret IntakeRunnerResponseGetUriRetType)
GetUri returns the Uri field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) GetUriOk ¶
func (o *IntakeRunnerResponse) GetUriOk() (ret IntakeRunnerResponseGetUriRetType, ok bool)
GetUriOk returns a tuple with the Uri field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) HasDescription ¶
func (o *IntakeRunnerResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) HasLabels ¶
func (o *IntakeRunnerResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetCreateTime ¶
func (o *IntakeRunnerResponse) SetCreateTime(v IntakeRunnerResponseGetCreateTimeRetType)
SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetDescription ¶
func (o *IntakeRunnerResponse) SetDescription(v IntakeRunnerResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetDisplayName ¶
func (o *IntakeRunnerResponse) SetDisplayName(v IntakeRunnerResponseGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetId ¶
func (o *IntakeRunnerResponse) SetId(v IntakeRunnerResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetLabels ¶
func (o *IntakeRunnerResponse) SetLabels(v IntakeRunnerResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetMaxMessageSizeKiB ¶
func (o *IntakeRunnerResponse) SetMaxMessageSizeKiB(v IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetMaxMessagesPerHour ¶
func (o *IntakeRunnerResponse) SetMaxMessagesPerHour(v IntakeRunnerResponseGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetState ¶
func (o *IntakeRunnerResponse) SetState(v IntakeRunnerResponseGetStateRetType)
SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponse) SetUri ¶
func (o *IntakeRunnerResponse) SetUri(v IntakeRunnerResponseGetUriRetType)
SetUri sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeRunnerResponse) ToMap
deprecated
func (o IntakeRunnerResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetCreateTimeArgType
deprecated
type IntakeRunnerResponseGetCreateTimeAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetCreateTimeRetType
deprecated
type IntakeRunnerResponseGetDescriptionArgType
deprecated
type IntakeRunnerResponseGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetDescriptionAttributeType ¶
type IntakeRunnerResponseGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetDescriptionRetType
deprecated
type IntakeRunnerResponseGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetDisplayNameArgType
deprecated
type IntakeRunnerResponseGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetDisplayNameAttributeType ¶
type IntakeRunnerResponseGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetDisplayNameRetType
deprecated
type IntakeRunnerResponseGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetIdArgType
deprecated
type IntakeRunnerResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetIdAttributeType ¶
type IntakeRunnerResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetIdRetType
deprecated
type IntakeRunnerResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetLabelsArgType
deprecated
type IntakeRunnerResponseGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetLabelsRetType
deprecated
type IntakeRunnerResponseGetMaxMessageSizeKiBArgType
deprecated
type IntakeRunnerResponseGetMaxMessageSizeKiBArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType ¶
type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetMaxMessageSizeKiBRetType
deprecated
type IntakeRunnerResponseGetMaxMessageSizeKiBRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetMaxMessagesPerHourArgType
deprecated
type IntakeRunnerResponseGetMaxMessagesPerHourArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType ¶
type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetMaxMessagesPerHourRetType
deprecated
type IntakeRunnerResponseGetMaxMessagesPerHourRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetStateArgType
deprecated
type IntakeRunnerResponseGetStateArgType = IntakeRunnerResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetStateAttributeType
deprecated
type IntakeRunnerResponseGetStateAttributeType = *IntakeRunnerResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetStateRetType
deprecated
type IntakeRunnerResponseGetStateRetType = IntakeRunnerResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetUriArgType
deprecated
type IntakeRunnerResponseGetUriArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetUriAttributeType ¶
type IntakeRunnerResponseGetUriAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseGetUriRetType
deprecated
type IntakeRunnerResponseGetUriRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeRunnerResponseState ¶
type IntakeRunnerResponseState string
IntakeRunnerResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERUNNERRESPONSESTATE_RECONCILING IntakeRunnerResponseState = "reconciling" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERUNNERRESPONSESTATE_ACTIVE IntakeRunnerResponseState = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKERUNNERRESPONSESTATE_DELETING IntakeRunnerResponseState = "deleting" )
List of State
func NewIntakeRunnerResponseStateFromValue ¶
func NewIntakeRunnerResponseStateFromValue(v IntakeRunnerResponseState) (*IntakeRunnerResponseState, error)
NewIntakeRunnerResponseStateFromValue returns a pointer to a valid IntakeRunnerResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeRunnerResponseState) IsValid ¶
func (v IntakeRunnerResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeRunnerResponseState) Ptr ¶
func (v IntakeRunnerResponseState) Ptr() *IntakeRunnerResponseState
Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeRunnerResponseState) UnmarshalJSON
deprecated
func (v *IntakeRunnerResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponse ¶
type IntakeUserResponse struct {
ClientConfig IntakeUserResponseGetClientConfigAttributeType `json:"clientConfig,omitempty"`
// The point in time the resource was created.
// REQUIRED
CreateTime IntakeUserResponseGetCreateTimeAttributeType `json:"create_time" required:"true"`
// The description is a longer text chosen by the user to provide more context for the resource.
Description IntakeUserResponseGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
// REQUIRED
DisplayName IntakeUserResponseGetDisplayNameAttributeType `json:"displayName" required:"true"`
// A auto generated unique id which identifies the resource.
// REQUIRED
Id IntakeUserResponseGetIdAttributeType `json:"id" required:"true"`
// Labels are a set of key-value pairs assigned to resources.
Labels IntakeUserResponseGetLabelsAttributeType `json:"labels,omitempty"`
// The current state of the resource.
// REQUIRED
State IntakeUserResponseGetStateAttributeType `json:"state" required:"true"`
// REQUIRED
Type IntakeUserResponseGetTypeAttributeType `json:"type" required:"true"`
// The user to connect to the intake.
// REQUIRED
User IntakeUserResponseGetUserAttributeType `json:"user" required:"true"`
}
IntakeUserResponse struct for IntakeUserResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeUserResponse ¶
func NewIntakeUserResponse(createTime IntakeUserResponseGetCreateTimeArgType, displayName IntakeUserResponseGetDisplayNameArgType, id IntakeUserResponseGetIdArgType, state IntakeUserResponseGetStateArgType, types IntakeUserResponseGetTypeArgType, user IntakeUserResponseGetUserArgType) *IntakeUserResponse
NewIntakeUserResponse instantiates a new IntakeUserResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewIntakeUserResponseWithDefaults ¶
func NewIntakeUserResponseWithDefaults() *IntakeUserResponse
NewIntakeUserResponseWithDefaults instantiates a new IntakeUserResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetClientConfig ¶
func (o *IntakeUserResponse) GetClientConfig() (res IntakeUserResponseGetClientConfigRetType)
GetClientConfig returns the ClientConfig field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetClientConfigOk ¶
func (o *IntakeUserResponse) GetClientConfigOk() (ret IntakeUserResponseGetClientConfigRetType, ok bool)
GetClientConfigOk returns a tuple with the ClientConfig field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetCreateTime ¶
func (o *IntakeUserResponse) GetCreateTime() (ret IntakeUserResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetCreateTimeOk ¶
func (o *IntakeUserResponse) GetCreateTimeOk() (ret IntakeUserResponseGetCreateTimeRetType, ok bool)
GetCreateTimeOk returns a tuple with the CreateTime field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetDescription ¶
func (o *IntakeUserResponse) GetDescription() (res IntakeUserResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetDescriptionOk ¶
func (o *IntakeUserResponse) GetDescriptionOk() (ret IntakeUserResponseGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetDisplayName ¶
func (o *IntakeUserResponse) GetDisplayName() (ret IntakeUserResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetDisplayNameOk ¶
func (o *IntakeUserResponse) GetDisplayNameOk() (ret IntakeUserResponseGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetId ¶
func (o *IntakeUserResponse) GetId() (ret IntakeUserResponseGetIdRetType)
GetId returns the Id field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetIdOk ¶
func (o *IntakeUserResponse) GetIdOk() (ret IntakeUserResponseGetIdRetType, ok bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetLabels ¶
func (o *IntakeUserResponse) GetLabels() (res IntakeUserResponseGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetLabelsOk ¶
func (o *IntakeUserResponse) GetLabelsOk() (ret IntakeUserResponseGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetState ¶
func (o *IntakeUserResponse) GetState() (ret IntakeUserResponseGetStateRetType)
GetState returns the State field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetStateOk ¶
func (o *IntakeUserResponse) GetStateOk() (ret IntakeUserResponseGetStateRetType, ok bool)
GetStateOk returns a tuple with the State field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetType ¶
func (o *IntakeUserResponse) GetType() (ret IntakeUserResponseGetTypeRetType)
GetType returns the Type field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetTypeOk ¶
func (o *IntakeUserResponse) GetTypeOk() (ret IntakeUserResponseGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetUser ¶
func (o *IntakeUserResponse) GetUser() (ret IntakeUserResponseGetUserRetType)
GetUser returns the User field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) GetUserOk ¶
func (o *IntakeUserResponse) GetUserOk() (ret IntakeUserResponseGetUserRetType, ok bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) HasClientConfig ¶
func (o *IntakeUserResponse) HasClientConfig() bool
HasClientConfig returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) HasDescription ¶
func (o *IntakeUserResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) HasLabels ¶
func (o *IntakeUserResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetClientConfig ¶
func (o *IntakeUserResponse) SetClientConfig(v IntakeUserResponseGetClientConfigRetType)
SetClientConfig gets a reference to the given ClientConfig and assigns it to the ClientConfig field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetCreateTime ¶
func (o *IntakeUserResponse) SetCreateTime(v IntakeUserResponseGetCreateTimeRetType)
SetCreateTime sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetDescription ¶
func (o *IntakeUserResponse) SetDescription(v IntakeUserResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetDisplayName ¶
func (o *IntakeUserResponse) SetDisplayName(v IntakeUserResponseGetDisplayNameRetType)
SetDisplayName sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetId ¶
func (o *IntakeUserResponse) SetId(v IntakeUserResponseGetIdRetType)
SetId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetLabels ¶
func (o *IntakeUserResponse) SetLabels(v IntakeUserResponseGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetState ¶
func (o *IntakeUserResponse) SetState(v IntakeUserResponseGetStateRetType)
SetState sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetType ¶
func (o *IntakeUserResponse) SetType(v IntakeUserResponseGetTypeRetType)
SetType sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponse) SetUser ¶
func (o *IntakeUserResponse) SetUser(v IntakeUserResponseGetUserRetType)
SetUser sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeUserResponse) ToMap
deprecated
func (o IntakeUserResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetClientConfigArgType
deprecated
type IntakeUserResponseGetClientConfigArgType = ClientConfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetClientConfigAttributeType ¶
type IntakeUserResponseGetClientConfigAttributeType = *ClientConfig
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetClientConfigRetType
deprecated
type IntakeUserResponseGetClientConfigRetType = ClientConfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetCreateTimeArgType
deprecated
type IntakeUserResponseGetCreateTimeAttributeType ¶
isDateTime Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetCreateTimeRetType
deprecated
type IntakeUserResponseGetDescriptionArgType
deprecated
type IntakeUserResponseGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetDescriptionAttributeType ¶
type IntakeUserResponseGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetDescriptionRetType
deprecated
type IntakeUserResponseGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetDisplayNameArgType
deprecated
type IntakeUserResponseGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetDisplayNameAttributeType ¶
type IntakeUserResponseGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetDisplayNameRetType
deprecated
type IntakeUserResponseGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetIdArgType
deprecated
type IntakeUserResponseGetIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetIdAttributeType ¶
type IntakeUserResponseGetIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetIdRetType
deprecated
type IntakeUserResponseGetIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetLabelsArgType
deprecated
type IntakeUserResponseGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetLabelsRetType
deprecated
type IntakeUserResponseGetStateArgType
deprecated
type IntakeUserResponseGetStateArgType = IntakeUserResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetStateAttributeType
deprecated
type IntakeUserResponseGetStateAttributeType = *IntakeUserResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetStateRetType
deprecated
type IntakeUserResponseGetStateRetType = IntakeUserResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetTypeArgType
deprecated
type IntakeUserResponseGetTypeArgType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetTypeAttributeType ¶
type IntakeUserResponseGetTypeAttributeType = *UserType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetTypeRetType
deprecated
type IntakeUserResponseGetTypeRetType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetUserArgType
deprecated
type IntakeUserResponseGetUserArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetUserAttributeType ¶
type IntakeUserResponseGetUserAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseGetUserRetType
deprecated
type IntakeUserResponseGetUserRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type IntakeUserResponseState ¶
type IntakeUserResponseState string
IntakeUserResponseState The current state of the resource. value type for enums Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKEUSERRESPONSESTATE_RECONCILING IntakeUserResponseState = "reconciling" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKEUSERRESPONSESTATE_ACTIVE IntakeUserResponseState = "active" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead INTAKEUSERRESPONSESTATE_DELETING IntakeUserResponseState = "deleting" )
List of State
func NewIntakeUserResponseStateFromValue ¶
func NewIntakeUserResponseStateFromValue(v IntakeUserResponseState) (*IntakeUserResponseState, error)
NewIntakeUserResponseStateFromValue returns a pointer to a valid IntakeUserResponseState for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeUserResponseState) IsValid ¶
func (v IntakeUserResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (IntakeUserResponseState) Ptr ¶
func (v IntakeUserResponseState) Ptr() *IntakeUserResponseState
Ptr returns reference to StateState value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*IntakeUserResponseState) UnmarshalJSON
deprecated
func (v *IntakeUserResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersRequest
deprecated
type ListIntakeRunnersRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeRunnersRequest) Execute
deprecated
func (r ListIntakeRunnersRequest) Execute() (*ListIntakeRunnersResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeRunnersRequest) PageSize ¶
func (r ListIntakeRunnersRequest) PageSize(pageSize int32) ApiListIntakeRunnersRequest
Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeRunnersRequest) PageToken ¶
func (r ListIntakeRunnersRequest) PageToken(pageToken string) ApiListIntakeRunnersRequest
A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponse ¶
type ListIntakeRunnersResponse struct {
// REQUIRED
IntakeRunners ListIntakeRunnersResponseGetIntakeRunnersAttributeType `json:"intakeRunners" required:"true"`
// A token to retrieve the next page of results.
NextPageToken ListIntakeRunnersResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}
ListIntakeRunnersResponse struct for ListIntakeRunnersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakeRunnersResponse ¶
func NewListIntakeRunnersResponse(intakeRunners ListIntakeRunnersResponseGetIntakeRunnersArgType) *ListIntakeRunnersResponse
NewListIntakeRunnersResponse instantiates a new ListIntakeRunnersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakeRunnersResponseWithDefaults ¶
func NewListIntakeRunnersResponseWithDefaults() *ListIntakeRunnersResponse
NewListIntakeRunnersResponseWithDefaults instantiates a new ListIntakeRunnersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) GetIntakeRunners ¶
func (o *ListIntakeRunnersResponse) GetIntakeRunners() (ret ListIntakeRunnersResponseGetIntakeRunnersRetType)
GetIntakeRunners returns the IntakeRunners field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) GetIntakeRunnersOk ¶
func (o *ListIntakeRunnersResponse) GetIntakeRunnersOk() (ret ListIntakeRunnersResponseGetIntakeRunnersRetType, ok bool)
GetIntakeRunnersOk returns a tuple with the IntakeRunners field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) GetNextPageToken ¶
func (o *ListIntakeRunnersResponse) GetNextPageToken() (res ListIntakeRunnersResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) GetNextPageTokenOk ¶
func (o *ListIntakeRunnersResponse) GetNextPageTokenOk() (ret ListIntakeRunnersResponseGetNextPageTokenRetType, ok bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) HasNextPageToken ¶
func (o *ListIntakeRunnersResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) SetIntakeRunners ¶
func (o *ListIntakeRunnersResponse) SetIntakeRunners(v ListIntakeRunnersResponseGetIntakeRunnersRetType)
SetIntakeRunners sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeRunnersResponse) SetNextPageToken ¶
func (o *ListIntakeRunnersResponse) SetNextPageToken(v ListIntakeRunnersResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeRunnersResponse) ToMap
deprecated
func (o ListIntakeRunnersResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetIntakeRunnersArgType
deprecated
type ListIntakeRunnersResponseGetIntakeRunnersArgType = []IntakeRunnerResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetIntakeRunnersAttributeType ¶
type ListIntakeRunnersResponseGetIntakeRunnersAttributeType = *[]IntakeRunnerResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetIntakeRunnersRetType
deprecated
type ListIntakeRunnersResponseGetIntakeRunnersRetType = []IntakeRunnerResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetNextPageTokenArgType
deprecated
type ListIntakeRunnersResponseGetNextPageTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetNextPageTokenAttributeType ¶
type ListIntakeRunnersResponseGetNextPageTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeRunnersResponseGetNextPageTokenRetType
deprecated
type ListIntakeRunnersResponseGetNextPageTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersRequest
deprecated
type ListIntakeUsersRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeUsersRequest) Execute
deprecated
func (r ListIntakeUsersRequest) Execute() (*ListIntakeUsersResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeUsersRequest) PageSize ¶
func (r ListIntakeUsersRequest) PageSize(pageSize int32) ApiListIntakeUsersRequest
Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeUsersRequest) PageToken ¶
func (r ListIntakeUsersRequest) PageToken(pageToken string) ApiListIntakeUsersRequest
A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponse ¶
type ListIntakeUsersResponse struct {
// REQUIRED
IntakeUsers ListIntakeUsersResponseGetIntakeUsersAttributeType `json:"intakeUsers" required:"true"`
// A token to retrieve the next page of results.
NextPageToken ListIntakeUsersResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}
ListIntakeUsersResponse struct for ListIntakeUsersResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakeUsersResponse ¶
func NewListIntakeUsersResponse(intakeUsers ListIntakeUsersResponseGetIntakeUsersArgType) *ListIntakeUsersResponse
NewListIntakeUsersResponse instantiates a new ListIntakeUsersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakeUsersResponseWithDefaults ¶
func NewListIntakeUsersResponseWithDefaults() *ListIntakeUsersResponse
NewListIntakeUsersResponseWithDefaults instantiates a new ListIntakeUsersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) GetIntakeUsers ¶
func (o *ListIntakeUsersResponse) GetIntakeUsers() (ret ListIntakeUsersResponseGetIntakeUsersRetType)
GetIntakeUsers returns the IntakeUsers field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) GetIntakeUsersOk ¶
func (o *ListIntakeUsersResponse) GetIntakeUsersOk() (ret ListIntakeUsersResponseGetIntakeUsersRetType, ok bool)
GetIntakeUsersOk returns a tuple with the IntakeUsers field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) GetNextPageToken ¶
func (o *ListIntakeUsersResponse) GetNextPageToken() (res ListIntakeUsersResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) GetNextPageTokenOk ¶
func (o *ListIntakeUsersResponse) GetNextPageTokenOk() (ret ListIntakeUsersResponseGetNextPageTokenRetType, ok bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) HasNextPageToken ¶
func (o *ListIntakeUsersResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) SetIntakeUsers ¶
func (o *ListIntakeUsersResponse) SetIntakeUsers(v ListIntakeUsersResponseGetIntakeUsersRetType)
SetIntakeUsers sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakeUsersResponse) SetNextPageToken ¶
func (o *ListIntakeUsersResponse) SetNextPageToken(v ListIntakeUsersResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakeUsersResponse) ToMap
deprecated
func (o ListIntakeUsersResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetIntakeUsersArgType
deprecated
type ListIntakeUsersResponseGetIntakeUsersArgType = []IntakeUserResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetIntakeUsersAttributeType ¶
type ListIntakeUsersResponseGetIntakeUsersAttributeType = *[]IntakeUserResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetIntakeUsersRetType
deprecated
type ListIntakeUsersResponseGetIntakeUsersRetType = []IntakeUserResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetNextPageTokenArgType
deprecated
type ListIntakeUsersResponseGetNextPageTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetNextPageTokenAttributeType ¶
type ListIntakeUsersResponseGetNextPageTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakeUsersResponseGetNextPageTokenRetType
deprecated
type ListIntakeUsersResponseGetNextPageTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesRequest
deprecated
type ListIntakesRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakesRequest) Execute
deprecated
func (r ListIntakesRequest) Execute() (*ListIntakesResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakesRequest) PageSize ¶
func (r ListIntakesRequest) PageSize(pageSize int32) ApiListIntakesRequest
Maximum number of items to return Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakesRequest) PageToken ¶
func (r ListIntakesRequest) PageToken(pageToken string) ApiListIntakesRequest
A token to retrieve the next page of results. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponse ¶
type ListIntakesResponse struct {
// REQUIRED
Intakes ListIntakesResponseGetIntakesAttributeType `json:"intakes" required:"true"`
// A token to retrieve the next page of results.
NextPageToken ListIntakesResponseGetNextPageTokenAttributeType `json:"nextPageToken,omitempty"`
}
ListIntakesResponse struct for ListIntakesResponse Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakesResponse ¶
func NewListIntakesResponse(intakes ListIntakesResponseGetIntakesArgType) *ListIntakesResponse
NewListIntakesResponse instantiates a new ListIntakesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewListIntakesResponseWithDefaults ¶
func NewListIntakesResponseWithDefaults() *ListIntakesResponse
NewListIntakesResponseWithDefaults instantiates a new ListIntakesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) GetIntakes ¶
func (o *ListIntakesResponse) GetIntakes() (ret ListIntakesResponseGetIntakesRetType)
GetIntakes returns the Intakes field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) GetIntakesOk ¶
func (o *ListIntakesResponse) GetIntakesOk() (ret ListIntakesResponseGetIntakesRetType, ok bool)
GetIntakesOk returns a tuple with the Intakes field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) GetNextPageToken ¶
func (o *ListIntakesResponse) GetNextPageToken() (res ListIntakesResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) GetNextPageTokenOk ¶
func (o *ListIntakesResponse) GetNextPageTokenOk() (ret ListIntakesResponseGetNextPageTokenRetType, ok bool)
GetNextPageTokenOk returns a tuple with the NextPageToken field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) HasNextPageToken ¶
func (o *ListIntakesResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) SetIntakes ¶
func (o *ListIntakesResponse) SetIntakes(v ListIntakesResponseGetIntakesRetType)
SetIntakes sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*ListIntakesResponse) SetNextPageToken ¶
func (o *ListIntakesResponse) SetNextPageToken(v ListIntakesResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (ListIntakesResponse) ToMap
deprecated
func (o ListIntakesResponse) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetIntakesArgType
deprecated
type ListIntakesResponseGetIntakesArgType = []IntakeResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetIntakesAttributeType ¶
type ListIntakesResponseGetIntakesAttributeType = *[]IntakeResponse
isArray Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetIntakesRetType
deprecated
type ListIntakesResponseGetIntakesRetType = []IntakeResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetNextPageTokenArgType
deprecated
type ListIntakesResponseGetNextPageTokenArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetNextPageTokenAttributeType ¶
type ListIntakesResponseGetNextPageTokenAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type ListIntakesResponseGetNextPageTokenRetType
deprecated
type ListIntakesResponseGetNextPageTokenRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type MappedNullable
deprecated
type NullableBool
deprecated
type NullableBool struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableBool
deprecated
func NewNullableBool(val *bool) *NullableBool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) Get
deprecated
func (v NullableBool) Get() *bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) IsSet
deprecated
func (v NullableBool) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableBool) MarshalJSON
deprecated
func (v NullableBool) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Set
deprecated
func (v *NullableBool) Set(val *bool)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) UnmarshalJSON
deprecated
func (v *NullableBool) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableBool) Unset
deprecated
func (v *NullableBool) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCatalogAuth
deprecated
type NullableCatalogAuth struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCatalogAuth
deprecated
func NewNullableCatalogAuth(val *CatalogAuth) *NullableCatalogAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuth) Get
deprecated
func (v NullableCatalogAuth) Get() *CatalogAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuth) IsSet
deprecated
func (v NullableCatalogAuth) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuth) MarshalJSON
deprecated
func (v NullableCatalogAuth) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuth) Set
deprecated
func (v *NullableCatalogAuth) Set(val *CatalogAuth)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuth) UnmarshalJSON
deprecated
func (v *NullableCatalogAuth) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuth) Unset
deprecated
func (v *NullableCatalogAuth) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCatalogAuthPatch
deprecated
type NullableCatalogAuthPatch struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCatalogAuthPatch
deprecated
func NewNullableCatalogAuthPatch(val *CatalogAuthPatch) *NullableCatalogAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthPatch) Get
deprecated
func (v NullableCatalogAuthPatch) Get() *CatalogAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthPatch) IsSet
deprecated
func (v NullableCatalogAuthPatch) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthPatch) MarshalJSON
deprecated
func (v NullableCatalogAuthPatch) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthPatch) Set
deprecated
func (v *NullableCatalogAuthPatch) Set(val *CatalogAuthPatch)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthPatch) UnmarshalJSON
deprecated
func (v *NullableCatalogAuthPatch) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthPatch) Unset
deprecated
func (v *NullableCatalogAuthPatch) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCatalogAuthType
deprecated
type NullableCatalogAuthType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCatalogAuthType
deprecated
func NewNullableCatalogAuthType(val *CatalogAuthType) *NullableCatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthType) Get
deprecated
func (v NullableCatalogAuthType) Get() *CatalogAuthType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthType) IsSet
deprecated
func (v NullableCatalogAuthType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCatalogAuthType) MarshalJSON
deprecated
func (v NullableCatalogAuthType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthType) Set
deprecated
func (v *NullableCatalogAuthType) Set(val *CatalogAuthType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthType) UnmarshalJSON
deprecated
func (v *NullableCatalogAuthType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCatalogAuthType) Unset
deprecated
func (v *NullableCatalogAuthType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableClientConfig
deprecated
type NullableClientConfig struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableClientConfig
deprecated
func NewNullableClientConfig(val *ClientConfig) *NullableClientConfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableClientConfig) Get
deprecated
func (v NullableClientConfig) Get() *ClientConfig
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableClientConfig) IsSet
deprecated
func (v NullableClientConfig) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableClientConfig) MarshalJSON
deprecated
func (v NullableClientConfig) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableClientConfig) Set
deprecated
func (v *NullableClientConfig) Set(val *ClientConfig)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableClientConfig) UnmarshalJSON
deprecated
func (v *NullableClientConfig) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableClientConfig) Unset
deprecated
func (v *NullableClientConfig) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateIntakePayload
deprecated
type NullableCreateIntakePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateIntakePayload
deprecated
func NewNullableCreateIntakePayload(val *CreateIntakePayload) *NullableCreateIntakePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakePayload) Get
deprecated
func (v NullableCreateIntakePayload) Get() *CreateIntakePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakePayload) IsSet
deprecated
func (v NullableCreateIntakePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakePayload) MarshalJSON
deprecated
func (v NullableCreateIntakePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakePayload) Set
deprecated
func (v *NullableCreateIntakePayload) Set(val *CreateIntakePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakePayload) UnmarshalJSON
deprecated
func (v *NullableCreateIntakePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakePayload) Unset
deprecated
func (v *NullableCreateIntakePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateIntakeRunnerPayload
deprecated
type NullableCreateIntakeRunnerPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateIntakeRunnerPayload
deprecated
func NewNullableCreateIntakeRunnerPayload(val *CreateIntakeRunnerPayload) *NullableCreateIntakeRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeRunnerPayload) Get
deprecated
func (v NullableCreateIntakeRunnerPayload) Get() *CreateIntakeRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeRunnerPayload) IsSet
deprecated
func (v NullableCreateIntakeRunnerPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeRunnerPayload) MarshalJSON
deprecated
func (v NullableCreateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeRunnerPayload) Set
deprecated
func (v *NullableCreateIntakeRunnerPayload) Set(val *CreateIntakeRunnerPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeRunnerPayload) UnmarshalJSON
deprecated
func (v *NullableCreateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeRunnerPayload) Unset
deprecated
func (v *NullableCreateIntakeRunnerPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableCreateIntakeUserPayload
deprecated
type NullableCreateIntakeUserPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableCreateIntakeUserPayload
deprecated
func NewNullableCreateIntakeUserPayload(val *CreateIntakeUserPayload) *NullableCreateIntakeUserPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeUserPayload) Get
deprecated
func (v NullableCreateIntakeUserPayload) Get() *CreateIntakeUserPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeUserPayload) IsSet
deprecated
func (v NullableCreateIntakeUserPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableCreateIntakeUserPayload) MarshalJSON
deprecated
func (v NullableCreateIntakeUserPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeUserPayload) Set
deprecated
func (v *NullableCreateIntakeUserPayload) Set(val *CreateIntakeUserPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeUserPayload) UnmarshalJSON
deprecated
func (v *NullableCreateIntakeUserPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableCreateIntakeUserPayload) Unset
deprecated
func (v *NullableCreateIntakeUserPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableDremioAuth
deprecated
type NullableDremioAuth struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableDremioAuth
deprecated
func NewNullableDremioAuth(val *DremioAuth) *NullableDremioAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuth) Get
deprecated
func (v NullableDremioAuth) Get() *DremioAuth
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuth) IsSet
deprecated
func (v NullableDremioAuth) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuth) MarshalJSON
deprecated
func (v NullableDremioAuth) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuth) Set
deprecated
func (v *NullableDremioAuth) Set(val *DremioAuth)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuth) UnmarshalJSON
deprecated
func (v *NullableDremioAuth) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuth) Unset
deprecated
func (v *NullableDremioAuth) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableDremioAuthPatch
deprecated
type NullableDremioAuthPatch struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableDremioAuthPatch
deprecated
func NewNullableDremioAuthPatch(val *DremioAuthPatch) *NullableDremioAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuthPatch) Get
deprecated
func (v NullableDremioAuthPatch) Get() *DremioAuthPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuthPatch) IsSet
deprecated
func (v NullableDremioAuthPatch) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableDremioAuthPatch) MarshalJSON
deprecated
func (v NullableDremioAuthPatch) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuthPatch) Set
deprecated
func (v *NullableDremioAuthPatch) Set(val *DremioAuthPatch)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuthPatch) UnmarshalJSON
deprecated
func (v *NullableDremioAuthPatch) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableDremioAuthPatch) Unset
deprecated
func (v *NullableDremioAuthPatch) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat32
deprecated
type NullableFloat32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat32
deprecated
func NewNullableFloat32(val *float32) *NullableFloat32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) Get
deprecated
func (v NullableFloat32) Get() *float32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) IsSet
deprecated
func (v NullableFloat32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat32) MarshalJSON
deprecated
func (v NullableFloat32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Set
deprecated
func (v *NullableFloat32) Set(val *float32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) UnmarshalJSON
deprecated
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat32) Unset
deprecated
func (v *NullableFloat32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableFloat64
deprecated
type NullableFloat64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableFloat64
deprecated
func NewNullableFloat64(val *float64) *NullableFloat64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) Get
deprecated
func (v NullableFloat64) Get() *float64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) IsSet
deprecated
func (v NullableFloat64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableFloat64) MarshalJSON
deprecated
func (v NullableFloat64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Set
deprecated
func (v *NullableFloat64) Set(val *float64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) UnmarshalJSON
deprecated
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableFloat64) Unset
deprecated
func (v *NullableFloat64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt
deprecated
type NullableInt struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt
deprecated
func NewNullableInt(val *int) *NullableInt
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) Get
deprecated
func (v NullableInt) Get() *int
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) IsSet
deprecated
func (v NullableInt) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt) MarshalJSON
deprecated
func (v NullableInt) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Set
deprecated
func (v *NullableInt) Set(val *int)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) UnmarshalJSON
deprecated
func (v *NullableInt) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt) Unset
deprecated
func (v *NullableInt) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt32
deprecated
type NullableInt32 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt32
deprecated
func NewNullableInt32(val *int32) *NullableInt32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) Get
deprecated
func (v NullableInt32) Get() *int32
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) IsSet
deprecated
func (v NullableInt32) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt32) MarshalJSON
deprecated
func (v NullableInt32) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Set
deprecated
func (v *NullableInt32) Set(val *int32)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) UnmarshalJSON
deprecated
func (v *NullableInt32) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt32) Unset
deprecated
func (v *NullableInt32) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableInt64
deprecated
type NullableInt64 struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableInt64
deprecated
func NewNullableInt64(val *int64) *NullableInt64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) Get
deprecated
func (v NullableInt64) Get() *int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) IsSet
deprecated
func (v NullableInt64) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableInt64) MarshalJSON
deprecated
func (v NullableInt64) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Set
deprecated
func (v *NullableInt64) Set(val *int64)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) UnmarshalJSON
deprecated
func (v *NullableInt64) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableInt64) Unset
deprecated
func (v *NullableInt64) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeCatalog
deprecated
type NullableIntakeCatalog struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeCatalog
deprecated
func NewNullableIntakeCatalog(val *IntakeCatalog) *NullableIntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalog) Get
deprecated
func (v NullableIntakeCatalog) Get() *IntakeCatalog
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalog) IsSet
deprecated
func (v NullableIntakeCatalog) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalog) MarshalJSON
deprecated
func (v NullableIntakeCatalog) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalog) Set
deprecated
func (v *NullableIntakeCatalog) Set(val *IntakeCatalog)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalog) UnmarshalJSON
deprecated
func (v *NullableIntakeCatalog) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalog) Unset
deprecated
func (v *NullableIntakeCatalog) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeCatalogPatch
deprecated
type NullableIntakeCatalogPatch struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeCatalogPatch
deprecated
func NewNullableIntakeCatalogPatch(val *IntakeCatalogPatch) *NullableIntakeCatalogPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalogPatch) Get
deprecated
func (v NullableIntakeCatalogPatch) Get() *IntakeCatalogPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalogPatch) IsSet
deprecated
func (v NullableIntakeCatalogPatch) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeCatalogPatch) MarshalJSON
deprecated
func (v NullableIntakeCatalogPatch) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalogPatch) Set
deprecated
func (v *NullableIntakeCatalogPatch) Set(val *IntakeCatalogPatch)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalogPatch) UnmarshalJSON
deprecated
func (v *NullableIntakeCatalogPatch) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeCatalogPatch) Unset
deprecated
func (v *NullableIntakeCatalogPatch) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeResponse
deprecated
type NullableIntakeResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeResponse
deprecated
func NewNullableIntakeResponse(val *IntakeResponse) *NullableIntakeResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponse) Get
deprecated
func (v NullableIntakeResponse) Get() *IntakeResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponse) IsSet
deprecated
func (v NullableIntakeResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponse) MarshalJSON
deprecated
func (v NullableIntakeResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponse) Set
deprecated
func (v *NullableIntakeResponse) Set(val *IntakeResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponse) UnmarshalJSON
deprecated
func (v *NullableIntakeResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponse) Unset
deprecated
func (v *NullableIntakeResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeResponseState
deprecated
type NullableIntakeResponseState struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeResponseState
deprecated
func NewNullableIntakeResponseState(val *IntakeResponseState) *NullableIntakeResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponseState) Get
deprecated
func (v NullableIntakeResponseState) Get() *IntakeResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponseState) IsSet
deprecated
func (v NullableIntakeResponseState) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeResponseState) MarshalJSON
deprecated
func (v NullableIntakeResponseState) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponseState) Set
deprecated
func (v *NullableIntakeResponseState) Set(val *IntakeResponseState)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponseState) UnmarshalJSON
deprecated
func (v *NullableIntakeResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeResponseState) Unset
deprecated
func (v *NullableIntakeResponseState) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeRunnerResponse
deprecated
type NullableIntakeRunnerResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeRunnerResponse
deprecated
func NewNullableIntakeRunnerResponse(val *IntakeRunnerResponse) *NullableIntakeRunnerResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponse) Get
deprecated
func (v NullableIntakeRunnerResponse) Get() *IntakeRunnerResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponse) IsSet
deprecated
func (v NullableIntakeRunnerResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponse) MarshalJSON
deprecated
func (v NullableIntakeRunnerResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponse) Set
deprecated
func (v *NullableIntakeRunnerResponse) Set(val *IntakeRunnerResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponse) UnmarshalJSON
deprecated
func (v *NullableIntakeRunnerResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponse) Unset
deprecated
func (v *NullableIntakeRunnerResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeRunnerResponseState
deprecated
type NullableIntakeRunnerResponseState struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeRunnerResponseState
deprecated
func NewNullableIntakeRunnerResponseState(val *IntakeRunnerResponseState) *NullableIntakeRunnerResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponseState) Get
deprecated
func (v NullableIntakeRunnerResponseState) Get() *IntakeRunnerResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponseState) IsSet
deprecated
func (v NullableIntakeRunnerResponseState) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeRunnerResponseState) MarshalJSON
deprecated
func (v NullableIntakeRunnerResponseState) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponseState) Set
deprecated
func (v *NullableIntakeRunnerResponseState) Set(val *IntakeRunnerResponseState)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponseState) UnmarshalJSON
deprecated
func (v *NullableIntakeRunnerResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeRunnerResponseState) Unset
deprecated
func (v *NullableIntakeRunnerResponseState) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeUserResponse
deprecated
type NullableIntakeUserResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeUserResponse
deprecated
func NewNullableIntakeUserResponse(val *IntakeUserResponse) *NullableIntakeUserResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponse) Get
deprecated
func (v NullableIntakeUserResponse) Get() *IntakeUserResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponse) IsSet
deprecated
func (v NullableIntakeUserResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponse) MarshalJSON
deprecated
func (v NullableIntakeUserResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponse) Set
deprecated
func (v *NullableIntakeUserResponse) Set(val *IntakeUserResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponse) UnmarshalJSON
deprecated
func (v *NullableIntakeUserResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponse) Unset
deprecated
func (v *NullableIntakeUserResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableIntakeUserResponseState
deprecated
type NullableIntakeUserResponseState struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableIntakeUserResponseState
deprecated
func NewNullableIntakeUserResponseState(val *IntakeUserResponseState) *NullableIntakeUserResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponseState) Get
deprecated
func (v NullableIntakeUserResponseState) Get() *IntakeUserResponseState
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponseState) IsSet
deprecated
func (v NullableIntakeUserResponseState) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableIntakeUserResponseState) MarshalJSON
deprecated
func (v NullableIntakeUserResponseState) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponseState) Set
deprecated
func (v *NullableIntakeUserResponseState) Set(val *IntakeUserResponseState)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponseState) UnmarshalJSON
deprecated
func (v *NullableIntakeUserResponseState) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableIntakeUserResponseState) Unset
deprecated
func (v *NullableIntakeUserResponseState) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListIntakeRunnersResponse
deprecated
type NullableListIntakeRunnersResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListIntakeRunnersResponse
deprecated
func NewNullableListIntakeRunnersResponse(val *ListIntakeRunnersResponse) *NullableListIntakeRunnersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeRunnersResponse) Get
deprecated
func (v NullableListIntakeRunnersResponse) Get() *ListIntakeRunnersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeRunnersResponse) IsSet
deprecated
func (v NullableListIntakeRunnersResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeRunnersResponse) MarshalJSON
deprecated
func (v NullableListIntakeRunnersResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeRunnersResponse) Set
deprecated
func (v *NullableListIntakeRunnersResponse) Set(val *ListIntakeRunnersResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeRunnersResponse) UnmarshalJSON
deprecated
func (v *NullableListIntakeRunnersResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeRunnersResponse) Unset
deprecated
func (v *NullableListIntakeRunnersResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListIntakeUsersResponse
deprecated
type NullableListIntakeUsersResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListIntakeUsersResponse
deprecated
func NewNullableListIntakeUsersResponse(val *ListIntakeUsersResponse) *NullableListIntakeUsersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeUsersResponse) Get
deprecated
func (v NullableListIntakeUsersResponse) Get() *ListIntakeUsersResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeUsersResponse) IsSet
deprecated
func (v NullableListIntakeUsersResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakeUsersResponse) MarshalJSON
deprecated
func (v NullableListIntakeUsersResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeUsersResponse) Set
deprecated
func (v *NullableListIntakeUsersResponse) Set(val *ListIntakeUsersResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeUsersResponse) UnmarshalJSON
deprecated
func (v *NullableListIntakeUsersResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakeUsersResponse) Unset
deprecated
func (v *NullableListIntakeUsersResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableListIntakesResponse
deprecated
type NullableListIntakesResponse struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableListIntakesResponse
deprecated
func NewNullableListIntakesResponse(val *ListIntakesResponse) *NullableListIntakesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakesResponse) Get
deprecated
func (v NullableListIntakesResponse) Get() *ListIntakesResponse
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakesResponse) IsSet
deprecated
func (v NullableListIntakesResponse) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableListIntakesResponse) MarshalJSON
deprecated
func (v NullableListIntakesResponse) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakesResponse) Set
deprecated
func (v *NullableListIntakesResponse) Set(val *ListIntakesResponse)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakesResponse) UnmarshalJSON
deprecated
func (v *NullableListIntakesResponse) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableListIntakesResponse) Unset
deprecated
func (v *NullableListIntakesResponse) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartitioningType
deprecated
added in
v0.1.2
type NullablePartitioningType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartitioningType
deprecated
added in
v0.1.2
func NewNullablePartitioningType(val *PartitioningType) *NullablePartitioningType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningType) Get
deprecated
added in
v0.1.2
func (v NullablePartitioningType) Get() *PartitioningType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningType) IsSet
deprecated
added in
v0.1.2
func (v NullablePartitioningType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningType) MarshalJSON
deprecated
added in
v0.1.2
func (v NullablePartitioningType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningType) Set
deprecated
added in
v0.1.2
func (v *NullablePartitioningType) Set(val *PartitioningType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningType) UnmarshalJSON
deprecated
added in
v0.1.2
func (v *NullablePartitioningType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningType) Unset
deprecated
added in
v0.1.2
func (v *NullablePartitioningType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullablePartitioningUpdateType
deprecated
added in
v0.4.0
type NullablePartitioningUpdateType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullablePartitioningUpdateType
deprecated
added in
v0.4.0
func NewNullablePartitioningUpdateType(val *PartitioningUpdateType) *NullablePartitioningUpdateType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningUpdateType) Get
deprecated
added in
v0.4.0
func (v NullablePartitioningUpdateType) Get() *PartitioningUpdateType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningUpdateType) IsSet
deprecated
added in
v0.4.0
func (v NullablePartitioningUpdateType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullablePartitioningUpdateType) MarshalJSON
deprecated
added in
v0.4.0
func (v NullablePartitioningUpdateType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningUpdateType) Set
deprecated
added in
v0.4.0
func (v *NullablePartitioningUpdateType) Set(val *PartitioningUpdateType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningUpdateType) UnmarshalJSON
deprecated
added in
v0.4.0
func (v *NullablePartitioningUpdateType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullablePartitioningUpdateType) Unset
deprecated
added in
v0.4.0
func (v *NullablePartitioningUpdateType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableString
deprecated
type NullableString struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableString
deprecated
func NewNullableString(val *string) *NullableString
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) Get
deprecated
func (v NullableString) Get() *string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) IsSet
deprecated
func (v NullableString) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableString) MarshalJSON
deprecated
func (v NullableString) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Set
deprecated
func (v *NullableString) Set(val *string)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) UnmarshalJSON
deprecated
func (v *NullableString) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableString) Unset
deprecated
func (v *NullableString) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableTime
deprecated
type NullableTime struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableTime
deprecated
func NewNullableTime(val *time.Time) *NullableTime
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) Get
deprecated
func (v NullableTime) Get() *time.Time
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) IsSet
deprecated
func (v NullableTime) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableTime) MarshalJSON
deprecated
func (v NullableTime) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Set
deprecated
func (v *NullableTime) Set(val *time.Time)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) UnmarshalJSON
deprecated
func (v *NullableTime) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableTime) Unset
deprecated
func (v *NullableTime) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateIntakePayload
deprecated
type NullableUpdateIntakePayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUpdateIntakePayload
deprecated
func NewNullableUpdateIntakePayload(val *UpdateIntakePayload) *NullableUpdateIntakePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakePayload) Get
deprecated
func (v NullableUpdateIntakePayload) Get() *UpdateIntakePayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakePayload) IsSet
deprecated
func (v NullableUpdateIntakePayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakePayload) MarshalJSON
deprecated
func (v NullableUpdateIntakePayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakePayload) Set
deprecated
func (v *NullableUpdateIntakePayload) Set(val *UpdateIntakePayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakePayload) UnmarshalJSON
deprecated
func (v *NullableUpdateIntakePayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakePayload) Unset
deprecated
func (v *NullableUpdateIntakePayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateIntakeRunnerPayload
deprecated
type NullableUpdateIntakeRunnerPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUpdateIntakeRunnerPayload
deprecated
func NewNullableUpdateIntakeRunnerPayload(val *UpdateIntakeRunnerPayload) *NullableUpdateIntakeRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeRunnerPayload) Get
deprecated
func (v NullableUpdateIntakeRunnerPayload) Get() *UpdateIntakeRunnerPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeRunnerPayload) IsSet
deprecated
func (v NullableUpdateIntakeRunnerPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeRunnerPayload) MarshalJSON
deprecated
func (v NullableUpdateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeRunnerPayload) Set
deprecated
func (v *NullableUpdateIntakeRunnerPayload) Set(val *UpdateIntakeRunnerPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeRunnerPayload) UnmarshalJSON
deprecated
func (v *NullableUpdateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeRunnerPayload) Unset
deprecated
func (v *NullableUpdateIntakeRunnerPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUpdateIntakeUserPayload
deprecated
type NullableUpdateIntakeUserPayload struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUpdateIntakeUserPayload
deprecated
func NewNullableUpdateIntakeUserPayload(val *UpdateIntakeUserPayload) *NullableUpdateIntakeUserPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeUserPayload) Get
deprecated
func (v NullableUpdateIntakeUserPayload) Get() *UpdateIntakeUserPayload
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeUserPayload) IsSet
deprecated
func (v NullableUpdateIntakeUserPayload) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUpdateIntakeUserPayload) MarshalJSON
deprecated
func (v NullableUpdateIntakeUserPayload) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeUserPayload) Set
deprecated
func (v *NullableUpdateIntakeUserPayload) Set(val *UpdateIntakeUserPayload)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeUserPayload) UnmarshalJSON
deprecated
func (v *NullableUpdateIntakeUserPayload) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUpdateIntakeUserPayload) Unset
deprecated
func (v *NullableUpdateIntakeUserPayload) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableUserType
deprecated
type NullableUserType struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewNullableUserType
deprecated
func NewNullableUserType(val *UserType) *NullableUserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUserType) Get
deprecated
func (v NullableUserType) Get() *UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUserType) IsSet
deprecated
func (v NullableUserType) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableUserType) MarshalJSON
deprecated
func (v NullableUserType) MarshalJSON() ([]byte, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUserType) Set
deprecated
func (v *NullableUserType) Set(val *UserType)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUserType) UnmarshalJSON
deprecated
func (v *NullableUserType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableUserType) Unset
deprecated
func (v *NullableUserType) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type NullableValue
deprecated
type NullableValue[T any] struct { // contains filtered or unexported fields }
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) Get
deprecated
func (v NullableValue[T]) Get() *T
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (NullableValue[T]) IsSet
deprecated
func (v NullableValue[T]) IsSet() bool
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Set
deprecated
func (v *NullableValue[T]) Set(val *T)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*NullableValue[T]) Unset
deprecated
func (v *NullableValue[T]) Unset()
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartitioningType ¶ added in v0.1.2
type PartitioningType string
PartitioningType The target table's partitioning. * `none` disables partitioning, the default. * `intake-time` configures daily partitioning based on the automatically created ingestion time column `__intake_ts`. * `manual` allows arbitrary Iceberg partitioning expression to be set via `partitionBy`. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGTYPE_NONE PartitioningType = "none" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGTYPE_INTAKE_TIME PartitioningType = "intake-time" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGTYPE_MANUAL PartitioningType = "manual" )
List of partitioningType
func NewPartitioningTypeFromValue ¶ added in v0.1.2
func NewPartitioningTypeFromValue(v string) (*PartitioningType, error)
NewPartitioningTypeFromValue returns a pointer to a valid PartitioningType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartitioningType) IsValid ¶ added in v0.1.2
func (v PartitioningType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartitioningType) Ptr ¶ added in v0.1.2
func (v PartitioningType) Ptr() *PartitioningType
Ptr returns reference to partitioningType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartitioningType) UnmarshalJSON
deprecated
added in
v0.1.2
func (v *PartitioningType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type PartitioningUpdateType ¶ added in v0.4.0
type PartitioningUpdateType string
PartitioningUpdateType The target table's partitioning. * `none` disables partitioning. * `intake-time` configures daily partitioning based on the automatically created ingestion time column `__intake_ts`. * `manual` allows arbitrary Iceberg partitioning expression to be set via `partitionBy`. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGUPDATETYPE_NONE PartitioningUpdateType = "none" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGUPDATETYPE_INTAKE_TIME PartitioningUpdateType = "intake-time" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead PARTITIONINGUPDATETYPE_MANUAL PartitioningUpdateType = "manual" )
List of partitioningUpdateType
func NewPartitioningUpdateTypeFromValue ¶ added in v0.4.0
func NewPartitioningUpdateTypeFromValue(v string) (*PartitioningUpdateType, error)
NewPartitioningUpdateTypeFromValue returns a pointer to a valid PartitioningUpdateType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartitioningUpdateType) IsValid ¶ added in v0.4.0
func (v PartitioningUpdateType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (PartitioningUpdateType) Ptr ¶ added in v0.4.0
func (v PartitioningUpdateType) Ptr() *PartitioningUpdateType
Ptr returns reference to partitioningUpdateType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*PartitioningUpdateType) UnmarshalJSON
deprecated
added in
v0.4.0
func (v *PartitioningUpdateType) UnmarshalJSON(src []byte) error
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayload ¶
type UpdateIntakePayload struct {
Catalog UpdateIntakePayloadGetCatalogAttributeType `json:"catalog,omitempty"`
// The description is a longer text chosen by the user to provide more context for the resource.
Description UpdateIntakePayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
DisplayName UpdateIntakePayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
// The unique id of the intake runner this intake should run on.
// REQUIRED
IntakeRunnerId UpdateIntakePayloadGetIntakeRunnerIdAttributeType `json:"intakeRunnerId" required:"true"`
// Labels are key-value pairs associated with the resource. To update labels: - Provide a new set of key-value pairs to replace the existing labels. - Send empty object `{}` to remove all labels. - Omit this field to leave the labels unchanged.
Labels UpdateIntakePayloadGetLabelsAttributeType `json:"labels,omitempty"`
}
UpdateIntakePayload struct for UpdateIntakePayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakePayload ¶
func NewUpdateIntakePayload(intakeRunnerId UpdateIntakePayloadGetIntakeRunnerIdArgType) *UpdateIntakePayload
NewUpdateIntakePayload instantiates a new UpdateIntakePayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakePayloadWithDefaults ¶
func NewUpdateIntakePayloadWithDefaults() *UpdateIntakePayload
NewUpdateIntakePayloadWithDefaults instantiates a new UpdateIntakePayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetCatalog ¶
func (o *UpdateIntakePayload) GetCatalog() (res UpdateIntakePayloadGetCatalogRetType)
GetCatalog returns the Catalog field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetCatalogOk ¶
func (o *UpdateIntakePayload) GetCatalogOk() (ret UpdateIntakePayloadGetCatalogRetType, ok bool)
GetCatalogOk returns a tuple with the Catalog field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetDescription ¶
func (o *UpdateIntakePayload) GetDescription() (res UpdateIntakePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetDescriptionOk ¶
func (o *UpdateIntakePayload) GetDescriptionOk() (ret UpdateIntakePayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetDisplayName ¶
func (o *UpdateIntakePayload) GetDisplayName() (res UpdateIntakePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetDisplayNameOk ¶
func (o *UpdateIntakePayload) GetDisplayNameOk() (ret UpdateIntakePayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetIntakeRunnerId ¶
func (o *UpdateIntakePayload) GetIntakeRunnerId() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetIntakeRunnerIdOk ¶
func (o *UpdateIntakePayload) GetIntakeRunnerIdOk() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType, ok bool)
GetIntakeRunnerIdOk returns a tuple with the IntakeRunnerId field value and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetLabels ¶
func (o *UpdateIntakePayload) GetLabels() (res UpdateIntakePayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) GetLabelsOk ¶
func (o *UpdateIntakePayload) GetLabelsOk() (ret UpdateIntakePayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) HasCatalog ¶
func (o *UpdateIntakePayload) HasCatalog() bool
HasCatalog returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) HasDescription ¶
func (o *UpdateIntakePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) HasDisplayName ¶
func (o *UpdateIntakePayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) HasLabels ¶
func (o *UpdateIntakePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) SetCatalog ¶
func (o *UpdateIntakePayload) SetCatalog(v UpdateIntakePayloadGetCatalogRetType)
SetCatalog gets a reference to the given IntakeCatalogPatch and assigns it to the Catalog field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) SetDescription ¶
func (o *UpdateIntakePayload) SetDescription(v UpdateIntakePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) SetDisplayName ¶
func (o *UpdateIntakePayload) SetDisplayName(v UpdateIntakePayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) SetIntakeRunnerId ¶
func (o *UpdateIntakePayload) SetIntakeRunnerId(v UpdateIntakePayloadGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakePayload) SetLabels ¶
func (o *UpdateIntakePayload) SetLabels(v UpdateIntakePayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakePayload) ToMap
deprecated
func (o UpdateIntakePayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetCatalogArgType
deprecated
type UpdateIntakePayloadGetCatalogArgType = IntakeCatalogPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetCatalogAttributeType ¶
type UpdateIntakePayloadGetCatalogAttributeType = *IntakeCatalogPatch
isModel Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetCatalogRetType
deprecated
type UpdateIntakePayloadGetCatalogRetType = IntakeCatalogPatch
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDescriptionArgType
deprecated
type UpdateIntakePayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDescriptionAttributeType ¶
type UpdateIntakePayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDescriptionRetType
deprecated
type UpdateIntakePayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDisplayNameArgType
deprecated
type UpdateIntakePayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDisplayNameAttributeType ¶
type UpdateIntakePayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetDisplayNameRetType
deprecated
type UpdateIntakePayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetIntakeRunnerIdArgType
deprecated
type UpdateIntakePayloadGetIntakeRunnerIdArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetIntakeRunnerIdAttributeType ¶
type UpdateIntakePayloadGetIntakeRunnerIdAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetIntakeRunnerIdRetType
deprecated
type UpdateIntakePayloadGetIntakeRunnerIdRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetLabelsArgType
deprecated
type UpdateIntakePayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakePayloadGetLabelsRetType
deprecated
type UpdateIntakeRequest
deprecated
type UpdateIntakeRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeRequest) Execute
deprecated
func (r UpdateIntakeRequest) Execute() (*IntakeResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeRequest) UpdateIntakePayload
deprecated
func (r UpdateIntakeRequest) UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayload ¶
type UpdateIntakeRunnerPayload struct {
// The description is a longer text chosen by the user to provide more context for the resource.
Description UpdateIntakeRunnerPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
DisplayName UpdateIntakeRunnerPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
// Labels are key-value pairs associated with the resource. To update labels: - Provide a new set of key-value pairs to replace the existing labels. - Send empty object `{}` to remove all labels. - Omit this field to leave the labels unchanged.
Labels UpdateIntakeRunnerPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// The maximum size of a message in kibibytes (1 KiB = 1024 bytes).
MaxMessageSizeKiB UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType `json:"maxMessageSizeKiB,omitempty"`
// The maximum number of messages per hour.
MaxMessagesPerHour UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType `json:"maxMessagesPerHour,omitempty"`
}
UpdateIntakeRunnerPayload struct for UpdateIntakeRunnerPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakeRunnerPayload ¶
func NewUpdateIntakeRunnerPayload() *UpdateIntakeRunnerPayload
NewUpdateIntakeRunnerPayload instantiates a new UpdateIntakeRunnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakeRunnerPayloadWithDefaults ¶
func NewUpdateIntakeRunnerPayloadWithDefaults() *UpdateIntakeRunnerPayload
NewUpdateIntakeRunnerPayloadWithDefaults instantiates a new UpdateIntakeRunnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetDescription ¶
func (o *UpdateIntakeRunnerPayload) GetDescription() (res UpdateIntakeRunnerPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetDescriptionOk ¶
func (o *UpdateIntakeRunnerPayload) GetDescriptionOk() (ret UpdateIntakeRunnerPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetDisplayName ¶
func (o *UpdateIntakeRunnerPayload) GetDisplayName() (res UpdateIntakeRunnerPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetDisplayNameOk ¶
func (o *UpdateIntakeRunnerPayload) GetDisplayNameOk() (ret UpdateIntakeRunnerPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetLabels ¶
func (o *UpdateIntakeRunnerPayload) GetLabels() (res UpdateIntakeRunnerPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetLabelsOk ¶
func (o *UpdateIntakeRunnerPayload) GetLabelsOk() (ret UpdateIntakeRunnerPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB() (res UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetMaxMessageSizeKiBOk ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessageSizeKiBOk() (ret UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType, ok bool)
GetMaxMessageSizeKiBOk returns a tuple with the MaxMessageSizeKiB field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetMaxMessagesPerHour ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessagesPerHour() (res UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) GetMaxMessagesPerHourOk ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessagesPerHourOk() (ret UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType, ok bool)
GetMaxMessagesPerHourOk returns a tuple with the MaxMessagesPerHour field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) HasDescription ¶
func (o *UpdateIntakeRunnerPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) HasDisplayName ¶
func (o *UpdateIntakeRunnerPayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) HasLabels ¶
func (o *UpdateIntakeRunnerPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB ¶ added in v0.1.1
func (o *UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB() bool
HasMaxMessageSizeKiB returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) HasMaxMessagesPerHour ¶ added in v0.1.1
func (o *UpdateIntakeRunnerPayload) HasMaxMessagesPerHour() bool
HasMaxMessagesPerHour returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) SetDescription ¶
func (o *UpdateIntakeRunnerPayload) SetDescription(v UpdateIntakeRunnerPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) SetDisplayName ¶
func (o *UpdateIntakeRunnerPayload) SetDisplayName(v UpdateIntakeRunnerPayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) SetLabels ¶
func (o *UpdateIntakeRunnerPayload) SetLabels(v UpdateIntakeRunnerPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB ¶
func (o *UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB(v UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB gets a reference to the given int64 and assigns it to the MaxMessageSizeKiB field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeRunnerPayload) SetMaxMessagesPerHour ¶
func (o *UpdateIntakeRunnerPayload) SetMaxMessagesPerHour(v UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour gets a reference to the given int64 and assigns it to the MaxMessagesPerHour field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeRunnerPayload) ToMap
deprecated
func (o UpdateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDescriptionArgType
deprecated
type UpdateIntakeRunnerPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDescriptionAttributeType ¶
type UpdateIntakeRunnerPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDescriptionRetType
deprecated
type UpdateIntakeRunnerPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDisplayNameArgType
deprecated
type UpdateIntakeRunnerPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType ¶
type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetDisplayNameRetType
deprecated
type UpdateIntakeRunnerPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetLabelsArgType
deprecated
type UpdateIntakeRunnerPayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetLabelsRetType
deprecated
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType
deprecated
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType ¶
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType
deprecated
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType
deprecated
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType ¶
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64
isInteger Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType
deprecated
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeRunnerRequest
deprecated
type UpdateIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeRunnerRequest) Execute
deprecated
func (r UpdateIntakeRunnerRequest) Execute() (*IntakeRunnerResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload
deprecated
func (r UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayload ¶
type UpdateIntakeUserPayload struct {
// The description is a longer text chosen by the user to provide more context for the resource.
Description UpdateIntakeUserPayloadGetDescriptionAttributeType `json:"description,omitempty"`
// The display name is a short name chosen by the user to identify the resource.
DisplayName UpdateIntakeUserPayloadGetDisplayNameAttributeType `json:"displayName,omitempty"`
// Labels are key-value pairs associated with the resource. To update labels: - Provide a new set of key-value pairs to replace the existing labels. - Send empty object `{}` to remove all labels. - Omit this field to leave the labels unchanged.
Labels UpdateIntakeUserPayloadGetLabelsAttributeType `json:"labels,omitempty"`
// A password chosen by the user.
Password UpdateIntakeUserPayloadGetPasswordAttributeType `json:"password,omitempty"`
Type UpdateIntakeUserPayloadGetTypeAttributeType `json:"type,omitempty"`
}
UpdateIntakeUserPayload struct for UpdateIntakeUserPayload Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakeUserPayload ¶
func NewUpdateIntakeUserPayload() *UpdateIntakeUserPayload
NewUpdateIntakeUserPayload instantiates a new UpdateIntakeUserPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func NewUpdateIntakeUserPayloadWithDefaults ¶
func NewUpdateIntakeUserPayloadWithDefaults() *UpdateIntakeUserPayload
NewUpdateIntakeUserPayloadWithDefaults instantiates a new UpdateIntakeUserPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetDescription ¶
func (o *UpdateIntakeUserPayload) GetDescription() (res UpdateIntakeUserPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetDescriptionOk ¶
func (o *UpdateIntakeUserPayload) GetDescriptionOk() (ret UpdateIntakeUserPayloadGetDescriptionRetType, ok bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetDisplayName ¶
func (o *UpdateIntakeUserPayload) GetDisplayName() (res UpdateIntakeUserPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetDisplayNameOk ¶
func (o *UpdateIntakeUserPayload) GetDisplayNameOk() (ret UpdateIntakeUserPayloadGetDisplayNameRetType, ok bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetLabels ¶
func (o *UpdateIntakeUserPayload) GetLabels() (res UpdateIntakeUserPayloadGetLabelsRetType)
GetLabels returns the Labels field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetLabelsOk ¶
func (o *UpdateIntakeUserPayload) GetLabelsOk() (ret UpdateIntakeUserPayloadGetLabelsRetType, ok bool)
GetLabelsOk returns a tuple with the Labels field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetPassword ¶
func (o *UpdateIntakeUserPayload) GetPassword() (res UpdateIntakeUserPayloadGetPasswordRetType)
GetPassword returns the Password field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetPasswordOk ¶
func (o *UpdateIntakeUserPayload) GetPasswordOk() (ret UpdateIntakeUserPayloadGetPasswordRetType, ok bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetType ¶
func (o *UpdateIntakeUserPayload) GetType() (res UpdateIntakeUserPayloadGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) GetTypeOk ¶
func (o *UpdateIntakeUserPayload) GetTypeOk() (ret UpdateIntakeUserPayloadGetTypeRetType, ok bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) HasDescription ¶
func (o *UpdateIntakeUserPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) HasDisplayName ¶
func (o *UpdateIntakeUserPayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) HasLabels ¶
func (o *UpdateIntakeUserPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) HasPassword ¶
func (o *UpdateIntakeUserPayload) HasPassword() bool
HasPassword returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) HasType ¶
func (o *UpdateIntakeUserPayload) HasType() bool
HasType returns a boolean if a field has been set. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) SetDescription ¶
func (o *UpdateIntakeUserPayload) SetDescription(v UpdateIntakeUserPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) SetDisplayName ¶
func (o *UpdateIntakeUserPayload) SetDisplayName(v UpdateIntakeUserPayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) SetLabels ¶
func (o *UpdateIntakeUserPayload) SetLabels(v UpdateIntakeUserPayloadGetLabelsRetType)
SetLabels gets a reference to the given map[string]string and assigns it to the Labels field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) SetPassword ¶
func (o *UpdateIntakeUserPayload) SetPassword(v UpdateIntakeUserPayloadGetPasswordRetType)
SetPassword gets a reference to the given string and assigns it to the Password field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UpdateIntakeUserPayload) SetType ¶
func (o *UpdateIntakeUserPayload) SetType(v UpdateIntakeUserPayloadGetTypeRetType)
SetType gets a reference to the given UserType and assigns it to the Type field. Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeUserPayload) ToMap
deprecated
func (o UpdateIntakeUserPayload) ToMap() (map[string]interface{}, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDescriptionArgType
deprecated
type UpdateIntakeUserPayloadGetDescriptionArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDescriptionAttributeType ¶
type UpdateIntakeUserPayloadGetDescriptionAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDescriptionRetType
deprecated
type UpdateIntakeUserPayloadGetDescriptionRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDisplayNameArgType
deprecated
type UpdateIntakeUserPayloadGetDisplayNameArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDisplayNameAttributeType ¶
type UpdateIntakeUserPayloadGetDisplayNameAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetDisplayNameRetType
deprecated
type UpdateIntakeUserPayloadGetDisplayNameRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetLabelsArgType
deprecated
type UpdateIntakeUserPayloadGetLabelsAttributeType ¶
isContainer Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetLabelsRetType
deprecated
type UpdateIntakeUserPayloadGetPasswordArgType
deprecated
type UpdateIntakeUserPayloadGetPasswordArgType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetPasswordAttributeType ¶
type UpdateIntakeUserPayloadGetPasswordAttributeType = *string
isNotNullableString Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetPasswordRetType
deprecated
type UpdateIntakeUserPayloadGetPasswordRetType = string
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetTypeArgType
deprecated
type UpdateIntakeUserPayloadGetTypeArgType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetTypeAttributeType ¶
type UpdateIntakeUserPayloadGetTypeAttributeType = *UserType
isEnumRef Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserPayloadGetTypeRetType
deprecated
type UpdateIntakeUserPayloadGetTypeRetType = UserType
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UpdateIntakeUserRequest
deprecated
type UpdateIntakeUserRequest struct {
// contains filtered or unexported fields
}
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeUserRequest) Execute
deprecated
func (r UpdateIntakeUserRequest) Execute() (*IntakeUserResponse, error)
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UpdateIntakeUserRequest) UpdateIntakeUserPayload
deprecated
func (r UpdateIntakeUserRequest) UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest
Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
type UserType ¶
type UserType string
UserType Type of user, 'intake' allows writing to the Intake, 'dead-letter' allows reading from the dead-letter queue Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
const ( // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead USERTYPE_INTAKE UserType = "intake" // Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead USERTYPE_DEAD_LETTER UserType = "dead-letter" )
List of userType
func NewUserTypeFromValue ¶
NewUserTypeFromValue returns a pointer to a valid UserType for the value passed as argument, or an error if the value passed is not allowed by the enum Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UserType) IsValid ¶
IsValid return true if the value is valid for the enum, false otherwise Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (UserType) Ptr ¶
Ptr returns reference to userType value Deprecated: Will be removed after 2026-09-30. Move to the packages generated for each available API version instead
func (*UserType) UnmarshalJSON
deprecated
Source Files
¶
- api_default.go
- client.go
- configuration.go
- model_catalog_auth.go
- model_catalog_auth_patch.go
- model_catalog_auth_type.go
- model_client_config.go
- model_create_intake_payload.go
- model_create_intake_runner_payload.go
- model_create_intake_user_payload.go
- model_dremio_auth.go
- model_dremio_auth_patch.go
- model_intake_catalog.go
- model_intake_catalog_patch.go
- model_intake_response.go
- model_intake_runner_response.go
- model_intake_user_response.go
- model_list_intake_runners_response.go
- model_list_intake_users_response.go
- model_list_intakes_response.go
- model_partitioning_type.go
- model_partitioning_update_type.go
- model_update_intake_payload.go
- model_update_intake_runner_payload.go
- model_update_intake_user_payload.go
- model_user_type.go
- utils.go
Directories
¶
| Path | Synopsis |
|---|---|
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. |
|
Deprecated: Will be removed after 2026-09-30.
|
Deprecated: Will be removed after 2026-09-30. |