Skip to content

Commit

Permalink
Update pulp bindings to 4ead5b9864b4839e4e5d2a6348bd7d2252aeed157952e…
Browse files Browse the repository at this point in the history
…ab83695d62ad2ea3652
  • Loading branch information
Andrewgdewar committed Mar 14, 2024
1 parent 0a8e736 commit 47e96bd
Show file tree
Hide file tree
Showing 5 changed files with 268 additions and 268 deletions.
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.

- API version: v3
- Package version: d6a984592e569b42a26e536b94e27aaa595e8dfb7a8d53bd49838eda6dba3325
- Package version: 4ead5b9864b4839e4e5d2a6348bd7d2252aeed157952eab83695d62ad2ea3652
- Generator version: 7.4.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down
48 changes: 24 additions & 24 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27926,39 +27926,18 @@ components:
hidden: false
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
pulp_last_updated:
description: "Timestamp of the last time this resource was updated. Note:\
\ for immutable resources - like content, repository versions, and publication\
\ - pulp_created and pulp_last_updated dates will be the same."
format: date-time
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_href:
format: uri
readOnly: true
type: string
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
base_path:
description: The base (relative) path component of the published url. Avoid
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
type: string
pulp_labels:
additionalProperties:
nullable: true
Expand All @@ -27969,10 +27948,31 @@ components:
format: date-time
readOnly: true
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
base_path:
description: The base (relative) path component of the published url. Avoid
paths that overlap with other distribution base paths
(e.g. "foo" and "foo/bar")
type: string
pulp_last_updated:
description: "Timestamp of the last time this resource was updated. Note:\
\ for immutable resources - like content, repository versions, and publication\
\ - pulp_created and pulp_last_updated dates will be the same."
format: date-time
readOnly: true
type: string
required:
- base_path
- name
Expand Down Expand Up @@ -29363,8 +29363,8 @@ components:
hidden: false
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
Expand All @@ -29373,8 +29373,8 @@ components:
hidden: false
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
Expand Down
2 changes: 1 addition & 1 deletion release/configuration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

198 changes: 99 additions & 99 deletions release/docs/ArtifactDistributionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**BasePath** | **string** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
**PulpLastUpdated** | Pointer to **time.Time** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly]

## Methods

Expand All @@ -33,50 +33,100 @@ NewArtifactDistributionResponseWithDefaults instantiates a new ArtifactDistribut
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

### GetPulpLastUpdated
### GetName

`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time`
`func (o *ArtifactDistributionResponse) GetName() string`

GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise.
GetName returns the Name field if non-nil, zero value otherwise.

### GetPulpLastUpdatedOk
### GetNameOk

`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)`
`func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool)`

GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpLastUpdated
### SetName

`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)`
`func (o *ArtifactDistributionResponse) SetName(v string)`

SetPulpLastUpdated sets PulpLastUpdated field to given value.
SetName sets Name field to given value.

### HasPulpLastUpdated

`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool`
### GetPulpHref

HasPulpLastUpdated returns a boolean if a field has been set.
`func (o *ArtifactDistributionResponse) GetPulpHref() string`

### GetName
GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.

`func (o *ArtifactDistributionResponse) GetName() string`
### GetPulpHrefOk

GetName returns the Name field if non-nil, zero value otherwise.
`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`

### GetNameOk
GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

`func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool)`
### SetPulpHref

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`

SetPulpHref sets PulpHref field to given value.

### HasPulpHref

`func (o *ArtifactDistributionResponse) HasPulpHref() bool`

HasPulpHref returns a boolean if a field has been set.

### GetPulpLabels

`func (o *ArtifactDistributionResponse) GetPulpLabels() map[string]string`

GetPulpLabels returns the PulpLabels field if non-nil, zero value otherwise.

### GetPulpLabelsOk

`func (o *ArtifactDistributionResponse) GetPulpLabelsOk() (*map[string]string, bool)`

GetPulpLabelsOk returns a tuple with the PulpLabels field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetName
### SetPulpLabels

`func (o *ArtifactDistributionResponse) SetName(v string)`
`func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string)`

SetName sets Name field to given value.
SetPulpLabels sets PulpLabels field to given value.

### HasPulpLabels

`func (o *ArtifactDistributionResponse) HasPulpLabels() bool`

HasPulpLabels returns a boolean if a field has been set.

### GetPulpCreated

`func (o *ArtifactDistributionResponse) GetPulpCreated() time.Time`

GetPulpCreated returns the PulpCreated field if non-nil, zero value otherwise.

### GetPulpCreatedOk

`func (o *ArtifactDistributionResponse) GetPulpCreatedOk() (*time.Time, bool)`

GetPulpCreatedOk returns a tuple with the PulpCreated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpCreated

`func (o *ArtifactDistributionResponse) SetPulpCreated(v time.Time)`

SetPulpCreated sets PulpCreated field to given value.

### HasPulpCreated

`func (o *ArtifactDistributionResponse) HasPulpCreated() bool`

HasPulpCreated returns a boolean if a field has been set.

### GetContentGuard

Expand Down Expand Up @@ -113,30 +163,30 @@ HasContentGuard returns a boolean if a field has been set.
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`

UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
### GetPulpHref
### GetHidden

`func (o *ArtifactDistributionResponse) GetPulpHref() string`
`func (o *ArtifactDistributionResponse) GetHidden() bool`

GetPulpHref returns the PulpHref field if non-nil, zero value otherwise.
GetHidden returns the Hidden field if non-nil, zero value otherwise.

### GetPulpHrefOk
### GetHiddenOk

`func (o *ArtifactDistributionResponse) GetPulpHrefOk() (*string, bool)`
`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)`

GetPulpHrefOk returns a tuple with the PulpHref field if it's non-nil, zero value otherwise
GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpHref
### SetHidden

`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`
`func (o *ArtifactDistributionResponse) SetHidden(v bool)`

SetPulpHref sets PulpHref field to given value.
SetHidden sets Hidden field to given value.

### HasPulpHref
### HasHidden

`func (o *ArtifactDistributionResponse) HasPulpHref() bool`
`func (o *ArtifactDistributionResponse) HasHidden() bool`

HasPulpHref returns a boolean if a field has been set.
HasHidden returns a boolean if a field has been set.

### GetBaseUrl

Expand Down Expand Up @@ -183,80 +233,30 @@ and a boolean to check if the value has been set.
SetBasePath sets BasePath field to given value.


### GetPulpLabels

`func (o *ArtifactDistributionResponse) GetPulpLabels() map[string]string`

GetPulpLabels returns the PulpLabels field if non-nil, zero value otherwise.

### GetPulpLabelsOk

`func (o *ArtifactDistributionResponse) GetPulpLabelsOk() (*map[string]string, bool)`

GetPulpLabelsOk returns a tuple with the PulpLabels field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpLabels

`func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string)`

SetPulpLabels sets PulpLabels field to given value.

### HasPulpLabels

`func (o *ArtifactDistributionResponse) HasPulpLabels() bool`

HasPulpLabels returns a boolean if a field has been set.

### GetPulpCreated

`func (o *ArtifactDistributionResponse) GetPulpCreated() time.Time`

GetPulpCreated returns the PulpCreated field if non-nil, zero value otherwise.

### GetPulpCreatedOk

`func (o *ArtifactDistributionResponse) GetPulpCreatedOk() (*time.Time, bool)`

GetPulpCreatedOk returns a tuple with the PulpCreated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetPulpCreated

`func (o *ArtifactDistributionResponse) SetPulpCreated(v time.Time)`

SetPulpCreated sets PulpCreated field to given value.

### HasPulpCreated

`func (o *ArtifactDistributionResponse) HasPulpCreated() bool`

HasPulpCreated returns a boolean if a field has been set.

### GetHidden
### GetPulpLastUpdated

`func (o *ArtifactDistributionResponse) GetHidden() bool`
`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time`

GetHidden returns the Hidden field if non-nil, zero value otherwise.
GetPulpLastUpdated returns the PulpLastUpdated field if non-nil, zero value otherwise.

### GetHiddenOk
### GetPulpLastUpdatedOk

`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)`
`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)`

GetHiddenOk returns a tuple with the Hidden field if it's non-nil, zero value otherwise
GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetHidden
### SetPulpLastUpdated

`func (o *ArtifactDistributionResponse) SetHidden(v bool)`
`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)`

SetHidden sets Hidden field to given value.
SetPulpLastUpdated sets PulpLastUpdated field to given value.

### HasHidden
### HasPulpLastUpdated

`func (o *ArtifactDistributionResponse) HasHidden() bool`
`func (o *ArtifactDistributionResponse) HasPulpLastUpdated() bool`

HasHidden returns a boolean if a field has been set.
HasPulpLastUpdated 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)
Expand Down
Loading

0 comments on commit 47e96bd

Please sign in to comment.