Skip to content

Commit

Permalink
fix: update documentation for the sdks (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jun 3, 2022
1 parent 1c1a953 commit 8c73be7
Show file tree
Hide file tree
Showing 194 changed files with 743 additions and 1,484 deletions.
5 changes: 1 addition & 4 deletions connectormgmt/apiv1/client/docs/AddonParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Name | Type | Description | Notes
**Id** | Pointer to **string** | | [optional]
**Value** | Pointer to **string** | | [optional]


## Methods

### NewAddonParameter
Expand All @@ -27,7 +26,6 @@ NewAddonParameterWithDefaults instantiates a new AddonParameter 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


### GetId

`func (o *AddonParameter) GetId() string`
Expand All @@ -53,7 +51,6 @@ SetId sets Id field to given value.

HasId returns a boolean if a field has been set.


### GetValue

`func (o *AddonParameter) GetValue() string`
Expand All @@ -80,6 +77,6 @@ SetValue sets Value field to given value.
HasValue returns a boolean if a field has been set.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


1 change: 1 addition & 0 deletions connectormgmt/apiv1/client/docs/Channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


20 changes: 1 addition & 19 deletions connectormgmt/apiv1/client/docs/Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Name | Type | Description | Notes
**Connector** | **map[string]interface{}** | |
**Status** | Pointer to [**ConnectorStatusStatus**](ConnectorStatusStatus.md) | | [optional]


## Methods

### NewConnector
Expand All @@ -42,7 +41,6 @@ NewConnectorWithDefaults instantiates a new Connector 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


### GetId

`func (o *Connector) GetId() string`
Expand All @@ -68,7 +66,6 @@ SetId sets Id field to given value.

HasId returns a boolean if a field has been set.


### GetKind

`func (o *Connector) GetKind() string`
Expand All @@ -94,7 +91,6 @@ SetKind sets Kind field to given value.

HasKind returns a boolean if a field has been set.


### GetHref

`func (o *Connector) GetHref() string`
Expand All @@ -120,7 +116,6 @@ SetHref sets Href field to given value.

HasHref returns a boolean if a field has been set.


### GetOwner

`func (o *Connector) GetOwner() string`
Expand All @@ -146,7 +141,6 @@ SetOwner sets Owner field to given value.

HasOwner returns a boolean if a field has been set.


### GetCreatedAt

`func (o *Connector) GetCreatedAt() time.Time`
Expand All @@ -172,7 +166,6 @@ SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt returns a boolean if a field has been set.


### GetModifiedAt

`func (o *Connector) GetModifiedAt() time.Time`
Expand All @@ -198,7 +191,6 @@ SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt returns a boolean if a field has been set.


### GetName

`func (o *Connector) GetName() string`
Expand All @@ -219,7 +211,6 @@ and a boolean to check if the value has been set.
SetName sets Name field to given value.



### GetConnectorTypeId

`func (o *Connector) GetConnectorTypeId() string`
Expand All @@ -240,7 +231,6 @@ and a boolean to check if the value has been set.
SetConnectorTypeId sets ConnectorTypeId field to given value.



### GetNamespaceId

`func (o *Connector) GetNamespaceId() string`
Expand All @@ -261,7 +251,6 @@ and a boolean to check if the value has been set.
SetNamespaceId sets NamespaceId field to given value.



### GetChannel

`func (o *Connector) GetChannel() Channel`
Expand All @@ -287,7 +276,6 @@ SetChannel sets Channel field to given value.

HasChannel returns a boolean if a field has been set.


### GetDesiredState

`func (o *Connector) GetDesiredState() ConnectorDesiredState`
Expand All @@ -308,7 +296,6 @@ and a boolean to check if the value has been set.
SetDesiredState sets DesiredState field to given value.



### GetResourceVersion

`func (o *Connector) GetResourceVersion() int64`
Expand All @@ -334,7 +321,6 @@ SetResourceVersion sets ResourceVersion field to given value.

HasResourceVersion returns a boolean if a field has been set.


### GetKafka

`func (o *Connector) GetKafka() KafkaConnectionSettings`
Expand All @@ -355,7 +341,6 @@ and a boolean to check if the value has been set.
SetKafka sets Kafka field to given value.



### GetServiceAccount

`func (o *Connector) GetServiceAccount() ServiceAccount`
Expand All @@ -376,7 +361,6 @@ and a boolean to check if the value has been set.
SetServiceAccount sets ServiceAccount field to given value.



### GetSchemaRegistry

`func (o *Connector) GetSchemaRegistry() SchemaRegistryConnectionSettings`
Expand All @@ -402,7 +386,6 @@ SetSchemaRegistry sets SchemaRegistry field to given value.

HasSchemaRegistry returns a boolean if a field has been set.


### GetConnector

`func (o *Connector) GetConnector() map[string]interface{}`
Expand All @@ -423,7 +406,6 @@ and a boolean to check if the value has been set.
SetConnector sets Connector field to given value.



### GetStatus

`func (o *Connector) GetStatus() ConnectorStatusStatus`
Expand All @@ -450,6 +432,6 @@ SetStatus sets Status field to given value.
HasStatus returns a boolean if a field has been set.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


11 changes: 1 addition & 10 deletions connectormgmt/apiv1/client/docs/ConnectorCluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Name | Type | Description | Notes
**Name** | Pointer to **string** | | [optional]
**Status** | Pointer to [**ConnectorClusterStatusStatus**](ConnectorClusterStatusStatus.md) | | [optional]


## Methods

### NewConnectorCluster
Expand All @@ -33,7 +32,6 @@ NewConnectorClusterWithDefaults instantiates a new ConnectorCluster 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


### GetId

`func (o *ConnectorCluster) GetId() string`
Expand All @@ -59,7 +57,6 @@ SetId sets Id field to given value.

HasId returns a boolean if a field has been set.


### GetKind

`func (o *ConnectorCluster) GetKind() string`
Expand All @@ -85,7 +82,6 @@ SetKind sets Kind field to given value.

HasKind returns a boolean if a field has been set.


### GetHref

`func (o *ConnectorCluster) GetHref() string`
Expand All @@ -111,7 +107,6 @@ SetHref sets Href field to given value.

HasHref returns a boolean if a field has been set.


### GetOwner

`func (o *ConnectorCluster) GetOwner() string`
Expand All @@ -137,7 +132,6 @@ SetOwner sets Owner field to given value.

HasOwner returns a boolean if a field has been set.


### GetCreatedAt

`func (o *ConnectorCluster) GetCreatedAt() time.Time`
Expand All @@ -163,7 +157,6 @@ SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt returns a boolean if a field has been set.


### GetModifiedAt

`func (o *ConnectorCluster) GetModifiedAt() time.Time`
Expand All @@ -189,7 +182,6 @@ SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt returns a boolean if a field has been set.


### GetName

`func (o *ConnectorCluster) GetName() string`
Expand All @@ -215,7 +207,6 @@ SetName sets Name field to given value.

HasName returns a boolean if a field has been set.


### GetStatus

`func (o *ConnectorCluster) GetStatus() ConnectorClusterStatusStatus`
Expand All @@ -242,6 +233,6 @@ SetStatus sets Status field to given value.
HasStatus returns a boolean if a field has been set.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


8 changes: 1 addition & 7 deletions connectormgmt/apiv1/client/docs/ConnectorClusterList.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Name | Type | Description | Notes
**Total** | **int32** | |
**Items** | [**[]ConnectorCluster**](ConnectorCluster.md) | |


## Methods

### NewConnectorClusterList
Expand All @@ -30,7 +29,6 @@ NewConnectorClusterListWithDefaults instantiates a new ConnectorClusterList obje
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


### GetKind

`func (o *ConnectorClusterList) GetKind() string`
Expand All @@ -51,7 +49,6 @@ and a boolean to check if the value has been set.
SetKind sets Kind field to given value.



### GetPage

`func (o *ConnectorClusterList) GetPage() int32`
Expand All @@ -72,7 +69,6 @@ and a boolean to check if the value has been set.
SetPage sets Page field to given value.



### GetSize

`func (o *ConnectorClusterList) GetSize() int32`
Expand All @@ -93,7 +89,6 @@ and a boolean to check if the value has been set.
SetSize sets Size field to given value.



### GetTotal

`func (o *ConnectorClusterList) GetTotal() int32`
Expand All @@ -114,7 +109,6 @@ and a boolean to check if the value has been set.
SetTotal sets Total field to given value.



### GetItems

`func (o *ConnectorClusterList) GetItems() []ConnectorCluster`
Expand All @@ -136,6 +130,6 @@ SetItems sets Items field to given value.




[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


4 changes: 1 addition & 3 deletions connectormgmt/apiv1/client/docs/ConnectorClusterListAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Items** | Pointer to [**[]ConnectorCluster**](ConnectorCluster.md) | | [optional]


## Methods

### NewConnectorClusterListAllOf
Expand All @@ -26,7 +25,6 @@ NewConnectorClusterListAllOfWithDefaults instantiates a new ConnectorClusterList
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


### GetItems

`func (o *ConnectorClusterListAllOf) GetItems() []ConnectorCluster`
Expand All @@ -53,6 +51,6 @@ SetItems sets Items field to given value.
HasItems returns a boolean if a field has been set.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


7 changes: 1 addition & 6 deletions connectormgmt/apiv1/client/docs/ConnectorClusterMeta.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Name | Type | Description | Notes
**ModifiedAt** | Pointer to **time.Time** | | [optional]
**Name** | Pointer to **string** | | [optional]


## Methods

### NewConnectorClusterMeta
Expand All @@ -29,7 +28,6 @@ NewConnectorClusterMetaWithDefaults instantiates a new ConnectorClusterMeta obje
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


### GetOwner

`func (o *ConnectorClusterMeta) GetOwner() string`
Expand All @@ -55,7 +53,6 @@ SetOwner sets Owner field to given value.

HasOwner returns a boolean if a field has been set.


### GetCreatedAt

`func (o *ConnectorClusterMeta) GetCreatedAt() time.Time`
Expand All @@ -81,7 +78,6 @@ SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt returns a boolean if a field has been set.


### GetModifiedAt

`func (o *ConnectorClusterMeta) GetModifiedAt() time.Time`
Expand All @@ -107,7 +103,6 @@ SetModifiedAt sets ModifiedAt field to given value.

HasModifiedAt returns a boolean if a field has been set.


### GetName

`func (o *ConnectorClusterMeta) GetName() string`
Expand All @@ -134,6 +129,6 @@ SetName sets Name field to given value.
HasName returns a boolean if a field has been set.



[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 8c73be7

Please sign in to comment.