Skip to content

Commit

Permalink
Update pulp bindings to b96da963e282496dea8346bd425a7e99624e58c87e863…
Browse files Browse the repository at this point in the history
…9db952b3ae5d4b58e83
  • Loading branch information
Andrewgdewar committed Mar 19, 2024
1 parent b606a93 commit 4320b8a
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 264 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: d6a984592e569b42a26e536b94e27aaaea3628cb7a8d53bd49838eda6dba3325
- Package version: b96da963e282496dea8346bd425a7e99624e58c87e8639db952b3ae5d4b58e83
- 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
44 changes: 22 additions & 22 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27920,29 +27920,36 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_href: https://openapi-generator.tech
pulp_labels:
key: pulp_labels
hidden: false
base_url: base_url
name: name
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:
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
pulp_created:
description: Timestamp of creation.
format: date-time
Expand All @@ -27952,27 +27959,20 @@ components:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_href:
format: uri
base_url:
description: The URL for accessing the publication as defined by this distribution.
readOnly: true
type: string
pulp_labels:
additionalProperties:
nullable: true
type: string
type: object
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
required:
- base_path
- name
Expand Down Expand Up @@ -29357,20 +29357,20 @@ 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
pulp_labels:
key: pulp_labels
hidden: false
base_url: base_url
name: name
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
pulp_labels:
key: pulp_labels
hidden: false
base_url: base_url
name: name
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.

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

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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`. |
**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]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**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\") |
**PulpLabels** | Pointer to **map[string]string** | | [optional]
**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]
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**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

### NewArtifactDistributionResponse

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

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

### GetBaseUrl
### GetContentGuard

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

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

### GetBaseUrlOk
### GetContentGuardOk

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

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

### SetBaseUrl
### SetContentGuard

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

SetBaseUrl sets BaseUrl field to given value.
SetContentGuard sets ContentGuard field to given value.

### HasBaseUrl
### HasContentGuard

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

HasBaseUrl returns a boolean if a field has been set.
HasContentGuard returns a boolean if a field has been set.

### GetName
### SetContentGuardNil

`func (o *ArtifactDistributionResponse) GetName() string`
`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)`

GetName returns the Name field if non-nil, zero value otherwise.
SetContentGuardNil sets the value for ContentGuard to be an explicit nil

### GetNameOk
### UnsetContentGuard
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`

`func (o *ArtifactDistributionResponse) GetNameOk() (*string, bool)`
UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
### GetPulpHref

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

### SetName
### SetPulpHref

`func (o *ArtifactDistributionResponse) SetName(v string)`
`func (o *ArtifactDistributionResponse) SetPulpHref(v string)`

SetName sets Name field to given value.
SetPulpHref sets PulpHref field to given value.

### HasPulpHref

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

HasPulpHref returns a boolean if a field has been set.

### GetBasePath

Expand All @@ -98,6 +113,31 @@ 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`
Expand Down Expand Up @@ -148,90 +188,30 @@ SetHidden sets Hidden field to given value.

HasHidden returns a boolean if a field has been set.

### GetContentGuard

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

GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise.

### GetContentGuardOk

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

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

### SetContentGuard

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

SetContentGuard sets ContentGuard field to given value.

### HasContentGuard

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

HasContentGuard returns a boolean if a field has been set.

### SetContentGuardNil

`func (o *ArtifactDistributionResponse) SetContentGuardNil(b bool)`

SetContentGuardNil sets the value for ContentGuard to be an explicit nil

### UnsetContentGuard
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`

UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
### 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.

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

### GetPulpLastUpdated

Expand All @@ -258,6 +238,26 @@ SetPulpLastUpdated sets PulpLastUpdated field to given value.

HasPulpLastUpdated returns a boolean if a field has been set.

### GetName

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

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

### GetNameOk

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

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.

### SetName

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

SetName sets Name 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)

Expand Down
Loading

0 comments on commit 4320b8a

Please sign in to comment.