Skip to content

Commit

Permalink
Update pulp bindings to 689d598a363629d8a5469d9b2a84748995869a037d356…
Browse files Browse the repository at this point in the history
…e3e82bb4a5edeb4224e
  • Loading branch information
Andrewgdewar committed Sep 26, 2024
1 parent 952a0c7 commit 41189b0
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 248 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: 689d598a363629d8a5469d9b2a8474544d2add037d356e3e82bb4a5edeb4224e
- Package version: 689d598a363629d8a5469d9b2a84748995869a037d356e3e82bb4a5edeb4224e
- Generator version: 7.8.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down
54 changes: 27 additions & 27 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36102,51 +36102,46 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
no_content_change_since: no_content_change_since
base_url: base_url
name: name
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
pulp_created:
description: Timestamp of creation.
format: date-time
pulp_href:
format: uri
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
no_content_change_since:
description: "Timestamp since when the distributed content served by this\
\ distribution has not changed. If equals to `null`, no guarantee is provided\
\ about content changes."
readOnly: true
type: string
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
pulp_href:
format: uri
readOnly: true
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
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
Expand All @@ -36162,6 +36157,11 @@ components:
format: uri
nullable: true
type: string
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
required:
- base_path
- name
Expand Down Expand Up @@ -37709,26 +37709,26 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- hidden: false
pulp_href: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
no_content_change_since: no_content_change_since
base_url: base_url
name: name
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
pulp_last_updated: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
- hidden: false
pulp_href: https://openapi-generator.tech
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
no_content_change_since: no_content_change_since
base_url: base_url
name: name
pulp_created: 2000-01-23T04:56:07.000+00:00
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
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.

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

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [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\") |
**NoContentChangeSince** | Pointer to **string** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**NoContentChangeSince** | Pointer to **string** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [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\") |
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**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]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]

## Methods

Expand All @@ -34,75 +34,30 @@ 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

### GetHidden

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

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

### GetHiddenOk

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

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.

### SetHidden

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

SetHidden sets Hidden field to given value.

### HasHidden

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

HasHidden returns a boolean if a field has been set.

### GetPulpCreated
### GetPulpHref

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

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

### GetPulpCreatedOk
### GetPulpHrefOk

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

GetPulpCreatedOk returns a tuple with the PulpCreated field if it's non-nil, zero value otherwise
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.

### 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.

### GetBasePath

`func (o *ArtifactDistributionResponse) GetBasePath() string`

GetBasePath returns the BasePath field if non-nil, zero value otherwise.

### GetBasePathOk

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

GetBasePathOk returns a tuple with the BasePath field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`

### SetBasePath
SetPulpHref sets PulpHref field to given value.

`func (o *ArtifactDistributionResponse) SetBasePath(v string)`
### HasPulpHref

SetBasePath sets BasePath field to given value.
`func (o *ArtifactDistributionResponse) HasPulpHref() bool`

HasPulpHref returns a boolean if a field has been set.

### GetNoContentChangeSince

Expand All @@ -129,55 +84,50 @@ SetNoContentChangeSince sets NoContentChangeSince field to given value.

HasNoContentChangeSince returns a boolean if a field has been set.

### GetBaseUrl
### GetBasePath

`func (o *ArtifactDistributionResponse) GetBaseUrl() string`
`func (o *ArtifactDistributionResponse) GetBasePath() string`

GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
GetBasePath returns the BasePath field if non-nil, zero value otherwise.

### GetBaseUrlOk
### GetBasePathOk

`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)`
`func (o *ArtifactDistributionResponse) GetBasePathOk() (*string, bool)`

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

### SetBaseUrl

`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)`

SetBaseUrl sets BaseUrl field to given value.
### SetBasePath

### HasBaseUrl
`func (o *ArtifactDistributionResponse) SetBasePath(v string)`

`func (o *ArtifactDistributionResponse) HasBaseUrl() bool`
SetBasePath sets BasePath field to given value.

HasBaseUrl returns a boolean if a field has been set.

### 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.

### GetPulpLabels

Expand All @@ -204,6 +154,31 @@ SetPulpLabels sets PulpLabels field to given value.

HasPulpLabels returns a boolean if a field has been set.

### GetBaseUrl

`func (o *ArtifactDistributionResponse) GetBaseUrl() string`

GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.

### GetBaseUrlOk

`func (o *ArtifactDistributionResponse) GetBaseUrlOk() (*string, bool)`

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

### SetBaseUrl

`func (o *ArtifactDistributionResponse) SetBaseUrl(v string)`

SetBaseUrl sets BaseUrl field to given value.

### HasBaseUrl

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

HasBaseUrl returns a boolean if a field has been set.

### GetName

`func (o *ArtifactDistributionResponse) GetName() string`
Expand Down Expand Up @@ -284,6 +259,31 @@ 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
### 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.


[[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 41189b0

Please sign in to comment.