Skip to content

Commit

Permalink
Update pulp bindings to d6a984592e569b42a26e536b94e27aa23486951b7a8d5…
Browse files Browse the repository at this point in the history
…3bd49838eda6dba3325
  • Loading branch information
Andrewgdewar committed Feb 13, 2024
1 parent 67fc5be commit 3084bb3
Show file tree
Hide file tree
Showing 5 changed files with 251 additions and 251 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: de24b382d968bd5ed3a4252b36e475939e4863cb7a98d596b8e3294aa65e495a
- Package version: d6a984592e569b42a26e536b94e27aa23486951b7a8d53bd49838eda6dba3325
- Build package: org.openapitools.codegen.languages.GoClientCodegen
For more information, please visit [https://pulpproject.org](https://pulpproject.org)

Expand Down
56 changes: 28 additions & 28 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ info:
url: https://pulp.plan.io/attachments/download/517478/pulp_logo_word_rectangle.svg
x-pulp-app-versions:
core: 3.44.1
gem: 0.4.0
gem: 0.4.1
rpm: 3.25.0
file: 3.44.1
x-pulp-domain-enabled: true
Expand Down Expand Up @@ -27044,32 +27044,42 @@ 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
name: name
base_url: base_url
base_path: base_path
pulp_created: 2000-01-23T04:56:07.000+00:00
content_guard: https://openapi-generator.tech
properties:
pulp_href:
format: uri
readOnly: true
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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
name:
description: "A unique name. Ex, `rawhide` and `stable`."
pulp_href:
format: uri
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
Expand All @@ -27079,16 +27089,6 @@ components:
format: date-time
readOnly: true
type: string
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
required:
- base_path
- name
Expand Down Expand Up @@ -28359,19 +28359,19 @@ 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
name: name
base_url: base_url
base_path: base_path
pulp_created: 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
name: name
base_url: base_url
base_path: base_path
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.

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

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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\") |
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**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\") |
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [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]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpLabels** | Pointer to **map[string]string** | | [optional]

## Methods

### NewArtifactDistributionResponse

`func NewArtifactDistributionResponse(basePath string, name string, ) *ArtifactDistributionResponse`
`func NewArtifactDistributionResponse(name string, basePath string, ) *ArtifactDistributionResponse`

NewArtifactDistributionResponse instantiates a new ArtifactDistributionResponse object
This constructor will assign default values to properties that have it defined,
Expand All @@ -32,50 +32,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

### GetPulpHref
### GetPulpLabels

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

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

### GetPulpHrefOk
### GetPulpLabelsOk

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

GetPulpHrefOk returns a tuple with the PulpHref 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.

### SetPulpHref
### SetPulpLabels

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

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

### HasPulpHref
### HasPulpLabels

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

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

### GetBasePath
### GetHidden

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

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

### GetBasePathOk
### GetHiddenOk

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

GetBasePathOk returns a tuple with the BasePath 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.

### SetBasePath
### SetHidden

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

SetBasePath sets BasePath field to given value.
SetHidden sets Hidden field to given value.

### HasHidden

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

HasHidden returns a boolean if a field has been set.

### GetName

Expand All @@ -97,80 +102,50 @@ and a boolean to check if the value has been set.
SetName sets Name field to given value.


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

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

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

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

SetPulpCreated sets PulpCreated field to given value.
SetPulpHref sets PulpHref field to given value.

### HasPulpCreated
### HasPulpHref

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

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

### GetContentGuard

Expand Down Expand Up @@ -207,30 +182,55 @@ 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
### GetPulpLabels
### GetBaseUrl

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

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

### GetPulpLabelsOk
### GetBaseUrlOk

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

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

### SetPulpLabels
### SetBaseUrl

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

SetPulpLabels sets PulpLabels field to given value.
SetBaseUrl sets BaseUrl field to given value.

### HasPulpLabels
### HasBaseUrl

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

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


[[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 3084bb3

Please sign in to comment.