Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func NewConfiguration() *config.Configuration
- func ParameterValueToString(obj interface{}, key string) string
- 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) ApiCreateIntakeRequest
- func (a *APIClient) CreateIntakeExecute(ctx context.Context, projectId string, regionId string) (*IntakeResponse, error)
- func (a *APIClient) CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest
- func (a *APIClient) CreateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string) (*IntakeRunnerResponse, error)
- func (a *APIClient) CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest
- func (a *APIClient) CreateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeUserResponse, error)
- func (a *APIClient) DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
- func (a *APIClient) DeleteIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) error
- func (a *APIClient) DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
- func (a *APIClient) DeleteIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) error
- func (a *APIClient) DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiDeleteIntakeUserRequest
- func (a *APIClient) DeleteIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) error
- func (c *APIClient) GetConfig() *config.Configuration
- func (a *APIClient) GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest
- func (a *APIClient) GetIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
- func (a *APIClient) GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest
- func (a *APIClient) GetIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) (*IntakeRunnerResponse, error)
- func (a *APIClient) GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiGetIntakeUserRequest
- func (a *APIClient) GetIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) (*IntakeUserResponse, error)
- func (a *APIClient) ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest
- func (a *APIClient) ListIntakeRunnersExecute(ctx context.Context, projectId string, regionId string) (*ListIntakeRunnersResponse, error)
- func (a *APIClient) ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest
- func (a *APIClient) ListIntakeUsersExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*ListIntakeUsersResponse, error)
- func (a *APIClient) ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest
- func (a *APIClient) ListIntakesExecute(ctx context.Context, projectId string, regionId string) (*ListIntakesResponse, error)
- func (a *APIClient) UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest
- func (a *APIClient) UpdateIntakeExecute(ctx context.Context, projectId string, regionId string, intakeId string) (*IntakeResponse, error)
- func (a *APIClient) UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
- func (a *APIClient) UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) error
- func (a *APIClient) UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, ...) ApiUpdateIntakeUserRequest
- func (a *APIClient) UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, ...) error
- type ApiCreateIntakeRequest
- type ApiCreateIntakeRunnerRequest
- type ApiCreateIntakeUserRequest
- type ApiDeleteIntakeRequest
- type ApiDeleteIntakeRunnerRequest
- type ApiDeleteIntakeUserRequest
- type ApiGetIntakeRequest
- type ApiGetIntakeRunnerRequest
- type ApiGetIntakeUserRequest
- type ApiListIntakeRunnersRequest
- type ApiListIntakeUsersRequest
- type ApiListIntakesRequest
- type ApiUpdateIntakeRequest
- type ApiUpdateIntakeRunnerRequest
- type ApiUpdateIntakeUserRequest
- 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)
- type CatalogAuthGetDremioArgType
- type CatalogAuthGetDremioAttributeType
- type CatalogAuthGetDremioRetType
- type CatalogAuthGetTypeArgType
- type CatalogAuthGetTypeAttributeType
- type CatalogAuthGetTypeRetType
- 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)
- type CatalogAuthPatchGetDremioArgType
- type CatalogAuthPatchGetDremioAttributeType
- type CatalogAuthPatchGetDremioRetType
- type CatalogAuthPatchGetTypeArgType
- type CatalogAuthPatchGetTypeAttributeType
- type CatalogAuthPatchGetTypeRetType
- 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)
- type ClientConfigGetJavaArgType
- type ClientConfigGetJavaAttributeType
- type ClientConfigGetJavaRetType
- type ClientConfigGetLibrdkafkaArgType
- type ClientConfigGetLibrdkafkaAttributeType
- type ClientConfigGetLibrdkafkaRetType
- 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)
- type CreateIntakePayloadGetCatalogArgType
- type CreateIntakePayloadGetCatalogAttributeType
- type CreateIntakePayloadGetCatalogRetType
- type CreateIntakePayloadGetDescriptionArgType
- type CreateIntakePayloadGetDescriptionAttributeType
- type CreateIntakePayloadGetDescriptionRetType
- type CreateIntakePayloadGetDisplayNameArgType
- type CreateIntakePayloadGetDisplayNameAttributeType
- type CreateIntakePayloadGetDisplayNameRetType
- type CreateIntakePayloadGetIntakeRunnerIdArgType
- type CreateIntakePayloadGetIntakeRunnerIdAttributeType
- type CreateIntakePayloadGetIntakeRunnerIdRetType
- type CreateIntakePayloadGetLabelsArgType
- type CreateIntakePayloadGetLabelsAttributeType
- type CreateIntakePayloadGetLabelsRetType
- type CreateIntakeRequest
- 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)
- type CreateIntakeRunnerPayloadGetDescriptionArgType
- type CreateIntakeRunnerPayloadGetDescriptionAttributeType
- type CreateIntakeRunnerPayloadGetDescriptionRetType
- type CreateIntakeRunnerPayloadGetDisplayNameArgType
- type CreateIntakeRunnerPayloadGetDisplayNameAttributeType
- type CreateIntakeRunnerPayloadGetDisplayNameRetType
- type CreateIntakeRunnerPayloadGetLabelsArgType
- type CreateIntakeRunnerPayloadGetLabelsAttributeType
- type CreateIntakeRunnerPayloadGetLabelsRetType
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType
- type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType
- type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType
- type CreateIntakeRunnerRequest
- 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)
- type CreateIntakeUserPayloadGetDescriptionArgType
- type CreateIntakeUserPayloadGetDescriptionAttributeType
- type CreateIntakeUserPayloadGetDescriptionRetType
- type CreateIntakeUserPayloadGetDisplayNameArgType
- type CreateIntakeUserPayloadGetDisplayNameAttributeType
- type CreateIntakeUserPayloadGetDisplayNameRetType
- type CreateIntakeUserPayloadGetLabelsArgType
- type CreateIntakeUserPayloadGetLabelsAttributeType
- type CreateIntakeUserPayloadGetLabelsRetType
- type CreateIntakeUserPayloadGetPasswordArgType
- type CreateIntakeUserPayloadGetPasswordAttributeType
- type CreateIntakeUserPayloadGetPasswordRetType
- type CreateIntakeUserPayloadGetTypeArgType
- type CreateIntakeUserPayloadGetTypeAttributeType
- type CreateIntakeUserPayloadGetTypeRetType
- type CreateIntakeUserRequest
- type DefaultApi
- type DefaultApiService
- type DeleteIntakeRequest
- type DeleteIntakeRunnerRequest
- type DeleteIntakeUserRequest
- 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)
- type DremioAuthGetPersonalAccessTokenArgType
- type DremioAuthGetPersonalAccessTokenAttributeType
- type DremioAuthGetPersonalAccessTokenRetType
- type DremioAuthGetTokenEndpointArgType
- type DremioAuthGetTokenEndpointAttributeType
- type DremioAuthGetTokenEndpointRetType
- 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)
- type DremioAuthPatchGetPersonalAccessTokenArgType
- type DremioAuthPatchGetPersonalAccessTokenAttributeType
- type DremioAuthPatchGetPersonalAccessTokenRetType
- type DremioAuthPatchGetTokenEndpointArgType
- type DremioAuthPatchGetTokenEndpointAttributeType
- type DremioAuthPatchGetTokenEndpointRetType
- type GetIntakeRequest
- type GetIntakeRunnerRequest
- type GetIntakeUserRequest
- 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)
- type IntakeCatalogGetAuthArgType
- type IntakeCatalogGetAuthAttributeType
- type IntakeCatalogGetAuthRetType
- type IntakeCatalogGetNamespaceArgType
- type IntakeCatalogGetNamespaceAttributeType
- type IntakeCatalogGetNamespaceRetType
- type IntakeCatalogGetPartitionByArgType
- type IntakeCatalogGetPartitionByAttributeType
- type IntakeCatalogGetPartitionByRetType
- type IntakeCatalogGetPartitioningArgType
- type IntakeCatalogGetPartitioningAttributeType
- type IntakeCatalogGetPartitioningRetType
- type IntakeCatalogGetTableNameArgType
- type IntakeCatalogGetTableNameAttributeType
- type IntakeCatalogGetTableNameRetType
- type IntakeCatalogGetUriArgType
- type IntakeCatalogGetUriAttributeType
- type IntakeCatalogGetUriRetType
- type IntakeCatalogGetWarehouseArgType
- type IntakeCatalogGetWarehouseAttributeType
- type IntakeCatalogGetWarehouseRetType
- 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) 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) 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) SetTableName(v IntakeCatalogPatchGetTableNameRetType)
- func (o *IntakeCatalogPatch) SetUri(v IntakeCatalogPatchGetUriRetType)
- func (o *IntakeCatalogPatch) SetWarehouse(v IntakeCatalogPatchGetWarehouseRetType)
- func (o IntakeCatalogPatch) ToMap() (map[string]interface{}, error)
- type IntakeCatalogPatchGetAuthArgType
- type IntakeCatalogPatchGetAuthAttributeType
- type IntakeCatalogPatchGetAuthRetType
- type IntakeCatalogPatchGetNamespaceArgType
- type IntakeCatalogPatchGetNamespaceAttributeType
- type IntakeCatalogPatchGetNamespaceRetType
- type IntakeCatalogPatchGetTableNameArgType
- type IntakeCatalogPatchGetTableNameAttributeType
- type IntakeCatalogPatchGetTableNameRetType
- type IntakeCatalogPatchGetUriArgType
- type IntakeCatalogPatchGetUriAttributeType
- type IntakeCatalogPatchGetUriRetType
- type IntakeCatalogPatchGetWarehouseArgType
- type IntakeCatalogPatchGetWarehouseAttributeType
- type IntakeCatalogPatchGetWarehouseRetType
- 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)
- type IntakeResponseGetCatalogArgType
- type IntakeResponseGetCatalogAttributeType
- type IntakeResponseGetCatalogRetType
- type IntakeResponseGetCreateTimeArgType
- type IntakeResponseGetCreateTimeAttributeType
- type IntakeResponseGetCreateTimeRetType
- type IntakeResponseGetDeadLetterTopicArgType
- type IntakeResponseGetDeadLetterTopicAttributeType
- type IntakeResponseGetDeadLetterTopicRetType
- type IntakeResponseGetDescriptionArgType
- type IntakeResponseGetDescriptionAttributeType
- type IntakeResponseGetDescriptionRetType
- type IntakeResponseGetDisplayNameArgType
- type IntakeResponseGetDisplayNameAttributeType
- type IntakeResponseGetDisplayNameRetType
- type IntakeResponseGetFailureMessageArgType
- type IntakeResponseGetFailureMessageAttributeType
- type IntakeResponseGetFailureMessageRetType
- type IntakeResponseGetIdArgType
- type IntakeResponseGetIdAttributeType
- type IntakeResponseGetIdRetType
- type IntakeResponseGetIntakeRunnerIdArgType
- type IntakeResponseGetIntakeRunnerIdAttributeType
- type IntakeResponseGetIntakeRunnerIdRetType
- type IntakeResponseGetLabelsArgType
- type IntakeResponseGetLabelsAttributeType
- type IntakeResponseGetLabelsRetType
- type IntakeResponseGetStateArgType
- type IntakeResponseGetStateAttributeType
- type IntakeResponseGetStateRetType
- type IntakeResponseGetTopicArgType
- type IntakeResponseGetTopicAttributeType
- type IntakeResponseGetTopicRetType
- type IntakeResponseGetUndeliveredMessageCountArgType
- type IntakeResponseGetUndeliveredMessageCountAttributeType
- type IntakeResponseGetUndeliveredMessageCountRetType
- type IntakeResponseGetUriArgType
- type IntakeResponseGetUriAttributeType
- type IntakeResponseGetUriRetType
- 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)
- type IntakeRunnerResponseGetCreateTimeArgType
- type IntakeRunnerResponseGetCreateTimeAttributeType
- type IntakeRunnerResponseGetCreateTimeRetType
- type IntakeRunnerResponseGetDescriptionArgType
- type IntakeRunnerResponseGetDescriptionAttributeType
- type IntakeRunnerResponseGetDescriptionRetType
- type IntakeRunnerResponseGetDisplayNameArgType
- type IntakeRunnerResponseGetDisplayNameAttributeType
- type IntakeRunnerResponseGetDisplayNameRetType
- type IntakeRunnerResponseGetIdArgType
- type IntakeRunnerResponseGetIdAttributeType
- type IntakeRunnerResponseGetIdRetType
- type IntakeRunnerResponseGetLabelsArgType
- type IntakeRunnerResponseGetLabelsAttributeType
- type IntakeRunnerResponseGetLabelsRetType
- type IntakeRunnerResponseGetMaxMessageSizeKiBArgType
- type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType
- type IntakeRunnerResponseGetMaxMessageSizeKiBRetType
- type IntakeRunnerResponseGetMaxMessagesPerHourArgType
- type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType
- type IntakeRunnerResponseGetMaxMessagesPerHourRetType
- type IntakeRunnerResponseGetStateArgType
- type IntakeRunnerResponseGetStateAttributeType
- type IntakeRunnerResponseGetStateRetType
- type IntakeRunnerResponseGetUriArgType
- type IntakeRunnerResponseGetUriAttributeType
- type IntakeRunnerResponseGetUriRetType
- 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)
- type IntakeUserResponseGetClientConfigArgType
- type IntakeUserResponseGetClientConfigAttributeType
- type IntakeUserResponseGetClientConfigRetType
- type IntakeUserResponseGetCreateTimeArgType
- type IntakeUserResponseGetCreateTimeAttributeType
- type IntakeUserResponseGetCreateTimeRetType
- type IntakeUserResponseGetDescriptionArgType
- type IntakeUserResponseGetDescriptionAttributeType
- type IntakeUserResponseGetDescriptionRetType
- type IntakeUserResponseGetDisplayNameArgType
- type IntakeUserResponseGetDisplayNameAttributeType
- type IntakeUserResponseGetDisplayNameRetType
- type IntakeUserResponseGetIdArgType
- type IntakeUserResponseGetIdAttributeType
- type IntakeUserResponseGetIdRetType
- type IntakeUserResponseGetLabelsArgType
- type IntakeUserResponseGetLabelsAttributeType
- type IntakeUserResponseGetLabelsRetType
- type IntakeUserResponseGetStateArgType
- type IntakeUserResponseGetStateAttributeType
- type IntakeUserResponseGetStateRetType
- type IntakeUserResponseGetTypeArgType
- type IntakeUserResponseGetTypeAttributeType
- type IntakeUserResponseGetTypeRetType
- type IntakeUserResponseGetUserArgType
- type IntakeUserResponseGetUserAttributeType
- type IntakeUserResponseGetUserRetType
- type IntakeUserResponseState
- type ListIntakeRunnersRequest
- 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)
- type ListIntakeRunnersResponseGetIntakeRunnersArgType
- type ListIntakeRunnersResponseGetIntakeRunnersAttributeType
- type ListIntakeRunnersResponseGetIntakeRunnersRetType
- type ListIntakeRunnersResponseGetNextPageTokenArgType
- type ListIntakeRunnersResponseGetNextPageTokenAttributeType
- type ListIntakeRunnersResponseGetNextPageTokenRetType
- type ListIntakeUsersRequest
- 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)
- type ListIntakeUsersResponseGetIntakeUsersArgType
- type ListIntakeUsersResponseGetIntakeUsersAttributeType
- type ListIntakeUsersResponseGetIntakeUsersRetType
- type ListIntakeUsersResponseGetNextPageTokenArgType
- type ListIntakeUsersResponseGetNextPageTokenAttributeType
- type ListIntakeUsersResponseGetNextPageTokenRetType
- type ListIntakesRequest
- 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)
- type ListIntakesResponseGetIntakesArgType
- type ListIntakesResponseGetIntakesAttributeType
- type ListIntakesResponseGetIntakesRetType
- type ListIntakesResponseGetNextPageTokenArgType
- type ListIntakesResponseGetNextPageTokenAttributeType
- type ListIntakesResponseGetNextPageTokenRetType
- type MappedNullable
- type NullableBool
- type NullableCatalogAuth
- func (v NullableCatalogAuth) Get() *CatalogAuth
- func (v NullableCatalogAuth) IsSet() bool
- func (v NullableCatalogAuth) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogAuth) Set(val *CatalogAuth)
- func (v *NullableCatalogAuth) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogAuth) Unset()
- type NullableCatalogAuthPatch
- func (v NullableCatalogAuthPatch) Get() *CatalogAuthPatch
- func (v NullableCatalogAuthPatch) IsSet() bool
- func (v NullableCatalogAuthPatch) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogAuthPatch) Set(val *CatalogAuthPatch)
- func (v *NullableCatalogAuthPatch) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogAuthPatch) Unset()
- type NullableCatalogAuthType
- func (v NullableCatalogAuthType) Get() *CatalogAuthType
- func (v NullableCatalogAuthType) IsSet() bool
- func (v NullableCatalogAuthType) MarshalJSON() ([]byte, error)
- func (v *NullableCatalogAuthType) Set(val *CatalogAuthType)
- func (v *NullableCatalogAuthType) UnmarshalJSON(src []byte) error
- func (v *NullableCatalogAuthType) Unset()
- type NullableClientConfig
- func (v NullableClientConfig) Get() *ClientConfig
- func (v NullableClientConfig) IsSet() bool
- func (v NullableClientConfig) MarshalJSON() ([]byte, error)
- func (v *NullableClientConfig) Set(val *ClientConfig)
- func (v *NullableClientConfig) UnmarshalJSON(src []byte) error
- func (v *NullableClientConfig) Unset()
- type NullableCreateIntakePayload
- func (v NullableCreateIntakePayload) Get() *CreateIntakePayload
- func (v NullableCreateIntakePayload) IsSet() bool
- func (v NullableCreateIntakePayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIntakePayload) Set(val *CreateIntakePayload)
- func (v *NullableCreateIntakePayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIntakePayload) Unset()
- type NullableCreateIntakeRunnerPayload
- func (v NullableCreateIntakeRunnerPayload) Get() *CreateIntakeRunnerPayload
- func (v NullableCreateIntakeRunnerPayload) IsSet() bool
- func (v NullableCreateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIntakeRunnerPayload) Set(val *CreateIntakeRunnerPayload)
- func (v *NullableCreateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIntakeRunnerPayload) Unset()
- type NullableCreateIntakeUserPayload
- func (v NullableCreateIntakeUserPayload) Get() *CreateIntakeUserPayload
- func (v NullableCreateIntakeUserPayload) IsSet() bool
- func (v NullableCreateIntakeUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableCreateIntakeUserPayload) Set(val *CreateIntakeUserPayload)
- func (v *NullableCreateIntakeUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableCreateIntakeUserPayload) Unset()
- type NullableDremioAuth
- type NullableDremioAuthPatch
- func (v NullableDremioAuthPatch) Get() *DremioAuthPatch
- func (v NullableDremioAuthPatch) IsSet() bool
- func (v NullableDremioAuthPatch) MarshalJSON() ([]byte, error)
- func (v *NullableDremioAuthPatch) Set(val *DremioAuthPatch)
- func (v *NullableDremioAuthPatch) UnmarshalJSON(src []byte) error
- func (v *NullableDremioAuthPatch) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntakeCatalog
- func (v NullableIntakeCatalog) Get() *IntakeCatalog
- func (v NullableIntakeCatalog) IsSet() bool
- func (v NullableIntakeCatalog) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeCatalog) Set(val *IntakeCatalog)
- func (v *NullableIntakeCatalog) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeCatalog) Unset()
- type NullableIntakeCatalogPatch
- func (v NullableIntakeCatalogPatch) Get() *IntakeCatalogPatch
- func (v NullableIntakeCatalogPatch) IsSet() bool
- func (v NullableIntakeCatalogPatch) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeCatalogPatch) Set(val *IntakeCatalogPatch)
- func (v *NullableIntakeCatalogPatch) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeCatalogPatch) Unset()
- type NullableIntakeResponse
- func (v NullableIntakeResponse) Get() *IntakeResponse
- func (v NullableIntakeResponse) IsSet() bool
- func (v NullableIntakeResponse) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeResponse) Set(val *IntakeResponse)
- func (v *NullableIntakeResponse) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeResponse) Unset()
- type NullableIntakeResponseState
- func (v NullableIntakeResponseState) Get() *IntakeResponseState
- func (v NullableIntakeResponseState) IsSet() bool
- func (v NullableIntakeResponseState) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeResponseState) Set(val *IntakeResponseState)
- func (v *NullableIntakeResponseState) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeResponseState) Unset()
- type NullableIntakeRunnerResponse
- func (v NullableIntakeRunnerResponse) Get() *IntakeRunnerResponse
- func (v NullableIntakeRunnerResponse) IsSet() bool
- func (v NullableIntakeRunnerResponse) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeRunnerResponse) Set(val *IntakeRunnerResponse)
- func (v *NullableIntakeRunnerResponse) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeRunnerResponse) Unset()
- type NullableIntakeRunnerResponseState
- func (v NullableIntakeRunnerResponseState) Get() *IntakeRunnerResponseState
- func (v NullableIntakeRunnerResponseState) IsSet() bool
- func (v NullableIntakeRunnerResponseState) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeRunnerResponseState) Set(val *IntakeRunnerResponseState)
- func (v *NullableIntakeRunnerResponseState) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeRunnerResponseState) Unset()
- type NullableIntakeUserResponse
- func (v NullableIntakeUserResponse) Get() *IntakeUserResponse
- func (v NullableIntakeUserResponse) IsSet() bool
- func (v NullableIntakeUserResponse) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeUserResponse) Set(val *IntakeUserResponse)
- func (v *NullableIntakeUserResponse) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeUserResponse) Unset()
- type NullableIntakeUserResponseState
- func (v NullableIntakeUserResponseState) Get() *IntakeUserResponseState
- func (v NullableIntakeUserResponseState) IsSet() bool
- func (v NullableIntakeUserResponseState) MarshalJSON() ([]byte, error)
- func (v *NullableIntakeUserResponseState) Set(val *IntakeUserResponseState)
- func (v *NullableIntakeUserResponseState) UnmarshalJSON(src []byte) error
- func (v *NullableIntakeUserResponseState) Unset()
- type NullableListIntakeRunnersResponse
- func (v NullableListIntakeRunnersResponse) Get() *ListIntakeRunnersResponse
- func (v NullableListIntakeRunnersResponse) IsSet() bool
- func (v NullableListIntakeRunnersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIntakeRunnersResponse) Set(val *ListIntakeRunnersResponse)
- func (v *NullableListIntakeRunnersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIntakeRunnersResponse) Unset()
- type NullableListIntakeUsersResponse
- func (v NullableListIntakeUsersResponse) Get() *ListIntakeUsersResponse
- func (v NullableListIntakeUsersResponse) IsSet() bool
- func (v NullableListIntakeUsersResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIntakeUsersResponse) Set(val *ListIntakeUsersResponse)
- func (v *NullableListIntakeUsersResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIntakeUsersResponse) Unset()
- type NullableListIntakesResponse
- func (v NullableListIntakesResponse) Get() *ListIntakesResponse
- func (v NullableListIntakesResponse) IsSet() bool
- func (v NullableListIntakesResponse) MarshalJSON() ([]byte, error)
- func (v *NullableListIntakesResponse) Set(val *ListIntakesResponse)
- func (v *NullableListIntakesResponse) UnmarshalJSON(src []byte) error
- func (v *NullableListIntakesResponse) Unset()
- type NullablePartitioningType
- func (v NullablePartitioningType) Get() *PartitioningType
- func (v NullablePartitioningType) IsSet() bool
- func (v NullablePartitioningType) MarshalJSON() ([]byte, error)
- func (v *NullablePartitioningType) Set(val *PartitioningType)
- func (v *NullablePartitioningType) UnmarshalJSON(src []byte) error
- func (v *NullablePartitioningType) Unset()
- type NullableString
- type NullableTime
- type NullableUpdateIntakePayload
- func (v NullableUpdateIntakePayload) Get() *UpdateIntakePayload
- func (v NullableUpdateIntakePayload) IsSet() bool
- func (v NullableUpdateIntakePayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateIntakePayload) Set(val *UpdateIntakePayload)
- func (v *NullableUpdateIntakePayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateIntakePayload) Unset()
- type NullableUpdateIntakeRunnerPayload
- func (v NullableUpdateIntakeRunnerPayload) Get() *UpdateIntakeRunnerPayload
- func (v NullableUpdateIntakeRunnerPayload) IsSet() bool
- func (v NullableUpdateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateIntakeRunnerPayload) Set(val *UpdateIntakeRunnerPayload)
- func (v *NullableUpdateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateIntakeRunnerPayload) Unset()
- type NullableUpdateIntakeUserPayload
- func (v NullableUpdateIntakeUserPayload) Get() *UpdateIntakeUserPayload
- func (v NullableUpdateIntakeUserPayload) IsSet() bool
- func (v NullableUpdateIntakeUserPayload) MarshalJSON() ([]byte, error)
- func (v *NullableUpdateIntakeUserPayload) Set(val *UpdateIntakeUserPayload)
- func (v *NullableUpdateIntakeUserPayload) UnmarshalJSON(src []byte) error
- func (v *NullableUpdateIntakeUserPayload) Unset()
- type NullableUserType
- type NullableValue
- type PartitioningType
- 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)
- type UpdateIntakePayloadGetCatalogArgType
- type UpdateIntakePayloadGetCatalogAttributeType
- type UpdateIntakePayloadGetCatalogRetType
- type UpdateIntakePayloadGetDescriptionArgType
- type UpdateIntakePayloadGetDescriptionAttributeType
- type UpdateIntakePayloadGetDescriptionRetType
- type UpdateIntakePayloadGetDisplayNameArgType
- type UpdateIntakePayloadGetDisplayNameAttributeType
- type UpdateIntakePayloadGetDisplayNameRetType
- type UpdateIntakePayloadGetIntakeRunnerIdArgType
- type UpdateIntakePayloadGetIntakeRunnerIdAttributeType
- type UpdateIntakePayloadGetIntakeRunnerIdRetType
- type UpdateIntakePayloadGetLabelsArgType
- type UpdateIntakePayloadGetLabelsAttributeType
- type UpdateIntakePayloadGetLabelsRetType
- type UpdateIntakeRequest
- 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)
- type UpdateIntakeRunnerPayloadGetDescriptionArgType
- type UpdateIntakeRunnerPayloadGetDescriptionAttributeType
- type UpdateIntakeRunnerPayloadGetDescriptionRetType
- type UpdateIntakeRunnerPayloadGetDisplayNameArgType
- type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType
- type UpdateIntakeRunnerPayloadGetDisplayNameRetType
- type UpdateIntakeRunnerPayloadGetLabelsArgType
- type UpdateIntakeRunnerPayloadGetLabelsAttributeType
- type UpdateIntakeRunnerPayloadGetLabelsRetType
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType
- type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType
- type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType
- type UpdateIntakeRunnerRequest
- 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)
- type UpdateIntakeUserPayloadGetDescriptionArgType
- type UpdateIntakeUserPayloadGetDescriptionAttributeType
- type UpdateIntakeUserPayloadGetDescriptionRetType
- type UpdateIntakeUserPayloadGetDisplayNameArgType
- type UpdateIntakeUserPayloadGetDisplayNameAttributeType
- type UpdateIntakeUserPayloadGetDisplayNameRetType
- type UpdateIntakeUserPayloadGetLabelsArgType
- type UpdateIntakeUserPayloadGetLabelsAttributeType
- type UpdateIntakeUserPayloadGetLabelsRetType
- type UpdateIntakeUserPayloadGetPasswordArgType
- type UpdateIntakeUserPayloadGetPasswordAttributeType
- type UpdateIntakeUserPayloadGetPasswordRetType
- type UpdateIntakeUserPayloadGetTypeArgType
- type UpdateIntakeUserPayloadGetTypeAttributeType
- type UpdateIntakeUserPayloadGetTypeRetType
- type UpdateIntakeUserRequest
- type UserType
Constants ¶
This section is empty.
Variables ¶
var AllowedCatalogAuthTypeEnumValues = []CatalogAuthType{
"none",
"dremio",
}
All allowed values of CatalogAuthType enum
var AllowedIntakeResponseStateEnumValues = []IntakeResponseState{
"reconciling",
"active",
"deleting",
"failed",
}
All allowed values of IntakeResponse enum
var AllowedIntakeRunnerResponseStateEnumValues = []IntakeRunnerResponseState{
"reconciling",
"active",
"deleting",
}
All allowed values of IntakeRunnerResponse enum
var AllowedIntakeUserResponseStateEnumValues = []IntakeUserResponseState{
"reconciling",
"active",
"deleting",
}
All allowed values of IntakeUserResponse enum
var AllowedPartitioningTypeEnumValues = []PartitioningType{
"none",
"intake-time",
"manual",
}
All allowed values of PartitioningType enum
var AllowedUserTypeEnumValues = []UserType{
"intake",
"dead-letter",
}
All allowed values of UserType enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func NewConfiguration ¶
func NewConfiguration() *config.Configuration
NewConfiguration returns a new Configuration object
func ParameterValueToString ¶
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct {
// contains filtered or unexported fields
}
APIClient manages communication with the STACKIT Intake API API v1beta.3.1 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(opts ...config.ConfigurationOption) (*APIClient, error)
NewAPIClient creates a new API client. Optionally receives configuration options
func (*APIClient) CreateIntake ¶
func (a *APIClient) CreateIntake(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRequest
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
func (*APIClient) CreateIntakeExecute ¶
func (*APIClient) CreateIntakeRunner ¶
func (a *APIClient) CreateIntakeRunner(ctx context.Context, projectId string, regionId string) ApiCreateIntakeRunnerRequest
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
func (*APIClient) CreateIntakeRunnerExecute ¶
func (*APIClient) CreateIntakeUser ¶
func (a *APIClient) CreateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string) ApiCreateIntakeUserRequest
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
func (*APIClient) CreateIntakeUserExecute ¶
func (*APIClient) DeleteIntake ¶
func (a *APIClient) DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
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
func (*APIClient) DeleteIntakeExecute ¶
func (*APIClient) DeleteIntakeRunner ¶
func (a *APIClient) DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
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
func (*APIClient) DeleteIntakeRunnerExecute ¶
func (*APIClient) DeleteIntakeUser ¶
func (a *APIClient) DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest
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
func (*APIClient) DeleteIntakeUserExecute ¶
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
func (*APIClient) GetIntake ¶
func (a *APIClient) GetIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiGetIntakeRequest
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
func (*APIClient) GetIntakeExecute ¶
func (*APIClient) GetIntakeRunner ¶
func (a *APIClient) GetIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiGetIntakeRunnerRequest
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
func (*APIClient) GetIntakeRunnerExecute ¶
func (*APIClient) GetIntakeUser ¶
func (a *APIClient) GetIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiGetIntakeUserRequest
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
func (*APIClient) GetIntakeUserExecute ¶
func (*APIClient) ListIntakeRunners ¶
func (a *APIClient) ListIntakeRunners(ctx context.Context, projectId string, regionId string) ApiListIntakeRunnersRequest
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
func (*APIClient) ListIntakeRunnersExecute ¶
func (*APIClient) ListIntakeUsers ¶
func (a *APIClient) ListIntakeUsers(ctx context.Context, projectId string, regionId string, intakeId string) ApiListIntakeUsersRequest
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
func (*APIClient) ListIntakeUsersExecute ¶
func (*APIClient) ListIntakes ¶
func (a *APIClient) ListIntakes(ctx context.Context, projectId string, regionId string) ApiListIntakesRequest
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
func (*APIClient) ListIntakesExecute ¶
func (*APIClient) UpdateIntake ¶
func (a *APIClient) UpdateIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiUpdateIntakeRequest
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
func (*APIClient) UpdateIntakeExecute ¶
func (*APIClient) UpdateIntakeRunner ¶
func (a *APIClient) UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
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
func (*APIClient) UpdateIntakeRunnerExecute ¶
func (*APIClient) UpdateIntakeUser ¶
func (a *APIClient) UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest
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
type ApiCreateIntakeRequest ¶
type ApiCreateIntakeRequest interface {
CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest
Execute() (*IntakeResponse, error)
}
type ApiCreateIntakeRunnerRequest ¶
type ApiCreateIntakeRunnerRequest interface {
CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest
Execute() (*IntakeRunnerResponse, error)
}
type ApiCreateIntakeUserRequest ¶
type ApiCreateIntakeUserRequest interface {
CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest
Execute() (*IntakeUserResponse, error)
}
type ApiDeleteIntakeRequest ¶
type ApiDeleteIntakeRequest interface {
// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
Force(force bool) ApiDeleteIntakeRequest
Execute() error
}
type ApiDeleteIntakeRunnerRequest ¶
type ApiDeleteIntakeRunnerRequest interface {
// If true, deletes all child resources. If false, the resource remains in a 'deletion state' while child resources exist.
Force(force bool) ApiDeleteIntakeRunnerRequest
Execute() error
}
type ApiDeleteIntakeUserRequest ¶
type ApiDeleteIntakeUserRequest interface {
Execute() error
}
type ApiGetIntakeRequest ¶
type ApiGetIntakeRequest interface {
Execute() (*IntakeResponse, error)
}
type ApiGetIntakeRunnerRequest ¶
type ApiGetIntakeRunnerRequest interface {
Execute() (*IntakeRunnerResponse, error)
}
type ApiGetIntakeUserRequest ¶
type ApiGetIntakeUserRequest interface {
Execute() (*IntakeUserResponse, error)
}
type ApiListIntakeRunnersRequest ¶
type ApiListIntakeRunnersRequest interface {
// A token to retrieve the next page of results.
PageToken(pageToken string) ApiListIntakeRunnersRequest
// Maximum number of items to return
PageSize(pageSize int32) ApiListIntakeRunnersRequest
Execute() (*ListIntakeRunnersResponse, error)
}
type ApiListIntakeUsersRequest ¶
type ApiListIntakeUsersRequest interface {
// A token to retrieve the next page of results.
PageToken(pageToken string) ApiListIntakeUsersRequest
// Maximum number of items to return
PageSize(pageSize int32) ApiListIntakeUsersRequest
Execute() (*ListIntakeUsersResponse, error)
}
type ApiListIntakesRequest ¶
type ApiListIntakesRequest interface {
// A token to retrieve the next page of results.
PageToken(pageToken string) ApiListIntakesRequest
// Maximum number of items to return
PageSize(pageSize int32) ApiListIntakesRequest
Execute() (*ListIntakesResponse, error)
}
type ApiUpdateIntakeRequest ¶
type ApiUpdateIntakeRequest interface {
UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest
Execute() (*IntakeResponse, error)
}
type ApiUpdateIntakeRunnerRequest ¶
type ApiUpdateIntakeRunnerRequest interface {
UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest
Execute() error
}
type ApiUpdateIntakeUserRequest ¶
type ApiUpdateIntakeUserRequest interface {
UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest
Execute() error
}
type CatalogAuth ¶
type CatalogAuth struct {
Dremio CatalogAuthGetDremioAttributeType `json:"dremio,omitempty"`
// REQUIRED
Type CatalogAuthGetTypeAttributeType `json:"type" required:"true"`
}
CatalogAuth Configures authentication for the Iceberg catalog
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
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
func (*CatalogAuth) GetDremio ¶
func (o *CatalogAuth) GetDremio() (res CatalogAuthGetDremioRetType)
GetDremio returns the Dremio field value if set, zero value otherwise.
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.
func (*CatalogAuth) GetType ¶
func (o *CatalogAuth) GetType() (ret CatalogAuthGetTypeRetType)
GetType returns the Type field value
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.
func (*CatalogAuth) HasDremio ¶
func (o *CatalogAuth) HasDremio() bool
HasDremio returns a boolean if a field has been set.
func (*CatalogAuth) SetDremio ¶
func (o *CatalogAuth) SetDremio(v CatalogAuthGetDremioRetType)
SetDremio gets a reference to the given DremioAuth and assigns it to the Dremio field.
func (*CatalogAuth) SetType ¶
func (o *CatalogAuth) SetType(v CatalogAuthGetTypeRetType)
SetType sets field value
func (CatalogAuth) ToMap ¶
func (o CatalogAuth) ToMap() (map[string]interface{}, error)
type CatalogAuthGetDremioArgType ¶
type CatalogAuthGetDremioArgType = DremioAuth
type CatalogAuthGetDremioAttributeType ¶
type CatalogAuthGetDremioAttributeType = *DremioAuth
isModel
type CatalogAuthGetDremioRetType ¶
type CatalogAuthGetDremioRetType = DremioAuth
type CatalogAuthGetTypeArgType ¶
type CatalogAuthGetTypeArgType = CatalogAuthType
type CatalogAuthGetTypeAttributeType ¶
type CatalogAuthGetTypeAttributeType = *CatalogAuthType
isEnumRef
type CatalogAuthGetTypeRetType ¶
type CatalogAuthGetTypeRetType = CatalogAuthType
type CatalogAuthPatch ¶
type CatalogAuthPatch struct {
Dremio CatalogAuthPatchGetDremioAttributeType `json:"dremio,omitempty"`
Type CatalogAuthPatchGetTypeAttributeType `json:"type,omitempty"`
}
CatalogAuthPatch Configures authentication for the Iceberg catalog
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
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
func (*CatalogAuthPatch) GetDremio ¶
func (o *CatalogAuthPatch) GetDremio() (res CatalogAuthPatchGetDremioRetType)
GetDremio returns the Dremio field value if set, zero value otherwise.
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.
func (*CatalogAuthPatch) GetType ¶
func (o *CatalogAuthPatch) GetType() (res CatalogAuthPatchGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise.
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.
func (*CatalogAuthPatch) HasDremio ¶
func (o *CatalogAuthPatch) HasDremio() bool
HasDremio returns a boolean if a field has been set.
func (*CatalogAuthPatch) HasType ¶
func (o *CatalogAuthPatch) HasType() bool
HasType returns a boolean if a field has been set.
func (*CatalogAuthPatch) SetDremio ¶
func (o *CatalogAuthPatch) SetDremio(v CatalogAuthPatchGetDremioRetType)
SetDremio gets a reference to the given DremioAuthPatch and assigns it to the Dremio field.
func (*CatalogAuthPatch) SetType ¶
func (o *CatalogAuthPatch) SetType(v CatalogAuthPatchGetTypeRetType)
SetType gets a reference to the given CatalogAuthType and assigns it to the Type field.
func (CatalogAuthPatch) ToMap ¶
func (o CatalogAuthPatch) ToMap() (map[string]interface{}, error)
type CatalogAuthPatchGetDremioArgType ¶
type CatalogAuthPatchGetDremioArgType = DremioAuthPatch
type CatalogAuthPatchGetDremioAttributeType ¶
type CatalogAuthPatchGetDremioAttributeType = *DremioAuthPatch
isModel
type CatalogAuthPatchGetDremioRetType ¶
type CatalogAuthPatchGetDremioRetType = DremioAuthPatch
type CatalogAuthPatchGetTypeArgType ¶
type CatalogAuthPatchGetTypeArgType = CatalogAuthType
type CatalogAuthPatchGetTypeAttributeType ¶
type CatalogAuthPatchGetTypeAttributeType = *CatalogAuthType
isEnumRef
type CatalogAuthPatchGetTypeRetType ¶
type CatalogAuthPatchGetTypeRetType = CatalogAuthType
type CatalogAuthType ¶
type CatalogAuthType string
CatalogAuthType Means of authentication for catalog requests
const ( CATALOGAUTHTYPE_NONE CatalogAuthType = "none" 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
func (CatalogAuthType) IsValid ¶
func (v CatalogAuthType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (CatalogAuthType) Ptr ¶
func (v CatalogAuthType) Ptr() *CatalogAuthType
Ptr returns reference to catalogAuthType value
func (*CatalogAuthType) UnmarshalJSON ¶
func (v *CatalogAuthType) UnmarshalJSON(src []byte) error
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.
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
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
func (*ClientConfig) GetJava ¶
func (o *ClientConfig) GetJava() (ret ClientConfigGetJavaRetType)
GetJava returns the Java field value
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.
func (*ClientConfig) GetLibrdkafka ¶
func (o *ClientConfig) GetLibrdkafka() (ret ClientConfigGetLibrdkafkaRetType)
GetLibrdkafka returns the Librdkafka field value
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.
func (*ClientConfig) SetJava ¶
func (o *ClientConfig) SetJava(v ClientConfigGetJavaRetType)
SetJava sets field value
func (*ClientConfig) SetLibrdkafka ¶
func (o *ClientConfig) SetLibrdkafka(v ClientConfigGetLibrdkafkaRetType)
SetLibrdkafka sets field value
func (ClientConfig) ToMap ¶
func (o ClientConfig) ToMap() (map[string]interface{}, error)
type ClientConfigGetJavaArgType ¶
type ClientConfigGetJavaArgType = string
type ClientConfigGetJavaAttributeType ¶
type ClientConfigGetJavaAttributeType = *string
isNotNullableString
type ClientConfigGetJavaRetType ¶
type ClientConfigGetJavaRetType = string
type ClientConfigGetLibrdkafkaArgType ¶
type ClientConfigGetLibrdkafkaArgType = string
type ClientConfigGetLibrdkafkaAttributeType ¶
type ClientConfigGetLibrdkafkaAttributeType = *string
isNotNullableString
type ClientConfigGetLibrdkafkaRetType ¶
type ClientConfigGetLibrdkafkaRetType = string
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
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
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
func (*CreateIntakePayload) GetCatalog ¶
func (o *CreateIntakePayload) GetCatalog() (ret CreateIntakePayloadGetCatalogRetType)
GetCatalog returns the Catalog field value
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.
func (*CreateIntakePayload) GetDescription ¶
func (o *CreateIntakePayload) GetDescription() (res CreateIntakePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*CreateIntakePayload) GetDisplayName ¶
func (o *CreateIntakePayload) GetDisplayName() (ret CreateIntakePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
func (*CreateIntakePayload) GetIntakeRunnerId ¶
func (o *CreateIntakePayload) GetIntakeRunnerId() (ret CreateIntakePayloadGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value
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.
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).
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
func (*CreateIntakePayload) HasDescription ¶
func (o *CreateIntakePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateIntakePayload) HasLabels ¶
func (o *CreateIntakePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateIntakePayload) SetCatalog ¶
func (o *CreateIntakePayload) SetCatalog(v CreateIntakePayloadGetCatalogRetType)
SetCatalog sets field value
func (*CreateIntakePayload) SetDescription ¶
func (o *CreateIntakePayload) SetDescription(v CreateIntakePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateIntakePayload) SetDisplayName ¶
func (o *CreateIntakePayload) SetDisplayName(v CreateIntakePayloadGetDisplayNameRetType)
SetDisplayName sets field value
func (*CreateIntakePayload) SetIntakeRunnerId ¶
func (o *CreateIntakePayload) SetIntakeRunnerId(v CreateIntakePayloadGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value
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.
func (CreateIntakePayload) ToMap ¶
func (o CreateIntakePayload) ToMap() (map[string]interface{}, error)
type CreateIntakePayloadGetCatalogArgType ¶
type CreateIntakePayloadGetCatalogArgType = IntakeCatalog
type CreateIntakePayloadGetCatalogAttributeType ¶
type CreateIntakePayloadGetCatalogAttributeType = *IntakeCatalog
isModel
type CreateIntakePayloadGetCatalogRetType ¶
type CreateIntakePayloadGetCatalogRetType = IntakeCatalog
type CreateIntakePayloadGetDescriptionArgType ¶
type CreateIntakePayloadGetDescriptionArgType = string
type CreateIntakePayloadGetDescriptionAttributeType ¶
type CreateIntakePayloadGetDescriptionAttributeType = *string
isNotNullableString
type CreateIntakePayloadGetDescriptionRetType ¶
type CreateIntakePayloadGetDescriptionRetType = string
type CreateIntakePayloadGetDisplayNameArgType ¶
type CreateIntakePayloadGetDisplayNameArgType = string
type CreateIntakePayloadGetDisplayNameAttributeType ¶
type CreateIntakePayloadGetDisplayNameAttributeType = *string
isNotNullableString
type CreateIntakePayloadGetDisplayNameRetType ¶
type CreateIntakePayloadGetDisplayNameRetType = string
type CreateIntakePayloadGetIntakeRunnerIdArgType ¶
type CreateIntakePayloadGetIntakeRunnerIdArgType = string
type CreateIntakePayloadGetIntakeRunnerIdAttributeType ¶
type CreateIntakePayloadGetIntakeRunnerIdAttributeType = *string
isNotNullableString
type CreateIntakePayloadGetIntakeRunnerIdRetType ¶
type CreateIntakePayloadGetIntakeRunnerIdRetType = string
type CreateIntakePayloadGetLabelsAttributeType ¶
isContainer
type CreateIntakeRequest ¶
type CreateIntakeRequest struct {
// contains filtered or unexported fields
}
func (CreateIntakeRequest) CreateIntakePayload ¶
func (r CreateIntakeRequest) CreateIntakePayload(createIntakePayload CreateIntakePayload) ApiCreateIntakeRequest
func (CreateIntakeRequest) Execute ¶
func (r CreateIntakeRequest) Execute() (*IntakeResponse, error)
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
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
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
func (*CreateIntakeRunnerPayload) GetDescription ¶
func (o *CreateIntakeRunnerPayload) GetDescription() (res CreateIntakeRunnerPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*CreateIntakeRunnerPayload) GetDisplayName ¶
func (o *CreateIntakeRunnerPayload) GetDisplayName() (ret CreateIntakeRunnerPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
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).
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
func (*CreateIntakeRunnerPayload) GetMaxMessageSizeKiB ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessageSizeKiB() (ret CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value
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.
func (*CreateIntakeRunnerPayload) GetMaxMessagesPerHour ¶
func (o *CreateIntakeRunnerPayload) GetMaxMessagesPerHour() (ret CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value
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.
func (*CreateIntakeRunnerPayload) HasDescription ¶
func (o *CreateIntakeRunnerPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateIntakeRunnerPayload) HasLabels ¶
func (o *CreateIntakeRunnerPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateIntakeRunnerPayload) SetDescription ¶
func (o *CreateIntakeRunnerPayload) SetDescription(v CreateIntakeRunnerPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateIntakeRunnerPayload) SetDisplayName ¶
func (o *CreateIntakeRunnerPayload) SetDisplayName(v CreateIntakeRunnerPayloadGetDisplayNameRetType)
SetDisplayName sets field value
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.
func (*CreateIntakeRunnerPayload) SetMaxMessageSizeKiB ¶
func (o *CreateIntakeRunnerPayload) SetMaxMessageSizeKiB(v CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB sets field value
func (*CreateIntakeRunnerPayload) SetMaxMessagesPerHour ¶
func (o *CreateIntakeRunnerPayload) SetMaxMessagesPerHour(v CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour sets field value
func (CreateIntakeRunnerPayload) ToMap ¶
func (o CreateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)
type CreateIntakeRunnerPayloadGetDescriptionArgType ¶
type CreateIntakeRunnerPayloadGetDescriptionArgType = string
type CreateIntakeRunnerPayloadGetDescriptionAttributeType ¶
type CreateIntakeRunnerPayloadGetDescriptionAttributeType = *string
isNotNullableString
type CreateIntakeRunnerPayloadGetDescriptionRetType ¶
type CreateIntakeRunnerPayloadGetDescriptionRetType = string
type CreateIntakeRunnerPayloadGetDisplayNameArgType ¶
type CreateIntakeRunnerPayloadGetDisplayNameArgType = string
type CreateIntakeRunnerPayloadGetDisplayNameAttributeType ¶
type CreateIntakeRunnerPayloadGetDisplayNameAttributeType = *string
isNotNullableString
type CreateIntakeRunnerPayloadGetDisplayNameRetType ¶
type CreateIntakeRunnerPayloadGetDisplayNameRetType = string
type CreateIntakeRunnerPayloadGetLabelsAttributeType ¶
isContainer
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType ¶
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType ¶
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64
isInteger
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType ¶
type CreateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType ¶
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType ¶
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64
isInteger
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType ¶
type CreateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64
type CreateIntakeRunnerRequest ¶
type CreateIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
func (CreateIntakeRunnerRequest) CreateIntakeRunnerPayload ¶
func (r CreateIntakeRunnerRequest) CreateIntakeRunnerPayload(createIntakeRunnerPayload CreateIntakeRunnerPayload) ApiCreateIntakeRunnerRequest
func (CreateIntakeRunnerRequest) Execute ¶
func (r CreateIntakeRunnerRequest) Execute() (*IntakeRunnerResponse, error)
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.
// REQUIRED
Password CreateIntakeUserPayloadGetPasswordAttributeType `json:"password" required:"true"`
Type CreateIntakeUserPayloadGetTypeAttributeType `json:"type,omitempty"`
}
CreateIntakeUserPayload struct for CreateIntakeUserPayload
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
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
func (*CreateIntakeUserPayload) GetDescription ¶
func (o *CreateIntakeUserPayload) GetDescription() (res CreateIntakeUserPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*CreateIntakeUserPayload) GetDisplayName ¶
func (o *CreateIntakeUserPayload) GetDisplayName() (ret CreateIntakeUserPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
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).
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
func (*CreateIntakeUserPayload) GetPassword ¶
func (o *CreateIntakeUserPayload) GetPassword() (ret CreateIntakeUserPayloadGetPasswordRetType)
GetPassword returns the Password field value
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.
func (*CreateIntakeUserPayload) GetType ¶
func (o *CreateIntakeUserPayload) GetType() (res CreateIntakeUserPayloadGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise.
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.
func (*CreateIntakeUserPayload) HasDescription ¶
func (o *CreateIntakeUserPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*CreateIntakeUserPayload) HasLabels ¶
func (o *CreateIntakeUserPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*CreateIntakeUserPayload) HasType ¶
func (o *CreateIntakeUserPayload) HasType() bool
HasType returns a boolean if a field has been set.
func (*CreateIntakeUserPayload) SetDescription ¶
func (o *CreateIntakeUserPayload) SetDescription(v CreateIntakeUserPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*CreateIntakeUserPayload) SetDisplayName ¶
func (o *CreateIntakeUserPayload) SetDisplayName(v CreateIntakeUserPayloadGetDisplayNameRetType)
SetDisplayName sets field value
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.
func (*CreateIntakeUserPayload) SetPassword ¶
func (o *CreateIntakeUserPayload) SetPassword(v CreateIntakeUserPayloadGetPasswordRetType)
SetPassword sets field value
func (*CreateIntakeUserPayload) SetType ¶
func (o *CreateIntakeUserPayload) SetType(v CreateIntakeUserPayloadGetTypeRetType)
SetType gets a reference to the given UserType and assigns it to the Type field.
func (CreateIntakeUserPayload) ToMap ¶
func (o CreateIntakeUserPayload) ToMap() (map[string]interface{}, error)
type CreateIntakeUserPayloadGetDescriptionArgType ¶
type CreateIntakeUserPayloadGetDescriptionArgType = string
type CreateIntakeUserPayloadGetDescriptionAttributeType ¶
type CreateIntakeUserPayloadGetDescriptionAttributeType = *string
isNotNullableString
type CreateIntakeUserPayloadGetDescriptionRetType ¶
type CreateIntakeUserPayloadGetDescriptionRetType = string
type CreateIntakeUserPayloadGetDisplayNameArgType ¶
type CreateIntakeUserPayloadGetDisplayNameArgType = string
type CreateIntakeUserPayloadGetDisplayNameAttributeType ¶
type CreateIntakeUserPayloadGetDisplayNameAttributeType = *string
isNotNullableString
type CreateIntakeUserPayloadGetDisplayNameRetType ¶
type CreateIntakeUserPayloadGetDisplayNameRetType = string
type CreateIntakeUserPayloadGetLabelsAttributeType ¶
isContainer
type CreateIntakeUserPayloadGetPasswordArgType ¶
type CreateIntakeUserPayloadGetPasswordArgType = string
type CreateIntakeUserPayloadGetPasswordAttributeType ¶
type CreateIntakeUserPayloadGetPasswordAttributeType = *string
isNotNullableString
type CreateIntakeUserPayloadGetPasswordRetType ¶
type CreateIntakeUserPayloadGetPasswordRetType = string
type CreateIntakeUserPayloadGetTypeArgType ¶
type CreateIntakeUserPayloadGetTypeArgType = UserType
type CreateIntakeUserPayloadGetTypeAttributeType ¶
type CreateIntakeUserPayloadGetTypeAttributeType = *UserType
isEnumRef
type CreateIntakeUserPayloadGetTypeRetType ¶
type CreateIntakeUserPayloadGetTypeRetType = UserType
type CreateIntakeUserRequest ¶
type CreateIntakeUserRequest struct {
// contains filtered or unexported fields
}
func (CreateIntakeUserRequest) CreateIntakeUserPayload ¶
func (r CreateIntakeUserRequest) CreateIntakeUserPayload(createIntakeUserPayload CreateIntakeUserPayload) ApiCreateIntakeUserRequest
func (CreateIntakeUserRequest) Execute ¶
func (r CreateIntakeUserRequest) Execute() (*IntakeUserResponse, error)
type DefaultApi ¶
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
DeleteIntake(ctx context.Context, projectId string, regionId string, intakeId string) ApiDeleteIntakeRequest
/*
DeleteIntakeExecute executes the request
*/
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
*/
DeleteIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiDeleteIntakeRunnerRequest
/*
DeleteIntakeRunnerExecute executes the request
*/
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
*/
DeleteIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiDeleteIntakeUserRequest
/*
DeleteIntakeUserExecute executes the request
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
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
*/
UpdateIntakeRunner(ctx context.Context, projectId string, regionId string, intakeRunnerId string) ApiUpdateIntakeRunnerRequest
/*
UpdateIntakeRunnerExecute executes the request
*/
UpdateIntakeRunnerExecute(ctx context.Context, projectId string, regionId string, intakeRunnerId string) 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
*/
UpdateIntakeUser(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) ApiUpdateIntakeUserRequest
/*
UpdateIntakeUserExecute executes the request
*/
UpdateIntakeUserExecute(ctx context.Context, projectId string, regionId string, intakeId string, intakeUserId string) error
}
type DeleteIntakeRequest ¶
type DeleteIntakeRequest struct {
// contains filtered or unexported fields
}
func (DeleteIntakeRequest) Execute ¶
func (r DeleteIntakeRequest) Execute() error
func (DeleteIntakeRequest) Force ¶
func (r DeleteIntakeRequest) Force(force bool) ApiDeleteIntakeRequest
type DeleteIntakeRunnerRequest ¶
type DeleteIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
func (DeleteIntakeRunnerRequest) Execute ¶
func (r DeleteIntakeRunnerRequest) Execute() error
func (DeleteIntakeRunnerRequest) Force ¶
func (r DeleteIntakeRunnerRequest) Force(force bool) ApiDeleteIntakeRunnerRequest
type DeleteIntakeUserRequest ¶
type DeleteIntakeUserRequest struct {
// contains filtered or unexported fields
}
func (DeleteIntakeUserRequest) Execute ¶
func (r DeleteIntakeUserRequest) Execute() error
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
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
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
func (*DremioAuth) GetPersonalAccessToken ¶
func (o *DremioAuth) GetPersonalAccessToken() (ret DremioAuthGetPersonalAccessTokenRetType)
GetPersonalAccessToken returns the PersonalAccessToken field value
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.
func (*DremioAuth) GetTokenEndpoint ¶
func (o *DremioAuth) GetTokenEndpoint() (ret DremioAuthGetTokenEndpointRetType)
GetTokenEndpoint returns the TokenEndpoint field value
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.
func (*DremioAuth) SetPersonalAccessToken ¶
func (o *DremioAuth) SetPersonalAccessToken(v DremioAuthGetPersonalAccessTokenRetType)
SetPersonalAccessToken sets field value
func (*DremioAuth) SetTokenEndpoint ¶
func (o *DremioAuth) SetTokenEndpoint(v DremioAuthGetTokenEndpointRetType)
SetTokenEndpoint sets field value
func (DremioAuth) ToMap ¶
func (o DremioAuth) ToMap() (map[string]interface{}, error)
type DremioAuthGetPersonalAccessTokenArgType ¶
type DremioAuthGetPersonalAccessTokenArgType = string
type DremioAuthGetPersonalAccessTokenAttributeType ¶
type DremioAuthGetPersonalAccessTokenAttributeType = *string
isNotNullableString
type DremioAuthGetPersonalAccessTokenRetType ¶
type DremioAuthGetPersonalAccessTokenRetType = string
type DremioAuthGetTokenEndpointArgType ¶
type DremioAuthGetTokenEndpointArgType = string
type DremioAuthGetTokenEndpointAttributeType ¶
type DremioAuthGetTokenEndpointAttributeType = *string
isNotNullableString
type DremioAuthGetTokenEndpointRetType ¶
type DremioAuthGetTokenEndpointRetType = string
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
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
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
func (*DremioAuthPatch) GetPersonalAccessToken ¶
func (o *DremioAuthPatch) GetPersonalAccessToken() (res DremioAuthPatchGetPersonalAccessTokenRetType)
GetPersonalAccessToken returns the PersonalAccessToken field value if set, zero value otherwise.
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.
func (*DremioAuthPatch) GetTokenEndpoint ¶
func (o *DremioAuthPatch) GetTokenEndpoint() (res DremioAuthPatchGetTokenEndpointRetType)
GetTokenEndpoint returns the TokenEndpoint field value if set, zero value otherwise.
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.
func (*DremioAuthPatch) HasPersonalAccessToken ¶
func (o *DremioAuthPatch) HasPersonalAccessToken() bool
HasPersonalAccessToken returns a boolean if a field has been set.
func (*DremioAuthPatch) HasTokenEndpoint ¶
func (o *DremioAuthPatch) HasTokenEndpoint() bool
HasTokenEndpoint returns a boolean if a field has been set.
func (*DremioAuthPatch) SetPersonalAccessToken ¶
func (o *DremioAuthPatch) SetPersonalAccessToken(v DremioAuthPatchGetPersonalAccessTokenRetType)
SetPersonalAccessToken gets a reference to the given string and assigns it to the PersonalAccessToken field.
func (*DremioAuthPatch) SetTokenEndpoint ¶
func (o *DremioAuthPatch) SetTokenEndpoint(v DremioAuthPatchGetTokenEndpointRetType)
SetTokenEndpoint gets a reference to the given string and assigns it to the TokenEndpoint field.
func (DremioAuthPatch) ToMap ¶
func (o DremioAuthPatch) ToMap() (map[string]interface{}, error)
type DremioAuthPatchGetPersonalAccessTokenArgType ¶
type DremioAuthPatchGetPersonalAccessTokenArgType = string
type DremioAuthPatchGetPersonalAccessTokenAttributeType ¶
type DremioAuthPatchGetPersonalAccessTokenAttributeType = *string
isNotNullableString
type DremioAuthPatchGetPersonalAccessTokenRetType ¶
type DremioAuthPatchGetPersonalAccessTokenRetType = string
type DremioAuthPatchGetTokenEndpointArgType ¶
type DremioAuthPatchGetTokenEndpointArgType = string
type DremioAuthPatchGetTokenEndpointAttributeType ¶
type DremioAuthPatchGetTokenEndpointAttributeType = *string
isNotNullableString
type DremioAuthPatchGetTokenEndpointRetType ¶
type DremioAuthPatchGetTokenEndpointRetType = string
type GetIntakeRequest ¶
type GetIntakeRequest struct {
// contains filtered or unexported fields
}
func (GetIntakeRequest) Execute ¶
func (r GetIntakeRequest) Execute() (*IntakeResponse, error)
type GetIntakeRunnerRequest ¶
type GetIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
func (GetIntakeRunnerRequest) Execute ¶
func (r GetIntakeRunnerRequest) Execute() (*IntakeRunnerResponse, error)
type GetIntakeUserRequest ¶
type GetIntakeUserRequest struct {
// contains filtered or unexported fields
}
func (GetIntakeUserRequest) Execute ¶
func (r GetIntakeUserRequest) Execute() (*IntakeUserResponse, error)
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 cannot be changed after creation. 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
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
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
func (*IntakeCatalog) GetAuth ¶
func (o *IntakeCatalog) GetAuth() (res IntakeCatalogGetAuthRetType)
GetAuth returns the Auth field value if set, zero value otherwise.
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.
func (*IntakeCatalog) GetNamespace ¶
func (o *IntakeCatalog) GetNamespace() (res IntakeCatalogGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise.
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.
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).
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
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.
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.
func (*IntakeCatalog) GetTableName ¶
func (o *IntakeCatalog) GetTableName() (res IntakeCatalogGetTableNameRetType)
GetTableName returns the TableName field value if set, zero value otherwise.
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.
func (*IntakeCatalog) GetUri ¶
func (o *IntakeCatalog) GetUri() (ret IntakeCatalogGetUriRetType)
GetUri returns the Uri field value
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.
func (*IntakeCatalog) GetWarehouse ¶
func (o *IntakeCatalog) GetWarehouse() (ret IntakeCatalogGetWarehouseRetType)
GetWarehouse returns the Warehouse field value
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.
func (*IntakeCatalog) HasAuth ¶
func (o *IntakeCatalog) HasAuth() bool
HasAuth returns a boolean if a field has been set.
func (*IntakeCatalog) HasNamespace ¶
func (o *IntakeCatalog) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*IntakeCatalog) HasPartitionBy ¶
func (o *IntakeCatalog) HasPartitionBy() bool
HasPartitionBy returns a boolean if a field has been set.
func (*IntakeCatalog) HasPartitioning ¶ added in v0.1.2
func (o *IntakeCatalog) HasPartitioning() bool
HasPartitioning returns a boolean if a field has been set.
func (*IntakeCatalog) HasTableName ¶
func (o *IntakeCatalog) HasTableName() bool
HasTableName returns a boolean if a field has been set.
func (*IntakeCatalog) SetAuth ¶
func (o *IntakeCatalog) SetAuth(v IntakeCatalogGetAuthRetType)
SetAuth gets a reference to the given CatalogAuth and assigns it to the Auth field.
func (*IntakeCatalog) SetNamespace ¶
func (o *IntakeCatalog) SetNamespace(v IntakeCatalogGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*IntakeCatalog) SetPartitionBy ¶
func (o *IntakeCatalog) SetPartitionBy(v IntakeCatalogGetPartitionByRetType)
SetPartitionBy gets a reference to the given []string and assigns it to the PartitionBy field.
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.
func (*IntakeCatalog) SetTableName ¶
func (o *IntakeCatalog) SetTableName(v IntakeCatalogGetTableNameRetType)
SetTableName gets a reference to the given string and assigns it to the TableName field.
func (*IntakeCatalog) SetUri ¶
func (o *IntakeCatalog) SetUri(v IntakeCatalogGetUriRetType)
SetUri sets field value
func (*IntakeCatalog) SetWarehouse ¶
func (o *IntakeCatalog) SetWarehouse(v IntakeCatalogGetWarehouseRetType)
SetWarehouse sets field value
func (IntakeCatalog) ToMap ¶
func (o IntakeCatalog) ToMap() (map[string]interface{}, error)
type IntakeCatalogGetAuthArgType ¶
type IntakeCatalogGetAuthArgType = CatalogAuth
type IntakeCatalogGetAuthAttributeType ¶
type IntakeCatalogGetAuthAttributeType = *CatalogAuth
isModel
type IntakeCatalogGetAuthRetType ¶
type IntakeCatalogGetAuthRetType = CatalogAuth
type IntakeCatalogGetNamespaceArgType ¶
type IntakeCatalogGetNamespaceArgType = string
type IntakeCatalogGetNamespaceAttributeType ¶
type IntakeCatalogGetNamespaceAttributeType = *string
isNotNullableString
type IntakeCatalogGetNamespaceRetType ¶
type IntakeCatalogGetNamespaceRetType = string
type IntakeCatalogGetPartitionByArgType ¶
type IntakeCatalogGetPartitionByArgType = *[]string
type IntakeCatalogGetPartitionByAttributeType ¶
type IntakeCatalogGetPartitionByAttributeType = *[]string
isArray
type IntakeCatalogGetPartitionByRetType ¶
type IntakeCatalogGetPartitionByRetType = *[]string
type IntakeCatalogGetPartitioningArgType ¶ added in v0.1.2
type IntakeCatalogGetPartitioningArgType = PartitioningType
type IntakeCatalogGetPartitioningAttributeType ¶ added in v0.1.2
type IntakeCatalogGetPartitioningAttributeType = *PartitioningType
isEnumRef
type IntakeCatalogGetPartitioningRetType ¶ added in v0.1.2
type IntakeCatalogGetPartitioningRetType = PartitioningType
type IntakeCatalogGetTableNameArgType ¶
type IntakeCatalogGetTableNameArgType = string
type IntakeCatalogGetTableNameAttributeType ¶
type IntakeCatalogGetTableNameAttributeType = *string
isNotNullableString
type IntakeCatalogGetTableNameRetType ¶
type IntakeCatalogGetTableNameRetType = string
type IntakeCatalogGetUriArgType ¶
type IntakeCatalogGetUriArgType = string
type IntakeCatalogGetUriAttributeType ¶
type IntakeCatalogGetUriAttributeType = *string
isNotNullableString
type IntakeCatalogGetUriRetType ¶
type IntakeCatalogGetUriRetType = string
type IntakeCatalogGetWarehouseArgType ¶
type IntakeCatalogGetWarehouseArgType = string
type IntakeCatalogGetWarehouseAttributeType ¶
type IntakeCatalogGetWarehouseAttributeType = *string
isNotNullableString
type IntakeCatalogGetWarehouseRetType ¶
type IntakeCatalogGetWarehouseRetType = string
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"`
// 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
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
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
func (*IntakeCatalogPatch) GetAuth ¶
func (o *IntakeCatalogPatch) GetAuth() (res IntakeCatalogPatchGetAuthRetType)
GetAuth returns the Auth field value if set, zero value otherwise.
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.
func (*IntakeCatalogPatch) GetNamespace ¶
func (o *IntakeCatalogPatch) GetNamespace() (res IntakeCatalogPatchGetNamespaceRetType)
GetNamespace returns the Namespace field value if set, zero value otherwise.
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.
func (*IntakeCatalogPatch) GetTableName ¶
func (o *IntakeCatalogPatch) GetTableName() (res IntakeCatalogPatchGetTableNameRetType)
GetTableName returns the TableName field value if set, zero value otherwise.
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.
func (*IntakeCatalogPatch) GetUri ¶
func (o *IntakeCatalogPatch) GetUri() (res IntakeCatalogPatchGetUriRetType)
GetUri returns the Uri field value if set, zero value otherwise.
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.
func (*IntakeCatalogPatch) GetWarehouse ¶
func (o *IntakeCatalogPatch) GetWarehouse() (res IntakeCatalogPatchGetWarehouseRetType)
GetWarehouse returns the Warehouse field value if set, zero value otherwise.
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.
func (*IntakeCatalogPatch) HasAuth ¶
func (o *IntakeCatalogPatch) HasAuth() bool
HasAuth returns a boolean if a field has been set.
func (*IntakeCatalogPatch) HasNamespace ¶
func (o *IntakeCatalogPatch) HasNamespace() bool
HasNamespace returns a boolean if a field has been set.
func (*IntakeCatalogPatch) HasTableName ¶
func (o *IntakeCatalogPatch) HasTableName() bool
HasTableName returns a boolean if a field has been set.
func (*IntakeCatalogPatch) HasUri ¶
func (o *IntakeCatalogPatch) HasUri() bool
HasUri returns a boolean if a field has been set.
func (*IntakeCatalogPatch) HasWarehouse ¶
func (o *IntakeCatalogPatch) HasWarehouse() bool
HasWarehouse returns a boolean if a field has been set.
func (*IntakeCatalogPatch) SetAuth ¶
func (o *IntakeCatalogPatch) SetAuth(v IntakeCatalogPatchGetAuthRetType)
SetAuth gets a reference to the given CatalogAuthPatch and assigns it to the Auth field.
func (*IntakeCatalogPatch) SetNamespace ¶
func (o *IntakeCatalogPatch) SetNamespace(v IntakeCatalogPatchGetNamespaceRetType)
SetNamespace gets a reference to the given string and assigns it to the Namespace field.
func (*IntakeCatalogPatch) SetTableName ¶
func (o *IntakeCatalogPatch) SetTableName(v IntakeCatalogPatchGetTableNameRetType)
SetTableName gets a reference to the given string and assigns it to the TableName field.
func (*IntakeCatalogPatch) SetUri ¶
func (o *IntakeCatalogPatch) SetUri(v IntakeCatalogPatchGetUriRetType)
SetUri gets a reference to the given string and assigns it to the Uri field.
func (*IntakeCatalogPatch) SetWarehouse ¶
func (o *IntakeCatalogPatch) SetWarehouse(v IntakeCatalogPatchGetWarehouseRetType)
SetWarehouse gets a reference to the given string and assigns it to the Warehouse field.
func (IntakeCatalogPatch) ToMap ¶
func (o IntakeCatalogPatch) ToMap() (map[string]interface{}, error)
type IntakeCatalogPatchGetAuthArgType ¶
type IntakeCatalogPatchGetAuthArgType = CatalogAuthPatch
type IntakeCatalogPatchGetAuthAttributeType ¶
type IntakeCatalogPatchGetAuthAttributeType = *CatalogAuthPatch
isModel
type IntakeCatalogPatchGetAuthRetType ¶
type IntakeCatalogPatchGetAuthRetType = CatalogAuthPatch
type IntakeCatalogPatchGetNamespaceArgType ¶
type IntakeCatalogPatchGetNamespaceArgType = string
type IntakeCatalogPatchGetNamespaceAttributeType ¶
type IntakeCatalogPatchGetNamespaceAttributeType = *string
isNotNullableString
type IntakeCatalogPatchGetNamespaceRetType ¶
type IntakeCatalogPatchGetNamespaceRetType = string
type IntakeCatalogPatchGetTableNameArgType ¶
type IntakeCatalogPatchGetTableNameArgType = string
type IntakeCatalogPatchGetTableNameAttributeType ¶
type IntakeCatalogPatchGetTableNameAttributeType = *string
isNotNullableString
type IntakeCatalogPatchGetTableNameRetType ¶
type IntakeCatalogPatchGetTableNameRetType = string
type IntakeCatalogPatchGetUriArgType ¶
type IntakeCatalogPatchGetUriArgType = string
type IntakeCatalogPatchGetUriAttributeType ¶
type IntakeCatalogPatchGetUriAttributeType = *string
isNotNullableString
type IntakeCatalogPatchGetUriRetType ¶
type IntakeCatalogPatchGetUriRetType = string
type IntakeCatalogPatchGetWarehouseArgType ¶
type IntakeCatalogPatchGetWarehouseArgType = string
type IntakeCatalogPatchGetWarehouseAttributeType ¶
type IntakeCatalogPatchGetWarehouseAttributeType = *string
isNotNullableString
type IntakeCatalogPatchGetWarehouseRetType ¶
type IntakeCatalogPatchGetWarehouseRetType = string
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
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
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
func (*IntakeResponse) GetCatalog ¶
func (o *IntakeResponse) GetCatalog() (ret IntakeResponseGetCatalogRetType)
GetCatalog returns the Catalog field value
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.
func (*IntakeResponse) GetCreateTime ¶
func (o *IntakeResponse) GetCreateTime() (ret IntakeResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value
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.
func (*IntakeResponse) GetDeadLetterTopic ¶
func (o *IntakeResponse) GetDeadLetterTopic() (ret IntakeResponseGetDeadLetterTopicRetType)
GetDeadLetterTopic returns the DeadLetterTopic field value
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.
func (*IntakeResponse) GetDescription ¶
func (o *IntakeResponse) GetDescription() (res IntakeResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*IntakeResponse) GetDisplayName ¶
func (o *IntakeResponse) GetDisplayName() (ret IntakeResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
func (*IntakeResponse) GetFailureMessage ¶
func (o *IntakeResponse) GetFailureMessage() (res IntakeResponseGetFailureMessageRetType)
GetFailureMessage returns the FailureMessage field value if set, zero value otherwise.
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.
func (*IntakeResponse) GetId ¶
func (o *IntakeResponse) GetId() (ret IntakeResponseGetIdRetType)
GetId returns the Id field value
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.
func (*IntakeResponse) GetIntakeRunnerId ¶
func (o *IntakeResponse) GetIntakeRunnerId() (ret IntakeResponseGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value
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.
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).
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
func (*IntakeResponse) GetState ¶
func (o *IntakeResponse) GetState() (ret IntakeResponseGetStateRetType)
GetState returns the State field value
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.
func (*IntakeResponse) GetTopic ¶
func (o *IntakeResponse) GetTopic() (ret IntakeResponseGetTopicRetType)
GetTopic returns the Topic field value
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.
func (*IntakeResponse) GetUndeliveredMessageCount ¶
func (o *IntakeResponse) GetUndeliveredMessageCount() (res IntakeResponseGetUndeliveredMessageCountRetType)
GetUndeliveredMessageCount returns the UndeliveredMessageCount field value if set, zero value otherwise.
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.
func (*IntakeResponse) GetUri ¶
func (o *IntakeResponse) GetUri() (ret IntakeResponseGetUriRetType)
GetUri returns the Uri field value
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.
func (*IntakeResponse) HasDescription ¶
func (o *IntakeResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IntakeResponse) HasFailureMessage ¶
func (o *IntakeResponse) HasFailureMessage() bool
HasFailureMessage returns a boolean if a field has been set.
func (*IntakeResponse) HasLabels ¶
func (o *IntakeResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*IntakeResponse) HasUndeliveredMessageCount ¶
func (o *IntakeResponse) HasUndeliveredMessageCount() bool
HasUndeliveredMessageCount returns a boolean if a field has been set.
func (*IntakeResponse) SetCatalog ¶
func (o *IntakeResponse) SetCatalog(v IntakeResponseGetCatalogRetType)
SetCatalog sets field value
func (*IntakeResponse) SetCreateTime ¶
func (o *IntakeResponse) SetCreateTime(v IntakeResponseGetCreateTimeRetType)
SetCreateTime sets field value
func (*IntakeResponse) SetDeadLetterTopic ¶
func (o *IntakeResponse) SetDeadLetterTopic(v IntakeResponseGetDeadLetterTopicRetType)
SetDeadLetterTopic sets field value
func (*IntakeResponse) SetDescription ¶
func (o *IntakeResponse) SetDescription(v IntakeResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*IntakeResponse) SetDisplayName ¶
func (o *IntakeResponse) SetDisplayName(v IntakeResponseGetDisplayNameRetType)
SetDisplayName sets field value
func (*IntakeResponse) SetFailureMessage ¶
func (o *IntakeResponse) SetFailureMessage(v IntakeResponseGetFailureMessageRetType)
SetFailureMessage gets a reference to the given string and assigns it to the FailureMessage field.
func (*IntakeResponse) SetId ¶
func (o *IntakeResponse) SetId(v IntakeResponseGetIdRetType)
SetId sets field value
func (*IntakeResponse) SetIntakeRunnerId ¶
func (o *IntakeResponse) SetIntakeRunnerId(v IntakeResponseGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value
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.
func (*IntakeResponse) SetState ¶
func (o *IntakeResponse) SetState(v IntakeResponseGetStateRetType)
SetState sets field value
func (*IntakeResponse) SetTopic ¶
func (o *IntakeResponse) SetTopic(v IntakeResponseGetTopicRetType)
SetTopic sets field value
func (*IntakeResponse) SetUndeliveredMessageCount ¶
func (o *IntakeResponse) SetUndeliveredMessageCount(v IntakeResponseGetUndeliveredMessageCountRetType)
SetUndeliveredMessageCount gets a reference to the given int64 and assigns it to the UndeliveredMessageCount field.
func (*IntakeResponse) SetUri ¶
func (o *IntakeResponse) SetUri(v IntakeResponseGetUriRetType)
SetUri sets field value
func (IntakeResponse) ToMap ¶
func (o IntakeResponse) ToMap() (map[string]interface{}, error)
type IntakeResponseGetCatalogArgType ¶
type IntakeResponseGetCatalogArgType = IntakeCatalog
type IntakeResponseGetCatalogAttributeType ¶
type IntakeResponseGetCatalogAttributeType = *IntakeCatalog
isModel
type IntakeResponseGetCatalogRetType ¶
type IntakeResponseGetCatalogRetType = IntakeCatalog
type IntakeResponseGetCreateTimeAttributeType ¶
isDateTime
type IntakeResponseGetDeadLetterTopicArgType ¶
type IntakeResponseGetDeadLetterTopicArgType = string
type IntakeResponseGetDeadLetterTopicAttributeType ¶
type IntakeResponseGetDeadLetterTopicAttributeType = *string
isNotNullableString
type IntakeResponseGetDeadLetterTopicRetType ¶
type IntakeResponseGetDeadLetterTopicRetType = string
type IntakeResponseGetDescriptionArgType ¶
type IntakeResponseGetDescriptionArgType = string
type IntakeResponseGetDescriptionAttributeType ¶
type IntakeResponseGetDescriptionAttributeType = *string
isNotNullableString
type IntakeResponseGetDescriptionRetType ¶
type IntakeResponseGetDescriptionRetType = string
type IntakeResponseGetDisplayNameArgType ¶
type IntakeResponseGetDisplayNameArgType = string
type IntakeResponseGetDisplayNameAttributeType ¶
type IntakeResponseGetDisplayNameAttributeType = *string
isNotNullableString
type IntakeResponseGetDisplayNameRetType ¶
type IntakeResponseGetDisplayNameRetType = string
type IntakeResponseGetFailureMessageArgType ¶
type IntakeResponseGetFailureMessageArgType = string
type IntakeResponseGetFailureMessageAttributeType ¶
type IntakeResponseGetFailureMessageAttributeType = *string
isNotNullableString
type IntakeResponseGetFailureMessageRetType ¶
type IntakeResponseGetFailureMessageRetType = string
type IntakeResponseGetIdArgType ¶
type IntakeResponseGetIdArgType = string
type IntakeResponseGetIdAttributeType ¶
type IntakeResponseGetIdAttributeType = *string
isNotNullableString
type IntakeResponseGetIdRetType ¶
type IntakeResponseGetIdRetType = string
type IntakeResponseGetIntakeRunnerIdArgType ¶
type IntakeResponseGetIntakeRunnerIdArgType = string
type IntakeResponseGetIntakeRunnerIdAttributeType ¶
type IntakeResponseGetIntakeRunnerIdAttributeType = *string
isNotNullableString
type IntakeResponseGetIntakeRunnerIdRetType ¶
type IntakeResponseGetIntakeRunnerIdRetType = string
type IntakeResponseGetLabelsAttributeType ¶
isContainer
type IntakeResponseGetStateArgType ¶
type IntakeResponseGetStateArgType = IntakeResponseState
type IntakeResponseGetStateAttributeType ¶
type IntakeResponseGetStateAttributeType = *IntakeResponseState
type IntakeResponseGetStateRetType ¶
type IntakeResponseGetStateRetType = IntakeResponseState
type IntakeResponseGetTopicArgType ¶
type IntakeResponseGetTopicArgType = string
type IntakeResponseGetTopicAttributeType ¶
type IntakeResponseGetTopicAttributeType = *string
isNotNullableString
type IntakeResponseGetTopicRetType ¶
type IntakeResponseGetTopicRetType = string
type IntakeResponseGetUndeliveredMessageCountArgType ¶
type IntakeResponseGetUndeliveredMessageCountArgType = int64
type IntakeResponseGetUndeliveredMessageCountAttributeType ¶
type IntakeResponseGetUndeliveredMessageCountAttributeType = *int64
isLong
type IntakeResponseGetUndeliveredMessageCountRetType ¶
type IntakeResponseGetUndeliveredMessageCountRetType = int64
type IntakeResponseGetUriArgType ¶
type IntakeResponseGetUriArgType = string
type IntakeResponseGetUriAttributeType ¶
type IntakeResponseGetUriAttributeType = *string
isNotNullableString
type IntakeResponseGetUriRetType ¶
type IntakeResponseGetUriRetType = string
type IntakeResponseState ¶
type IntakeResponseState string
IntakeResponseState The current state of the resource. value type for enums
const ( INTAKERESPONSESTATE_RECONCILING IntakeResponseState = "reconciling" INTAKERESPONSESTATE_ACTIVE IntakeResponseState = "active" INTAKERESPONSESTATE_DELETING IntakeResponseState = "deleting" 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
func (IntakeResponseState) IsValid ¶
func (v IntakeResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IntakeResponseState) Ptr ¶
func (v IntakeResponseState) Ptr() *IntakeResponseState
Ptr returns reference to StateState value
func (*IntakeResponseState) UnmarshalJSON ¶
func (v *IntakeResponseState) UnmarshalJSON(src []byte) error
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
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
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
func (*IntakeRunnerResponse) GetCreateTime ¶
func (o *IntakeRunnerResponse) GetCreateTime() (ret IntakeRunnerResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value
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.
func (*IntakeRunnerResponse) GetDescription ¶
func (o *IntakeRunnerResponse) GetDescription() (res IntakeRunnerResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*IntakeRunnerResponse) GetDisplayName ¶
func (o *IntakeRunnerResponse) GetDisplayName() (ret IntakeRunnerResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
func (*IntakeRunnerResponse) GetId ¶
func (o *IntakeRunnerResponse) GetId() (ret IntakeRunnerResponseGetIdRetType)
GetId returns the Id field value
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.
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).
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
func (*IntakeRunnerResponse) GetMaxMessageSizeKiB ¶
func (o *IntakeRunnerResponse) GetMaxMessageSizeKiB() (ret IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value
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.
func (*IntakeRunnerResponse) GetMaxMessagesPerHour ¶
func (o *IntakeRunnerResponse) GetMaxMessagesPerHour() (ret IntakeRunnerResponseGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value
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.
func (*IntakeRunnerResponse) GetState ¶
func (o *IntakeRunnerResponse) GetState() (ret IntakeRunnerResponseGetStateRetType)
GetState returns the State field value
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.
func (*IntakeRunnerResponse) GetUri ¶
func (o *IntakeRunnerResponse) GetUri() (ret IntakeRunnerResponseGetUriRetType)
GetUri returns the Uri field value
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.
func (*IntakeRunnerResponse) HasDescription ¶
func (o *IntakeRunnerResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IntakeRunnerResponse) HasLabels ¶
func (o *IntakeRunnerResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*IntakeRunnerResponse) SetCreateTime ¶
func (o *IntakeRunnerResponse) SetCreateTime(v IntakeRunnerResponseGetCreateTimeRetType)
SetCreateTime sets field value
func (*IntakeRunnerResponse) SetDescription ¶
func (o *IntakeRunnerResponse) SetDescription(v IntakeRunnerResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*IntakeRunnerResponse) SetDisplayName ¶
func (o *IntakeRunnerResponse) SetDisplayName(v IntakeRunnerResponseGetDisplayNameRetType)
SetDisplayName sets field value
func (*IntakeRunnerResponse) SetId ¶
func (o *IntakeRunnerResponse) SetId(v IntakeRunnerResponseGetIdRetType)
SetId sets field value
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.
func (*IntakeRunnerResponse) SetMaxMessageSizeKiB ¶
func (o *IntakeRunnerResponse) SetMaxMessageSizeKiB(v IntakeRunnerResponseGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB sets field value
func (*IntakeRunnerResponse) SetMaxMessagesPerHour ¶
func (o *IntakeRunnerResponse) SetMaxMessagesPerHour(v IntakeRunnerResponseGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour sets field value
func (*IntakeRunnerResponse) SetState ¶
func (o *IntakeRunnerResponse) SetState(v IntakeRunnerResponseGetStateRetType)
SetState sets field value
func (*IntakeRunnerResponse) SetUri ¶
func (o *IntakeRunnerResponse) SetUri(v IntakeRunnerResponseGetUriRetType)
SetUri sets field value
func (IntakeRunnerResponse) ToMap ¶
func (o IntakeRunnerResponse) ToMap() (map[string]interface{}, error)
type IntakeRunnerResponseGetCreateTimeAttributeType ¶
isDateTime
type IntakeRunnerResponseGetDescriptionArgType ¶
type IntakeRunnerResponseGetDescriptionArgType = string
type IntakeRunnerResponseGetDescriptionAttributeType ¶
type IntakeRunnerResponseGetDescriptionAttributeType = *string
isNotNullableString
type IntakeRunnerResponseGetDescriptionRetType ¶
type IntakeRunnerResponseGetDescriptionRetType = string
type IntakeRunnerResponseGetDisplayNameArgType ¶
type IntakeRunnerResponseGetDisplayNameArgType = string
type IntakeRunnerResponseGetDisplayNameAttributeType ¶
type IntakeRunnerResponseGetDisplayNameAttributeType = *string
isNotNullableString
type IntakeRunnerResponseGetDisplayNameRetType ¶
type IntakeRunnerResponseGetDisplayNameRetType = string
type IntakeRunnerResponseGetIdArgType ¶
type IntakeRunnerResponseGetIdArgType = string
type IntakeRunnerResponseGetIdAttributeType ¶
type IntakeRunnerResponseGetIdAttributeType = *string
isNotNullableString
type IntakeRunnerResponseGetIdRetType ¶
type IntakeRunnerResponseGetIdRetType = string
type IntakeRunnerResponseGetLabelsAttributeType ¶
isContainer
type IntakeRunnerResponseGetMaxMessageSizeKiBArgType ¶
type IntakeRunnerResponseGetMaxMessageSizeKiBArgType = int64
type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType ¶
type IntakeRunnerResponseGetMaxMessageSizeKiBAttributeType = *int64
isInteger
type IntakeRunnerResponseGetMaxMessageSizeKiBRetType ¶
type IntakeRunnerResponseGetMaxMessageSizeKiBRetType = int64
type IntakeRunnerResponseGetMaxMessagesPerHourArgType ¶
type IntakeRunnerResponseGetMaxMessagesPerHourArgType = int64
type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType ¶
type IntakeRunnerResponseGetMaxMessagesPerHourAttributeType = *int64
isInteger
type IntakeRunnerResponseGetMaxMessagesPerHourRetType ¶
type IntakeRunnerResponseGetMaxMessagesPerHourRetType = int64
type IntakeRunnerResponseGetStateArgType ¶
type IntakeRunnerResponseGetStateArgType = IntakeRunnerResponseState
type IntakeRunnerResponseGetStateAttributeType ¶
type IntakeRunnerResponseGetStateAttributeType = *IntakeRunnerResponseState
type IntakeRunnerResponseGetStateRetType ¶
type IntakeRunnerResponseGetStateRetType = IntakeRunnerResponseState
type IntakeRunnerResponseGetUriArgType ¶
type IntakeRunnerResponseGetUriArgType = string
type IntakeRunnerResponseGetUriAttributeType ¶
type IntakeRunnerResponseGetUriAttributeType = *string
isNotNullableString
type IntakeRunnerResponseGetUriRetType ¶
type IntakeRunnerResponseGetUriRetType = string
type IntakeRunnerResponseState ¶
type IntakeRunnerResponseState string
IntakeRunnerResponseState The current state of the resource. value type for enums
const ( INTAKERUNNERRESPONSESTATE_RECONCILING IntakeRunnerResponseState = "reconciling" INTAKERUNNERRESPONSESTATE_ACTIVE IntakeRunnerResponseState = "active" 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
func (IntakeRunnerResponseState) IsValid ¶
func (v IntakeRunnerResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IntakeRunnerResponseState) Ptr ¶
func (v IntakeRunnerResponseState) Ptr() *IntakeRunnerResponseState
Ptr returns reference to StateState value
func (*IntakeRunnerResponseState) UnmarshalJSON ¶
func (v *IntakeRunnerResponseState) UnmarshalJSON(src []byte) error
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
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
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
func (*IntakeUserResponse) GetClientConfig ¶
func (o *IntakeUserResponse) GetClientConfig() (res IntakeUserResponseGetClientConfigRetType)
GetClientConfig returns the ClientConfig field value if set, zero value otherwise.
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.
func (*IntakeUserResponse) GetCreateTime ¶
func (o *IntakeUserResponse) GetCreateTime() (ret IntakeUserResponseGetCreateTimeRetType)
GetCreateTime returns the CreateTime field value
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.
func (*IntakeUserResponse) GetDescription ¶
func (o *IntakeUserResponse) GetDescription() (res IntakeUserResponseGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*IntakeUserResponse) GetDisplayName ¶
func (o *IntakeUserResponse) GetDisplayName() (ret IntakeUserResponseGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value
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.
func (*IntakeUserResponse) GetId ¶
func (o *IntakeUserResponse) GetId() (ret IntakeUserResponseGetIdRetType)
GetId returns the Id field value
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.
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).
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
func (*IntakeUserResponse) GetState ¶
func (o *IntakeUserResponse) GetState() (ret IntakeUserResponseGetStateRetType)
GetState returns the State field value
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.
func (*IntakeUserResponse) GetType ¶
func (o *IntakeUserResponse) GetType() (ret IntakeUserResponseGetTypeRetType)
GetType returns the Type field value
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.
func (*IntakeUserResponse) GetUser ¶
func (o *IntakeUserResponse) GetUser() (ret IntakeUserResponseGetUserRetType)
GetUser returns the User field value
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.
func (*IntakeUserResponse) HasClientConfig ¶
func (o *IntakeUserResponse) HasClientConfig() bool
HasClientConfig returns a boolean if a field has been set.
func (*IntakeUserResponse) HasDescription ¶
func (o *IntakeUserResponse) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*IntakeUserResponse) HasLabels ¶
func (o *IntakeUserResponse) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*IntakeUserResponse) SetClientConfig ¶
func (o *IntakeUserResponse) SetClientConfig(v IntakeUserResponseGetClientConfigRetType)
SetClientConfig gets a reference to the given ClientConfig and assigns it to the ClientConfig field.
func (*IntakeUserResponse) SetCreateTime ¶
func (o *IntakeUserResponse) SetCreateTime(v IntakeUserResponseGetCreateTimeRetType)
SetCreateTime sets field value
func (*IntakeUserResponse) SetDescription ¶
func (o *IntakeUserResponse) SetDescription(v IntakeUserResponseGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*IntakeUserResponse) SetDisplayName ¶
func (o *IntakeUserResponse) SetDisplayName(v IntakeUserResponseGetDisplayNameRetType)
SetDisplayName sets field value
func (*IntakeUserResponse) SetId ¶
func (o *IntakeUserResponse) SetId(v IntakeUserResponseGetIdRetType)
SetId sets field value
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.
func (*IntakeUserResponse) SetState ¶
func (o *IntakeUserResponse) SetState(v IntakeUserResponseGetStateRetType)
SetState sets field value
func (*IntakeUserResponse) SetType ¶
func (o *IntakeUserResponse) SetType(v IntakeUserResponseGetTypeRetType)
SetType sets field value
func (*IntakeUserResponse) SetUser ¶
func (o *IntakeUserResponse) SetUser(v IntakeUserResponseGetUserRetType)
SetUser sets field value
func (IntakeUserResponse) ToMap ¶
func (o IntakeUserResponse) ToMap() (map[string]interface{}, error)
type IntakeUserResponseGetClientConfigArgType ¶
type IntakeUserResponseGetClientConfigArgType = ClientConfig
type IntakeUserResponseGetClientConfigAttributeType ¶
type IntakeUserResponseGetClientConfigAttributeType = *ClientConfig
isModel
type IntakeUserResponseGetClientConfigRetType ¶
type IntakeUserResponseGetClientConfigRetType = ClientConfig
type IntakeUserResponseGetCreateTimeAttributeType ¶
isDateTime
type IntakeUserResponseGetDescriptionArgType ¶
type IntakeUserResponseGetDescriptionArgType = string
type IntakeUserResponseGetDescriptionAttributeType ¶
type IntakeUserResponseGetDescriptionAttributeType = *string
isNotNullableString
type IntakeUserResponseGetDescriptionRetType ¶
type IntakeUserResponseGetDescriptionRetType = string
type IntakeUserResponseGetDisplayNameArgType ¶
type IntakeUserResponseGetDisplayNameArgType = string
type IntakeUserResponseGetDisplayNameAttributeType ¶
type IntakeUserResponseGetDisplayNameAttributeType = *string
isNotNullableString
type IntakeUserResponseGetDisplayNameRetType ¶
type IntakeUserResponseGetDisplayNameRetType = string
type IntakeUserResponseGetIdArgType ¶
type IntakeUserResponseGetIdArgType = string
type IntakeUserResponseGetIdAttributeType ¶
type IntakeUserResponseGetIdAttributeType = *string
isNotNullableString
type IntakeUserResponseGetIdRetType ¶
type IntakeUserResponseGetIdRetType = string
type IntakeUserResponseGetLabelsAttributeType ¶
isContainer
type IntakeUserResponseGetStateArgType ¶
type IntakeUserResponseGetStateArgType = IntakeUserResponseState
type IntakeUserResponseGetStateAttributeType ¶
type IntakeUserResponseGetStateAttributeType = *IntakeUserResponseState
type IntakeUserResponseGetStateRetType ¶
type IntakeUserResponseGetStateRetType = IntakeUserResponseState
type IntakeUserResponseGetTypeArgType ¶
type IntakeUserResponseGetTypeArgType = UserType
type IntakeUserResponseGetTypeAttributeType ¶
type IntakeUserResponseGetTypeAttributeType = *UserType
isEnumRef
type IntakeUserResponseGetTypeRetType ¶
type IntakeUserResponseGetTypeRetType = UserType
type IntakeUserResponseGetUserArgType ¶
type IntakeUserResponseGetUserArgType = string
type IntakeUserResponseGetUserAttributeType ¶
type IntakeUserResponseGetUserAttributeType = *string
isNotNullableString
type IntakeUserResponseGetUserRetType ¶
type IntakeUserResponseGetUserRetType = string
type IntakeUserResponseState ¶
type IntakeUserResponseState string
IntakeUserResponseState The current state of the resource. value type for enums
const ( INTAKEUSERRESPONSESTATE_RECONCILING IntakeUserResponseState = "reconciling" INTAKEUSERRESPONSESTATE_ACTIVE IntakeUserResponseState = "active" 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
func (IntakeUserResponseState) IsValid ¶
func (v IntakeUserResponseState) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (IntakeUserResponseState) Ptr ¶
func (v IntakeUserResponseState) Ptr() *IntakeUserResponseState
Ptr returns reference to StateState value
func (*IntakeUserResponseState) UnmarshalJSON ¶
func (v *IntakeUserResponseState) UnmarshalJSON(src []byte) error
type ListIntakeRunnersRequest ¶
type ListIntakeRunnersRequest struct {
// contains filtered or unexported fields
}
func (ListIntakeRunnersRequest) Execute ¶
func (r ListIntakeRunnersRequest) Execute() (*ListIntakeRunnersResponse, error)
func (ListIntakeRunnersRequest) PageSize ¶
func (r ListIntakeRunnersRequest) PageSize(pageSize int32) ApiListIntakeRunnersRequest
func (ListIntakeRunnersRequest) PageToken ¶
func (r ListIntakeRunnersRequest) PageToken(pageToken string) ApiListIntakeRunnersRequest
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
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
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
func (*ListIntakeRunnersResponse) GetIntakeRunners ¶
func (o *ListIntakeRunnersResponse) GetIntakeRunners() (ret ListIntakeRunnersResponseGetIntakeRunnersRetType)
GetIntakeRunners returns the IntakeRunners field value
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.
func (*ListIntakeRunnersResponse) GetNextPageToken ¶
func (o *ListIntakeRunnersResponse) GetNextPageToken() (res ListIntakeRunnersResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
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.
func (*ListIntakeRunnersResponse) HasNextPageToken ¶
func (o *ListIntakeRunnersResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*ListIntakeRunnersResponse) SetIntakeRunners ¶
func (o *ListIntakeRunnersResponse) SetIntakeRunners(v ListIntakeRunnersResponseGetIntakeRunnersRetType)
SetIntakeRunners sets field value
func (*ListIntakeRunnersResponse) SetNextPageToken ¶
func (o *ListIntakeRunnersResponse) SetNextPageToken(v ListIntakeRunnersResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (ListIntakeRunnersResponse) ToMap ¶
func (o ListIntakeRunnersResponse) ToMap() (map[string]interface{}, error)
type ListIntakeRunnersResponseGetIntakeRunnersArgType ¶
type ListIntakeRunnersResponseGetIntakeRunnersArgType = []IntakeRunnerResponse
type ListIntakeRunnersResponseGetIntakeRunnersAttributeType ¶
type ListIntakeRunnersResponseGetIntakeRunnersAttributeType = *[]IntakeRunnerResponse
isArray
type ListIntakeRunnersResponseGetIntakeRunnersRetType ¶
type ListIntakeRunnersResponseGetIntakeRunnersRetType = []IntakeRunnerResponse
type ListIntakeRunnersResponseGetNextPageTokenArgType ¶
type ListIntakeRunnersResponseGetNextPageTokenArgType = string
type ListIntakeRunnersResponseGetNextPageTokenAttributeType ¶
type ListIntakeRunnersResponseGetNextPageTokenAttributeType = *string
isNotNullableString
type ListIntakeRunnersResponseGetNextPageTokenRetType ¶
type ListIntakeRunnersResponseGetNextPageTokenRetType = string
type ListIntakeUsersRequest ¶
type ListIntakeUsersRequest struct {
// contains filtered or unexported fields
}
func (ListIntakeUsersRequest) Execute ¶
func (r ListIntakeUsersRequest) Execute() (*ListIntakeUsersResponse, error)
func (ListIntakeUsersRequest) PageSize ¶
func (r ListIntakeUsersRequest) PageSize(pageSize int32) ApiListIntakeUsersRequest
func (ListIntakeUsersRequest) PageToken ¶
func (r ListIntakeUsersRequest) PageToken(pageToken string) ApiListIntakeUsersRequest
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
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
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
func (*ListIntakeUsersResponse) GetIntakeUsers ¶
func (o *ListIntakeUsersResponse) GetIntakeUsers() (ret ListIntakeUsersResponseGetIntakeUsersRetType)
GetIntakeUsers returns the IntakeUsers field value
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.
func (*ListIntakeUsersResponse) GetNextPageToken ¶
func (o *ListIntakeUsersResponse) GetNextPageToken() (res ListIntakeUsersResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
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.
func (*ListIntakeUsersResponse) HasNextPageToken ¶
func (o *ListIntakeUsersResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*ListIntakeUsersResponse) SetIntakeUsers ¶
func (o *ListIntakeUsersResponse) SetIntakeUsers(v ListIntakeUsersResponseGetIntakeUsersRetType)
SetIntakeUsers sets field value
func (*ListIntakeUsersResponse) SetNextPageToken ¶
func (o *ListIntakeUsersResponse) SetNextPageToken(v ListIntakeUsersResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (ListIntakeUsersResponse) ToMap ¶
func (o ListIntakeUsersResponse) ToMap() (map[string]interface{}, error)
type ListIntakeUsersResponseGetIntakeUsersArgType ¶
type ListIntakeUsersResponseGetIntakeUsersArgType = []IntakeUserResponse
type ListIntakeUsersResponseGetIntakeUsersAttributeType ¶
type ListIntakeUsersResponseGetIntakeUsersAttributeType = *[]IntakeUserResponse
isArray
type ListIntakeUsersResponseGetIntakeUsersRetType ¶
type ListIntakeUsersResponseGetIntakeUsersRetType = []IntakeUserResponse
type ListIntakeUsersResponseGetNextPageTokenArgType ¶
type ListIntakeUsersResponseGetNextPageTokenArgType = string
type ListIntakeUsersResponseGetNextPageTokenAttributeType ¶
type ListIntakeUsersResponseGetNextPageTokenAttributeType = *string
isNotNullableString
type ListIntakeUsersResponseGetNextPageTokenRetType ¶
type ListIntakeUsersResponseGetNextPageTokenRetType = string
type ListIntakesRequest ¶
type ListIntakesRequest struct {
// contains filtered or unexported fields
}
func (ListIntakesRequest) Execute ¶
func (r ListIntakesRequest) Execute() (*ListIntakesResponse, error)
func (ListIntakesRequest) PageSize ¶
func (r ListIntakesRequest) PageSize(pageSize int32) ApiListIntakesRequest
func (ListIntakesRequest) PageToken ¶
func (r ListIntakesRequest) PageToken(pageToken string) ApiListIntakesRequest
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
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
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
func (*ListIntakesResponse) GetIntakes ¶
func (o *ListIntakesResponse) GetIntakes() (ret ListIntakesResponseGetIntakesRetType)
GetIntakes returns the Intakes field value
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.
func (*ListIntakesResponse) GetNextPageToken ¶
func (o *ListIntakesResponse) GetNextPageToken() (res ListIntakesResponseGetNextPageTokenRetType)
GetNextPageToken returns the NextPageToken field value if set, zero value otherwise.
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.
func (*ListIntakesResponse) HasNextPageToken ¶
func (o *ListIntakesResponse) HasNextPageToken() bool
HasNextPageToken returns a boolean if a field has been set.
func (*ListIntakesResponse) SetIntakes ¶
func (o *ListIntakesResponse) SetIntakes(v ListIntakesResponseGetIntakesRetType)
SetIntakes sets field value
func (*ListIntakesResponse) SetNextPageToken ¶
func (o *ListIntakesResponse) SetNextPageToken(v ListIntakesResponseGetNextPageTokenRetType)
SetNextPageToken gets a reference to the given string and assigns it to the NextPageToken field.
func (ListIntakesResponse) ToMap ¶
func (o ListIntakesResponse) ToMap() (map[string]interface{}, error)
type ListIntakesResponseGetIntakesArgType ¶
type ListIntakesResponseGetIntakesArgType = []IntakeResponse
type ListIntakesResponseGetIntakesAttributeType ¶
type ListIntakesResponseGetIntakesAttributeType = *[]IntakeResponse
isArray
type ListIntakesResponseGetIntakesRetType ¶
type ListIntakesResponseGetIntakesRetType = []IntakeResponse
type ListIntakesResponseGetNextPageTokenArgType ¶
type ListIntakesResponseGetNextPageTokenArgType = string
type ListIntakesResponseGetNextPageTokenAttributeType ¶
type ListIntakesResponseGetNextPageTokenAttributeType = *string
isNotNullableString
type ListIntakesResponseGetNextPageTokenRetType ¶
type ListIntakesResponseGetNextPageTokenRetType = string
type MappedNullable ¶
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCatalogAuth ¶
type NullableCatalogAuth struct {
// contains filtered or unexported fields
}
func NewNullableCatalogAuth ¶
func NewNullableCatalogAuth(val *CatalogAuth) *NullableCatalogAuth
func (NullableCatalogAuth) Get ¶
func (v NullableCatalogAuth) Get() *CatalogAuth
func (NullableCatalogAuth) IsSet ¶
func (v NullableCatalogAuth) IsSet() bool
func (NullableCatalogAuth) MarshalJSON ¶
func (v NullableCatalogAuth) MarshalJSON() ([]byte, error)
func (*NullableCatalogAuth) Set ¶
func (v *NullableCatalogAuth) Set(val *CatalogAuth)
func (*NullableCatalogAuth) UnmarshalJSON ¶
func (v *NullableCatalogAuth) UnmarshalJSON(src []byte) error
func (*NullableCatalogAuth) Unset ¶
func (v *NullableCatalogAuth) Unset()
type NullableCatalogAuthPatch ¶
type NullableCatalogAuthPatch struct {
// contains filtered or unexported fields
}
func NewNullableCatalogAuthPatch ¶
func NewNullableCatalogAuthPatch(val *CatalogAuthPatch) *NullableCatalogAuthPatch
func (NullableCatalogAuthPatch) Get ¶
func (v NullableCatalogAuthPatch) Get() *CatalogAuthPatch
func (NullableCatalogAuthPatch) IsSet ¶
func (v NullableCatalogAuthPatch) IsSet() bool
func (NullableCatalogAuthPatch) MarshalJSON ¶
func (v NullableCatalogAuthPatch) MarshalJSON() ([]byte, error)
func (*NullableCatalogAuthPatch) Set ¶
func (v *NullableCatalogAuthPatch) Set(val *CatalogAuthPatch)
func (*NullableCatalogAuthPatch) UnmarshalJSON ¶
func (v *NullableCatalogAuthPatch) UnmarshalJSON(src []byte) error
func (*NullableCatalogAuthPatch) Unset ¶
func (v *NullableCatalogAuthPatch) Unset()
type NullableCatalogAuthType ¶
type NullableCatalogAuthType struct {
// contains filtered or unexported fields
}
func NewNullableCatalogAuthType ¶
func NewNullableCatalogAuthType(val *CatalogAuthType) *NullableCatalogAuthType
func (NullableCatalogAuthType) Get ¶
func (v NullableCatalogAuthType) Get() *CatalogAuthType
func (NullableCatalogAuthType) IsSet ¶
func (v NullableCatalogAuthType) IsSet() bool
func (NullableCatalogAuthType) MarshalJSON ¶
func (v NullableCatalogAuthType) MarshalJSON() ([]byte, error)
func (*NullableCatalogAuthType) Set ¶
func (v *NullableCatalogAuthType) Set(val *CatalogAuthType)
func (*NullableCatalogAuthType) UnmarshalJSON ¶
func (v *NullableCatalogAuthType) UnmarshalJSON(src []byte) error
func (*NullableCatalogAuthType) Unset ¶
func (v *NullableCatalogAuthType) Unset()
type NullableClientConfig ¶
type NullableClientConfig struct {
// contains filtered or unexported fields
}
func NewNullableClientConfig ¶
func NewNullableClientConfig(val *ClientConfig) *NullableClientConfig
func (NullableClientConfig) Get ¶
func (v NullableClientConfig) Get() *ClientConfig
func (NullableClientConfig) IsSet ¶
func (v NullableClientConfig) IsSet() bool
func (NullableClientConfig) MarshalJSON ¶
func (v NullableClientConfig) MarshalJSON() ([]byte, error)
func (*NullableClientConfig) Set ¶
func (v *NullableClientConfig) Set(val *ClientConfig)
func (*NullableClientConfig) UnmarshalJSON ¶
func (v *NullableClientConfig) UnmarshalJSON(src []byte) error
func (*NullableClientConfig) Unset ¶
func (v *NullableClientConfig) Unset()
type NullableCreateIntakePayload ¶
type NullableCreateIntakePayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateIntakePayload ¶
func NewNullableCreateIntakePayload(val *CreateIntakePayload) *NullableCreateIntakePayload
func (NullableCreateIntakePayload) Get ¶
func (v NullableCreateIntakePayload) Get() *CreateIntakePayload
func (NullableCreateIntakePayload) IsSet ¶
func (v NullableCreateIntakePayload) IsSet() bool
func (NullableCreateIntakePayload) MarshalJSON ¶
func (v NullableCreateIntakePayload) MarshalJSON() ([]byte, error)
func (*NullableCreateIntakePayload) Set ¶
func (v *NullableCreateIntakePayload) Set(val *CreateIntakePayload)
func (*NullableCreateIntakePayload) UnmarshalJSON ¶
func (v *NullableCreateIntakePayload) UnmarshalJSON(src []byte) error
func (*NullableCreateIntakePayload) Unset ¶
func (v *NullableCreateIntakePayload) Unset()
type NullableCreateIntakeRunnerPayload ¶
type NullableCreateIntakeRunnerPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateIntakeRunnerPayload ¶
func NewNullableCreateIntakeRunnerPayload(val *CreateIntakeRunnerPayload) *NullableCreateIntakeRunnerPayload
func (NullableCreateIntakeRunnerPayload) Get ¶
func (v NullableCreateIntakeRunnerPayload) Get() *CreateIntakeRunnerPayload
func (NullableCreateIntakeRunnerPayload) IsSet ¶
func (v NullableCreateIntakeRunnerPayload) IsSet() bool
func (NullableCreateIntakeRunnerPayload) MarshalJSON ¶
func (v NullableCreateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateIntakeRunnerPayload) Set ¶
func (v *NullableCreateIntakeRunnerPayload) Set(val *CreateIntakeRunnerPayload)
func (*NullableCreateIntakeRunnerPayload) UnmarshalJSON ¶
func (v *NullableCreateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateIntakeRunnerPayload) Unset ¶
func (v *NullableCreateIntakeRunnerPayload) Unset()
type NullableCreateIntakeUserPayload ¶
type NullableCreateIntakeUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableCreateIntakeUserPayload ¶
func NewNullableCreateIntakeUserPayload(val *CreateIntakeUserPayload) *NullableCreateIntakeUserPayload
func (NullableCreateIntakeUserPayload) Get ¶
func (v NullableCreateIntakeUserPayload) Get() *CreateIntakeUserPayload
func (NullableCreateIntakeUserPayload) IsSet ¶
func (v NullableCreateIntakeUserPayload) IsSet() bool
func (NullableCreateIntakeUserPayload) MarshalJSON ¶
func (v NullableCreateIntakeUserPayload) MarshalJSON() ([]byte, error)
func (*NullableCreateIntakeUserPayload) Set ¶
func (v *NullableCreateIntakeUserPayload) Set(val *CreateIntakeUserPayload)
func (*NullableCreateIntakeUserPayload) UnmarshalJSON ¶
func (v *NullableCreateIntakeUserPayload) UnmarshalJSON(src []byte) error
func (*NullableCreateIntakeUserPayload) Unset ¶
func (v *NullableCreateIntakeUserPayload) Unset()
type NullableDremioAuth ¶
type NullableDremioAuth struct {
// contains filtered or unexported fields
}
func NewNullableDremioAuth ¶
func NewNullableDremioAuth(val *DremioAuth) *NullableDremioAuth
func (NullableDremioAuth) Get ¶
func (v NullableDremioAuth) Get() *DremioAuth
func (NullableDremioAuth) IsSet ¶
func (v NullableDremioAuth) IsSet() bool
func (NullableDremioAuth) MarshalJSON ¶
func (v NullableDremioAuth) MarshalJSON() ([]byte, error)
func (*NullableDremioAuth) Set ¶
func (v *NullableDremioAuth) Set(val *DremioAuth)
func (*NullableDremioAuth) UnmarshalJSON ¶
func (v *NullableDremioAuth) UnmarshalJSON(src []byte) error
func (*NullableDremioAuth) Unset ¶
func (v *NullableDremioAuth) Unset()
type NullableDremioAuthPatch ¶
type NullableDremioAuthPatch struct {
// contains filtered or unexported fields
}
func NewNullableDremioAuthPatch ¶
func NewNullableDremioAuthPatch(val *DremioAuthPatch) *NullableDremioAuthPatch
func (NullableDremioAuthPatch) Get ¶
func (v NullableDremioAuthPatch) Get() *DremioAuthPatch
func (NullableDremioAuthPatch) IsSet ¶
func (v NullableDremioAuthPatch) IsSet() bool
func (NullableDremioAuthPatch) MarshalJSON ¶
func (v NullableDremioAuthPatch) MarshalJSON() ([]byte, error)
func (*NullableDremioAuthPatch) Set ¶
func (v *NullableDremioAuthPatch) Set(val *DremioAuthPatch)
func (*NullableDremioAuthPatch) UnmarshalJSON ¶
func (v *NullableDremioAuthPatch) UnmarshalJSON(src []byte) error
func (*NullableDremioAuthPatch) Unset ¶
func (v *NullableDremioAuthPatch) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableIntakeCatalog ¶
type NullableIntakeCatalog struct {
// contains filtered or unexported fields
}
func NewNullableIntakeCatalog ¶
func NewNullableIntakeCatalog(val *IntakeCatalog) *NullableIntakeCatalog
func (NullableIntakeCatalog) Get ¶
func (v NullableIntakeCatalog) Get() *IntakeCatalog
func (NullableIntakeCatalog) IsSet ¶
func (v NullableIntakeCatalog) IsSet() bool
func (NullableIntakeCatalog) MarshalJSON ¶
func (v NullableIntakeCatalog) MarshalJSON() ([]byte, error)
func (*NullableIntakeCatalog) Set ¶
func (v *NullableIntakeCatalog) Set(val *IntakeCatalog)
func (*NullableIntakeCatalog) UnmarshalJSON ¶
func (v *NullableIntakeCatalog) UnmarshalJSON(src []byte) error
func (*NullableIntakeCatalog) Unset ¶
func (v *NullableIntakeCatalog) Unset()
type NullableIntakeCatalogPatch ¶
type NullableIntakeCatalogPatch struct {
// contains filtered or unexported fields
}
func NewNullableIntakeCatalogPatch ¶
func NewNullableIntakeCatalogPatch(val *IntakeCatalogPatch) *NullableIntakeCatalogPatch
func (NullableIntakeCatalogPatch) Get ¶
func (v NullableIntakeCatalogPatch) Get() *IntakeCatalogPatch
func (NullableIntakeCatalogPatch) IsSet ¶
func (v NullableIntakeCatalogPatch) IsSet() bool
func (NullableIntakeCatalogPatch) MarshalJSON ¶
func (v NullableIntakeCatalogPatch) MarshalJSON() ([]byte, error)
func (*NullableIntakeCatalogPatch) Set ¶
func (v *NullableIntakeCatalogPatch) Set(val *IntakeCatalogPatch)
func (*NullableIntakeCatalogPatch) UnmarshalJSON ¶
func (v *NullableIntakeCatalogPatch) UnmarshalJSON(src []byte) error
func (*NullableIntakeCatalogPatch) Unset ¶
func (v *NullableIntakeCatalogPatch) Unset()
type NullableIntakeResponse ¶
type NullableIntakeResponse struct {
// contains filtered or unexported fields
}
func NewNullableIntakeResponse ¶
func NewNullableIntakeResponse(val *IntakeResponse) *NullableIntakeResponse
func (NullableIntakeResponse) Get ¶
func (v NullableIntakeResponse) Get() *IntakeResponse
func (NullableIntakeResponse) IsSet ¶
func (v NullableIntakeResponse) IsSet() bool
func (NullableIntakeResponse) MarshalJSON ¶
func (v NullableIntakeResponse) MarshalJSON() ([]byte, error)
func (*NullableIntakeResponse) Set ¶
func (v *NullableIntakeResponse) Set(val *IntakeResponse)
func (*NullableIntakeResponse) UnmarshalJSON ¶
func (v *NullableIntakeResponse) UnmarshalJSON(src []byte) error
func (*NullableIntakeResponse) Unset ¶
func (v *NullableIntakeResponse) Unset()
type NullableIntakeResponseState ¶
type NullableIntakeResponseState struct {
// contains filtered or unexported fields
}
func NewNullableIntakeResponseState ¶
func NewNullableIntakeResponseState(val *IntakeResponseState) *NullableIntakeResponseState
func (NullableIntakeResponseState) Get ¶
func (v NullableIntakeResponseState) Get() *IntakeResponseState
func (NullableIntakeResponseState) IsSet ¶
func (v NullableIntakeResponseState) IsSet() bool
func (NullableIntakeResponseState) MarshalJSON ¶
func (v NullableIntakeResponseState) MarshalJSON() ([]byte, error)
func (*NullableIntakeResponseState) Set ¶
func (v *NullableIntakeResponseState) Set(val *IntakeResponseState)
func (*NullableIntakeResponseState) UnmarshalJSON ¶
func (v *NullableIntakeResponseState) UnmarshalJSON(src []byte) error
func (*NullableIntakeResponseState) Unset ¶
func (v *NullableIntakeResponseState) Unset()
type NullableIntakeRunnerResponse ¶
type NullableIntakeRunnerResponse struct {
// contains filtered or unexported fields
}
func NewNullableIntakeRunnerResponse ¶
func NewNullableIntakeRunnerResponse(val *IntakeRunnerResponse) *NullableIntakeRunnerResponse
func (NullableIntakeRunnerResponse) Get ¶
func (v NullableIntakeRunnerResponse) Get() *IntakeRunnerResponse
func (NullableIntakeRunnerResponse) IsSet ¶
func (v NullableIntakeRunnerResponse) IsSet() bool
func (NullableIntakeRunnerResponse) MarshalJSON ¶
func (v NullableIntakeRunnerResponse) MarshalJSON() ([]byte, error)
func (*NullableIntakeRunnerResponse) Set ¶
func (v *NullableIntakeRunnerResponse) Set(val *IntakeRunnerResponse)
func (*NullableIntakeRunnerResponse) UnmarshalJSON ¶
func (v *NullableIntakeRunnerResponse) UnmarshalJSON(src []byte) error
func (*NullableIntakeRunnerResponse) Unset ¶
func (v *NullableIntakeRunnerResponse) Unset()
type NullableIntakeRunnerResponseState ¶
type NullableIntakeRunnerResponseState struct {
// contains filtered or unexported fields
}
func NewNullableIntakeRunnerResponseState ¶
func NewNullableIntakeRunnerResponseState(val *IntakeRunnerResponseState) *NullableIntakeRunnerResponseState
func (NullableIntakeRunnerResponseState) Get ¶
func (v NullableIntakeRunnerResponseState) Get() *IntakeRunnerResponseState
func (NullableIntakeRunnerResponseState) IsSet ¶
func (v NullableIntakeRunnerResponseState) IsSet() bool
func (NullableIntakeRunnerResponseState) MarshalJSON ¶
func (v NullableIntakeRunnerResponseState) MarshalJSON() ([]byte, error)
func (*NullableIntakeRunnerResponseState) Set ¶
func (v *NullableIntakeRunnerResponseState) Set(val *IntakeRunnerResponseState)
func (*NullableIntakeRunnerResponseState) UnmarshalJSON ¶
func (v *NullableIntakeRunnerResponseState) UnmarshalJSON(src []byte) error
func (*NullableIntakeRunnerResponseState) Unset ¶
func (v *NullableIntakeRunnerResponseState) Unset()
type NullableIntakeUserResponse ¶
type NullableIntakeUserResponse struct {
// contains filtered or unexported fields
}
func NewNullableIntakeUserResponse ¶
func NewNullableIntakeUserResponse(val *IntakeUserResponse) *NullableIntakeUserResponse
func (NullableIntakeUserResponse) Get ¶
func (v NullableIntakeUserResponse) Get() *IntakeUserResponse
func (NullableIntakeUserResponse) IsSet ¶
func (v NullableIntakeUserResponse) IsSet() bool
func (NullableIntakeUserResponse) MarshalJSON ¶
func (v NullableIntakeUserResponse) MarshalJSON() ([]byte, error)
func (*NullableIntakeUserResponse) Set ¶
func (v *NullableIntakeUserResponse) Set(val *IntakeUserResponse)
func (*NullableIntakeUserResponse) UnmarshalJSON ¶
func (v *NullableIntakeUserResponse) UnmarshalJSON(src []byte) error
func (*NullableIntakeUserResponse) Unset ¶
func (v *NullableIntakeUserResponse) Unset()
type NullableIntakeUserResponseState ¶
type NullableIntakeUserResponseState struct {
// contains filtered or unexported fields
}
func NewNullableIntakeUserResponseState ¶
func NewNullableIntakeUserResponseState(val *IntakeUserResponseState) *NullableIntakeUserResponseState
func (NullableIntakeUserResponseState) Get ¶
func (v NullableIntakeUserResponseState) Get() *IntakeUserResponseState
func (NullableIntakeUserResponseState) IsSet ¶
func (v NullableIntakeUserResponseState) IsSet() bool
func (NullableIntakeUserResponseState) MarshalJSON ¶
func (v NullableIntakeUserResponseState) MarshalJSON() ([]byte, error)
func (*NullableIntakeUserResponseState) Set ¶
func (v *NullableIntakeUserResponseState) Set(val *IntakeUserResponseState)
func (*NullableIntakeUserResponseState) UnmarshalJSON ¶
func (v *NullableIntakeUserResponseState) UnmarshalJSON(src []byte) error
func (*NullableIntakeUserResponseState) Unset ¶
func (v *NullableIntakeUserResponseState) Unset()
type NullableListIntakeRunnersResponse ¶
type NullableListIntakeRunnersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIntakeRunnersResponse ¶
func NewNullableListIntakeRunnersResponse(val *ListIntakeRunnersResponse) *NullableListIntakeRunnersResponse
func (NullableListIntakeRunnersResponse) Get ¶
func (v NullableListIntakeRunnersResponse) Get() *ListIntakeRunnersResponse
func (NullableListIntakeRunnersResponse) IsSet ¶
func (v NullableListIntakeRunnersResponse) IsSet() bool
func (NullableListIntakeRunnersResponse) MarshalJSON ¶
func (v NullableListIntakeRunnersResponse) MarshalJSON() ([]byte, error)
func (*NullableListIntakeRunnersResponse) Set ¶
func (v *NullableListIntakeRunnersResponse) Set(val *ListIntakeRunnersResponse)
func (*NullableListIntakeRunnersResponse) UnmarshalJSON ¶
func (v *NullableListIntakeRunnersResponse) UnmarshalJSON(src []byte) error
func (*NullableListIntakeRunnersResponse) Unset ¶
func (v *NullableListIntakeRunnersResponse) Unset()
type NullableListIntakeUsersResponse ¶
type NullableListIntakeUsersResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIntakeUsersResponse ¶
func NewNullableListIntakeUsersResponse(val *ListIntakeUsersResponse) *NullableListIntakeUsersResponse
func (NullableListIntakeUsersResponse) Get ¶
func (v NullableListIntakeUsersResponse) Get() *ListIntakeUsersResponse
func (NullableListIntakeUsersResponse) IsSet ¶
func (v NullableListIntakeUsersResponse) IsSet() bool
func (NullableListIntakeUsersResponse) MarshalJSON ¶
func (v NullableListIntakeUsersResponse) MarshalJSON() ([]byte, error)
func (*NullableListIntakeUsersResponse) Set ¶
func (v *NullableListIntakeUsersResponse) Set(val *ListIntakeUsersResponse)
func (*NullableListIntakeUsersResponse) UnmarshalJSON ¶
func (v *NullableListIntakeUsersResponse) UnmarshalJSON(src []byte) error
func (*NullableListIntakeUsersResponse) Unset ¶
func (v *NullableListIntakeUsersResponse) Unset()
type NullableListIntakesResponse ¶
type NullableListIntakesResponse struct {
// contains filtered or unexported fields
}
func NewNullableListIntakesResponse ¶
func NewNullableListIntakesResponse(val *ListIntakesResponse) *NullableListIntakesResponse
func (NullableListIntakesResponse) Get ¶
func (v NullableListIntakesResponse) Get() *ListIntakesResponse
func (NullableListIntakesResponse) IsSet ¶
func (v NullableListIntakesResponse) IsSet() bool
func (NullableListIntakesResponse) MarshalJSON ¶
func (v NullableListIntakesResponse) MarshalJSON() ([]byte, error)
func (*NullableListIntakesResponse) Set ¶
func (v *NullableListIntakesResponse) Set(val *ListIntakesResponse)
func (*NullableListIntakesResponse) UnmarshalJSON ¶
func (v *NullableListIntakesResponse) UnmarshalJSON(src []byte) error
func (*NullableListIntakesResponse) Unset ¶
func (v *NullableListIntakesResponse) Unset()
type NullablePartitioningType ¶ added in v0.1.2
type NullablePartitioningType struct {
// contains filtered or unexported fields
}
func NewNullablePartitioningType ¶ added in v0.1.2
func NewNullablePartitioningType(val *PartitioningType) *NullablePartitioningType
func (NullablePartitioningType) Get ¶ added in v0.1.2
func (v NullablePartitioningType) Get() *PartitioningType
func (NullablePartitioningType) IsSet ¶ added in v0.1.2
func (v NullablePartitioningType) IsSet() bool
func (NullablePartitioningType) MarshalJSON ¶ added in v0.1.2
func (v NullablePartitioningType) MarshalJSON() ([]byte, error)
func (*NullablePartitioningType) Set ¶ added in v0.1.2
func (v *NullablePartitioningType) Set(val *PartitioningType)
func (*NullablePartitioningType) UnmarshalJSON ¶ added in v0.1.2
func (v *NullablePartitioningType) UnmarshalJSON(src []byte) error
func (*NullablePartitioningType) Unset ¶ added in v0.1.2
func (v *NullablePartitioningType) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableUpdateIntakePayload ¶
type NullableUpdateIntakePayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateIntakePayload ¶
func NewNullableUpdateIntakePayload(val *UpdateIntakePayload) *NullableUpdateIntakePayload
func (NullableUpdateIntakePayload) Get ¶
func (v NullableUpdateIntakePayload) Get() *UpdateIntakePayload
func (NullableUpdateIntakePayload) IsSet ¶
func (v NullableUpdateIntakePayload) IsSet() bool
func (NullableUpdateIntakePayload) MarshalJSON ¶
func (v NullableUpdateIntakePayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateIntakePayload) Set ¶
func (v *NullableUpdateIntakePayload) Set(val *UpdateIntakePayload)
func (*NullableUpdateIntakePayload) UnmarshalJSON ¶
func (v *NullableUpdateIntakePayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateIntakePayload) Unset ¶
func (v *NullableUpdateIntakePayload) Unset()
type NullableUpdateIntakeRunnerPayload ¶
type NullableUpdateIntakeRunnerPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateIntakeRunnerPayload ¶
func NewNullableUpdateIntakeRunnerPayload(val *UpdateIntakeRunnerPayload) *NullableUpdateIntakeRunnerPayload
func (NullableUpdateIntakeRunnerPayload) Get ¶
func (v NullableUpdateIntakeRunnerPayload) Get() *UpdateIntakeRunnerPayload
func (NullableUpdateIntakeRunnerPayload) IsSet ¶
func (v NullableUpdateIntakeRunnerPayload) IsSet() bool
func (NullableUpdateIntakeRunnerPayload) MarshalJSON ¶
func (v NullableUpdateIntakeRunnerPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateIntakeRunnerPayload) Set ¶
func (v *NullableUpdateIntakeRunnerPayload) Set(val *UpdateIntakeRunnerPayload)
func (*NullableUpdateIntakeRunnerPayload) UnmarshalJSON ¶
func (v *NullableUpdateIntakeRunnerPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateIntakeRunnerPayload) Unset ¶
func (v *NullableUpdateIntakeRunnerPayload) Unset()
type NullableUpdateIntakeUserPayload ¶
type NullableUpdateIntakeUserPayload struct {
// contains filtered or unexported fields
}
func NewNullableUpdateIntakeUserPayload ¶
func NewNullableUpdateIntakeUserPayload(val *UpdateIntakeUserPayload) *NullableUpdateIntakeUserPayload
func (NullableUpdateIntakeUserPayload) Get ¶
func (v NullableUpdateIntakeUserPayload) Get() *UpdateIntakeUserPayload
func (NullableUpdateIntakeUserPayload) IsSet ¶
func (v NullableUpdateIntakeUserPayload) IsSet() bool
func (NullableUpdateIntakeUserPayload) MarshalJSON ¶
func (v NullableUpdateIntakeUserPayload) MarshalJSON() ([]byte, error)
func (*NullableUpdateIntakeUserPayload) Set ¶
func (v *NullableUpdateIntakeUserPayload) Set(val *UpdateIntakeUserPayload)
func (*NullableUpdateIntakeUserPayload) UnmarshalJSON ¶
func (v *NullableUpdateIntakeUserPayload) UnmarshalJSON(src []byte) error
func (*NullableUpdateIntakeUserPayload) Unset ¶
func (v *NullableUpdateIntakeUserPayload) Unset()
type NullableUserType ¶
type NullableUserType struct {
// contains filtered or unexported fields
}
func NewNullableUserType ¶
func NewNullableUserType(val *UserType) *NullableUserType
func (NullableUserType) Get ¶
func (v NullableUserType) Get() *UserType
func (NullableUserType) IsSet ¶
func (v NullableUserType) IsSet() bool
func (NullableUserType) MarshalJSON ¶
func (v NullableUserType) MarshalJSON() ([]byte, error)
func (*NullableUserType) Set ¶
func (v *NullableUserType) Set(val *UserType)
func (*NullableUserType) UnmarshalJSON ¶
func (v *NullableUserType) UnmarshalJSON(src []byte) error
func (*NullableUserType) Unset ¶
func (v *NullableUserType) Unset()
type NullableValue ¶
type NullableValue[T any] struct { // contains filtered or unexported fields }
func (NullableValue[T]) Get ¶
func (v NullableValue[T]) Get() *T
func (NullableValue[T]) IsSet ¶
func (v NullableValue[T]) IsSet() bool
func (*NullableValue[T]) Set ¶
func (v *NullableValue[T]) Set(val *T)
func (*NullableValue[T]) Unset ¶
func (v *NullableValue[T]) Unset()
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`.
const ( PARTITIONINGTYPE_NONE PartitioningType = "none" PARTITIONINGTYPE_INTAKE_TIME PartitioningType = "intake-time" 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
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
func (PartitioningType) Ptr ¶ added in v0.1.2
func (v PartitioningType) Ptr() *PartitioningType
Ptr returns reference to partitioningType value
func (*PartitioningType) UnmarshalJSON ¶ added in v0.1.2
func (v *PartitioningType) UnmarshalJSON(src []byte) error
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
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
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
func (*UpdateIntakePayload) GetCatalog ¶
func (o *UpdateIntakePayload) GetCatalog() (res UpdateIntakePayloadGetCatalogRetType)
GetCatalog returns the Catalog field value if set, zero value otherwise.
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.
func (*UpdateIntakePayload) GetDescription ¶
func (o *UpdateIntakePayload) GetDescription() (res UpdateIntakePayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*UpdateIntakePayload) GetDisplayName ¶
func (o *UpdateIntakePayload) GetDisplayName() (res UpdateIntakePayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
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.
func (*UpdateIntakePayload) GetIntakeRunnerId ¶
func (o *UpdateIntakePayload) GetIntakeRunnerId() (ret UpdateIntakePayloadGetIntakeRunnerIdRetType)
GetIntakeRunnerId returns the IntakeRunnerId field value
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.
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).
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
func (*UpdateIntakePayload) HasCatalog ¶
func (o *UpdateIntakePayload) HasCatalog() bool
HasCatalog returns a boolean if a field has been set.
func (*UpdateIntakePayload) HasDescription ¶
func (o *UpdateIntakePayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateIntakePayload) HasDisplayName ¶
func (o *UpdateIntakePayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UpdateIntakePayload) HasLabels ¶
func (o *UpdateIntakePayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*UpdateIntakePayload) SetCatalog ¶
func (o *UpdateIntakePayload) SetCatalog(v UpdateIntakePayloadGetCatalogRetType)
SetCatalog gets a reference to the given IntakeCatalogPatch and assigns it to the Catalog field.
func (*UpdateIntakePayload) SetDescription ¶
func (o *UpdateIntakePayload) SetDescription(v UpdateIntakePayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateIntakePayload) SetDisplayName ¶
func (o *UpdateIntakePayload) SetDisplayName(v UpdateIntakePayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*UpdateIntakePayload) SetIntakeRunnerId ¶
func (o *UpdateIntakePayload) SetIntakeRunnerId(v UpdateIntakePayloadGetIntakeRunnerIdRetType)
SetIntakeRunnerId sets field value
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.
func (UpdateIntakePayload) ToMap ¶
func (o UpdateIntakePayload) ToMap() (map[string]interface{}, error)
type UpdateIntakePayloadGetCatalogArgType ¶
type UpdateIntakePayloadGetCatalogArgType = IntakeCatalogPatch
type UpdateIntakePayloadGetCatalogAttributeType ¶
type UpdateIntakePayloadGetCatalogAttributeType = *IntakeCatalogPatch
isModel
type UpdateIntakePayloadGetCatalogRetType ¶
type UpdateIntakePayloadGetCatalogRetType = IntakeCatalogPatch
type UpdateIntakePayloadGetDescriptionArgType ¶
type UpdateIntakePayloadGetDescriptionArgType = string
type UpdateIntakePayloadGetDescriptionAttributeType ¶
type UpdateIntakePayloadGetDescriptionAttributeType = *string
isNotNullableString
type UpdateIntakePayloadGetDescriptionRetType ¶
type UpdateIntakePayloadGetDescriptionRetType = string
type UpdateIntakePayloadGetDisplayNameArgType ¶
type UpdateIntakePayloadGetDisplayNameArgType = string
type UpdateIntakePayloadGetDisplayNameAttributeType ¶
type UpdateIntakePayloadGetDisplayNameAttributeType = *string
isNotNullableString
type UpdateIntakePayloadGetDisplayNameRetType ¶
type UpdateIntakePayloadGetDisplayNameRetType = string
type UpdateIntakePayloadGetIntakeRunnerIdArgType ¶
type UpdateIntakePayloadGetIntakeRunnerIdArgType = string
type UpdateIntakePayloadGetIntakeRunnerIdAttributeType ¶
type UpdateIntakePayloadGetIntakeRunnerIdAttributeType = *string
isNotNullableString
type UpdateIntakePayloadGetIntakeRunnerIdRetType ¶
type UpdateIntakePayloadGetIntakeRunnerIdRetType = string
type UpdateIntakePayloadGetLabelsAttributeType ¶
isContainer
type UpdateIntakeRequest ¶
type UpdateIntakeRequest struct {
// contains filtered or unexported fields
}
func (UpdateIntakeRequest) Execute ¶
func (r UpdateIntakeRequest) Execute() (*IntakeResponse, error)
func (UpdateIntakeRequest) UpdateIntakePayload ¶
func (r UpdateIntakeRequest) UpdateIntakePayload(updateIntakePayload UpdateIntakePayload) ApiUpdateIntakeRequest
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
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
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
func (*UpdateIntakeRunnerPayload) GetDescription ¶
func (o *UpdateIntakeRunnerPayload) GetDescription() (res UpdateIntakeRunnerPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*UpdateIntakeRunnerPayload) GetDisplayName ¶
func (o *UpdateIntakeRunnerPayload) GetDisplayName() (res UpdateIntakeRunnerPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
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.
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).
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
func (*UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessageSizeKiB() (res UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
GetMaxMessageSizeKiB returns the MaxMessageSizeKiB field value if set, zero value otherwise.
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.
func (*UpdateIntakeRunnerPayload) GetMaxMessagesPerHour ¶
func (o *UpdateIntakeRunnerPayload) GetMaxMessagesPerHour() (res UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
GetMaxMessagesPerHour returns the MaxMessagesPerHour field value if set, zero value otherwise.
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.
func (*UpdateIntakeRunnerPayload) HasDescription ¶
func (o *UpdateIntakeRunnerPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateIntakeRunnerPayload) HasDisplayName ¶
func (o *UpdateIntakeRunnerPayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UpdateIntakeRunnerPayload) HasLabels ¶
func (o *UpdateIntakeRunnerPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB ¶ added in v0.1.1
func (o *UpdateIntakeRunnerPayload) HasMaxMessageSizeKiB() bool
HasMaxMessageSizeKiB returns a boolean if a field has been set.
func (*UpdateIntakeRunnerPayload) HasMaxMessagesPerHour ¶ added in v0.1.1
func (o *UpdateIntakeRunnerPayload) HasMaxMessagesPerHour() bool
HasMaxMessagesPerHour returns a boolean if a field has been set.
func (*UpdateIntakeRunnerPayload) SetDescription ¶
func (o *UpdateIntakeRunnerPayload) SetDescription(v UpdateIntakeRunnerPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateIntakeRunnerPayload) SetDisplayName ¶
func (o *UpdateIntakeRunnerPayload) SetDisplayName(v UpdateIntakeRunnerPayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
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.
func (*UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB ¶
func (o *UpdateIntakeRunnerPayload) SetMaxMessageSizeKiB(v UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType)
SetMaxMessageSizeKiB gets a reference to the given int64 and assigns it to the MaxMessageSizeKiB field.
func (*UpdateIntakeRunnerPayload) SetMaxMessagesPerHour ¶
func (o *UpdateIntakeRunnerPayload) SetMaxMessagesPerHour(v UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType)
SetMaxMessagesPerHour gets a reference to the given int64 and assigns it to the MaxMessagesPerHour field.
func (UpdateIntakeRunnerPayload) ToMap ¶
func (o UpdateIntakeRunnerPayload) ToMap() (map[string]interface{}, error)
type UpdateIntakeRunnerPayloadGetDescriptionArgType ¶
type UpdateIntakeRunnerPayloadGetDescriptionArgType = string
type UpdateIntakeRunnerPayloadGetDescriptionAttributeType ¶
type UpdateIntakeRunnerPayloadGetDescriptionAttributeType = *string
isNotNullableString
type UpdateIntakeRunnerPayloadGetDescriptionRetType ¶
type UpdateIntakeRunnerPayloadGetDescriptionRetType = string
type UpdateIntakeRunnerPayloadGetDisplayNameArgType ¶
type UpdateIntakeRunnerPayloadGetDisplayNameArgType = string
type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType ¶
type UpdateIntakeRunnerPayloadGetDisplayNameAttributeType = *string
isNotNullableString
type UpdateIntakeRunnerPayloadGetDisplayNameRetType ¶
type UpdateIntakeRunnerPayloadGetDisplayNameRetType = string
type UpdateIntakeRunnerPayloadGetLabelsAttributeType ¶
isContainer
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType ¶
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBArgType = int64
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType ¶
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBAttributeType = *int64
isInteger
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType ¶
type UpdateIntakeRunnerPayloadGetMaxMessageSizeKiBRetType = int64
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType ¶
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourArgType = int64
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType ¶
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourAttributeType = *int64
isInteger
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType ¶
type UpdateIntakeRunnerPayloadGetMaxMessagesPerHourRetType = int64
type UpdateIntakeRunnerRequest ¶
type UpdateIntakeRunnerRequest struct {
// contains filtered or unexported fields
}
func (UpdateIntakeRunnerRequest) Execute ¶
func (r UpdateIntakeRunnerRequest) Execute() error
func (UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload ¶
func (r UpdateIntakeRunnerRequest) UpdateIntakeRunnerPayload(updateIntakeRunnerPayload UpdateIntakeRunnerPayload) ApiUpdateIntakeRunnerRequest
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
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
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
func (*UpdateIntakeUserPayload) GetDescription ¶
func (o *UpdateIntakeUserPayload) GetDescription() (res UpdateIntakeUserPayloadGetDescriptionRetType)
GetDescription returns the Description field value if set, zero value otherwise.
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.
func (*UpdateIntakeUserPayload) GetDisplayName ¶
func (o *UpdateIntakeUserPayload) GetDisplayName() (res UpdateIntakeUserPayloadGetDisplayNameRetType)
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
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.
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).
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
func (*UpdateIntakeUserPayload) GetPassword ¶
func (o *UpdateIntakeUserPayload) GetPassword() (res UpdateIntakeUserPayloadGetPasswordRetType)
GetPassword returns the Password field value if set, zero value otherwise.
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.
func (*UpdateIntakeUserPayload) GetType ¶
func (o *UpdateIntakeUserPayload) GetType() (res UpdateIntakeUserPayloadGetTypeRetType)
GetType returns the Type field value if set, zero value otherwise.
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.
func (*UpdateIntakeUserPayload) HasDescription ¶
func (o *UpdateIntakeUserPayload) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*UpdateIntakeUserPayload) HasDisplayName ¶
func (o *UpdateIntakeUserPayload) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*UpdateIntakeUserPayload) HasLabels ¶
func (o *UpdateIntakeUserPayload) HasLabels() bool
HasLabels returns a boolean if a field has been set.
func (*UpdateIntakeUserPayload) HasPassword ¶
func (o *UpdateIntakeUserPayload) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*UpdateIntakeUserPayload) HasType ¶
func (o *UpdateIntakeUserPayload) HasType() bool
HasType returns a boolean if a field has been set.
func (*UpdateIntakeUserPayload) SetDescription ¶
func (o *UpdateIntakeUserPayload) SetDescription(v UpdateIntakeUserPayloadGetDescriptionRetType)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*UpdateIntakeUserPayload) SetDisplayName ¶
func (o *UpdateIntakeUserPayload) SetDisplayName(v UpdateIntakeUserPayloadGetDisplayNameRetType)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
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.
func (*UpdateIntakeUserPayload) SetPassword ¶
func (o *UpdateIntakeUserPayload) SetPassword(v UpdateIntakeUserPayloadGetPasswordRetType)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*UpdateIntakeUserPayload) SetType ¶
func (o *UpdateIntakeUserPayload) SetType(v UpdateIntakeUserPayloadGetTypeRetType)
SetType gets a reference to the given UserType and assigns it to the Type field.
func (UpdateIntakeUserPayload) ToMap ¶
func (o UpdateIntakeUserPayload) ToMap() (map[string]interface{}, error)
type UpdateIntakeUserPayloadGetDescriptionArgType ¶
type UpdateIntakeUserPayloadGetDescriptionArgType = string
type UpdateIntakeUserPayloadGetDescriptionAttributeType ¶
type UpdateIntakeUserPayloadGetDescriptionAttributeType = *string
isNotNullableString
type UpdateIntakeUserPayloadGetDescriptionRetType ¶
type UpdateIntakeUserPayloadGetDescriptionRetType = string
type UpdateIntakeUserPayloadGetDisplayNameArgType ¶
type UpdateIntakeUserPayloadGetDisplayNameArgType = string
type UpdateIntakeUserPayloadGetDisplayNameAttributeType ¶
type UpdateIntakeUserPayloadGetDisplayNameAttributeType = *string
isNotNullableString
type UpdateIntakeUserPayloadGetDisplayNameRetType ¶
type UpdateIntakeUserPayloadGetDisplayNameRetType = string
type UpdateIntakeUserPayloadGetLabelsAttributeType ¶
isContainer
type UpdateIntakeUserPayloadGetPasswordArgType ¶
type UpdateIntakeUserPayloadGetPasswordArgType = string
type UpdateIntakeUserPayloadGetPasswordAttributeType ¶
type UpdateIntakeUserPayloadGetPasswordAttributeType = *string
isNotNullableString
type UpdateIntakeUserPayloadGetPasswordRetType ¶
type UpdateIntakeUserPayloadGetPasswordRetType = string
type UpdateIntakeUserPayloadGetTypeArgType ¶
type UpdateIntakeUserPayloadGetTypeArgType = UserType
type UpdateIntakeUserPayloadGetTypeAttributeType ¶
type UpdateIntakeUserPayloadGetTypeAttributeType = *UserType
isEnumRef
type UpdateIntakeUserPayloadGetTypeRetType ¶
type UpdateIntakeUserPayloadGetTypeRetType = UserType
type UpdateIntakeUserRequest ¶
type UpdateIntakeUserRequest struct {
// contains filtered or unexported fields
}
func (UpdateIntakeUserRequest) Execute ¶
func (r UpdateIntakeUserRequest) Execute() error
func (UpdateIntakeUserRequest) UpdateIntakeUserPayload ¶
func (r UpdateIntakeUserRequest) UpdateIntakeUserPayload(updateIntakeUserPayload UpdateIntakeUserPayload) ApiUpdateIntakeUserRequest
type UserType ¶
type UserType string
UserType Type of user, 'intake' allows writing to the Intake, 'dead-letter' allows reading from the dead-letter queue
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
func (*UserType) UnmarshalJSON ¶
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_update_intake_payload.go
- model_update_intake_runner_payload.go
- model_update_intake_user_payload.go
- model_user_type.go
- utils.go