Skip to content

Commit

Permalink
Update pulp bindings to 9258456e9d3b4a85d3e54836d2b979ab9b3a38c37ae54…
Browse files Browse the repository at this point in the history
…86b92ad2e96ab328e64
  • Loading branch information
Andrewgdewar committed Aug 14, 2024
1 parent b646509 commit 7015c84
Show file tree
Hide file tree
Showing 5 changed files with 230 additions and 230 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: 689d598a363629d8a5469d9b2a84745de39864037d356e3e82bb4a5edeb4224e
- Package version: 9258456e9d3b4a85d3e54836d2b979ab9b3a38c37ae5486b92ad2e96ab328e64
- Generator version: 7.7.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
Expand Down
64 changes: 32 additions & 32 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35845,56 +35845,56 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
name: name
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
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
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_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
pulp_href:
format: uri
readOnly: true
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.
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
content_guard:
description: An optional content-guard.
format: uri
nullable: true
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
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
Expand Down Expand Up @@ -37417,24 +37417,24 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
name: name
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
hidden: false
pulp_labels:
- pulp_labels:
key: pulp_labels
hidden: false
pulp_href: https://openapi-generator.tech
base_url: base_url
name: name
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.

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

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]
**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\") |
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**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]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**PulpHref** | Pointer to **string** | | [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\") |
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**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`. |

## Methods
Expand All @@ -33,50 +33,55 @@ 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
### GetPulpLabels

`func (o *ArtifactDistributionResponse) GetPulpLastUpdated() time.Time`
`func (o *ArtifactDistributionResponse) GetPulpLabels() map[string]string`

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

### GetPulpLastUpdatedOk
### GetPulpLabelsOk

`func (o *ArtifactDistributionResponse) GetPulpLastUpdatedOk() (*time.Time, bool)`
`func (o *ArtifactDistributionResponse) GetPulpLabelsOk() (*map[string]string, bool)`

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

### SetPulpLastUpdated
### SetPulpLabels

`func (o *ArtifactDistributionResponse) SetPulpLastUpdated(v time.Time)`
`func (o *ArtifactDistributionResponse) SetPulpLabels(v map[string]string)`

SetPulpLastUpdated sets PulpLastUpdated field to given value.
SetPulpLabels sets PulpLabels field to given value.

### HasPulpLastUpdated
### HasPulpLabels

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

HasPulpLastUpdated returns a boolean if a field has been set.
HasPulpLabels returns a boolean if a field has been set.

### GetBasePath
### GetBaseUrl

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

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

### GetBasePathOk
### GetBaseUrlOk

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

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

### SetBasePath
### SetBaseUrl

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

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

### HasBaseUrl

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

HasBaseUrl returns a boolean if a field has been set.

### GetPulpCreated

Expand All @@ -103,31 +108,6 @@ SetPulpCreated sets PulpCreated field to given value.

HasPulpCreated returns a boolean if a field has been set.

### GetPulpHref

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

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

### GetPulpHrefOk

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

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.

### SetPulpHref

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

### GetHidden

`func (o *ArtifactDistributionResponse) GetHidden() bool`
Expand All @@ -153,55 +133,50 @@ SetHidden sets Hidden field to given value.

HasHidden returns a boolean if a field has been set.

### GetPulpLabels
### GetPulpHref

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

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

### GetPulpLabelsOk
### GetPulpHrefOk

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

GetPulpLabelsOk returns a tuple with the PulpLabels 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.

### SetPulpLabels
### SetPulpHref

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

SetPulpLabels sets PulpLabels field to given value.
SetPulpHref sets PulpHref field to given value.

### HasPulpLabels
### HasPulpHref

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

HasPulpLabels returns a boolean if a field has been set.
HasPulpHref 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.

### GetContentGuard

Expand Down Expand Up @@ -238,6 +213,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
### GetPulpLastUpdated

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

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

### GetPulpLastUpdatedOk

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

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.

### SetPulpLastUpdated

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

SetPulpLastUpdated sets PulpLastUpdated field to given value.

### HasPulpLastUpdated

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

HasPulpLastUpdated returns a boolean if a field has been set.

### GetName

`func (o *ArtifactDistributionResponse) GetName() string`
Expand Down
Loading

0 comments on commit 7015c84

Please sign in to comment.