Skip to content

Commit

Permalink
Update pulp bindings to de5624ba39358ba4ba962535e4a9724e5dbd34f57bd28…
Browse files Browse the repository at this point in the history
…6834eded962856ed39a
  • Loading branch information
Andrewgdewar committed Mar 8, 2024
1 parent e936549 commit 3bdbe8a
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 217 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: d6a984592e569b42a26e536b94e27aa89565b91b7a8d53bd49838eda6dba3325
- Package version: de5624ba39358ba4ba962535e4a9724e5dbd34f57bd286834eded962856ed39a
- 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 @@ -27920,59 +27920,59 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
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:
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
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
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
pulp_href:
format: uri
readOnly: true
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
pulp_created:
description: Timestamp of creation.
format: date-time
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
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_href:
format: uri
readOnly: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
type: boolean
required:
- base_path
- name
Expand Down Expand Up @@ -29357,24 +29357,24 @@ components:
previous: http://api.example.org/accounts/?offset=200&limit=100
count: 123
results:
- pulp_labels:
- hidden: false
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
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_labels:
- hidden: false
pulp_labels:
key: pulp_labels
pulp_href: https://openapi-generator.tech
hidden: false
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.

148 changes: 74 additions & 74 deletions release/docs/ArtifactDistributionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**BaseUrl** | Pointer to **string** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
**PulpLabels** | Pointer to **map[string]string** | | [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]
**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]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [optional] [readonly]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**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\") |
**PulpHref** | Pointer to **string** | | [optional] [readonly]

## 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 Down Expand Up @@ -58,75 +58,80 @@ SetBaseUrl sets BaseUrl field to given value.

HasBaseUrl returns a boolean if a field has been set.

### GetPulpLabels
### GetPulpLastUpdated

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

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

### GetPulpLabelsOk
### GetPulpLastUpdatedOk

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

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

### SetPulpLabels
### SetPulpLastUpdated

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

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

### HasPulpLabels
### HasPulpLastUpdated

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

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

### GetPulpLastUpdated
### GetHidden

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

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

### GetPulpLastUpdatedOk
### GetHiddenOk

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

GetPulpLastUpdatedOk returns a tuple with the PulpLastUpdated 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.

### SetPulpLastUpdated
### SetHidden

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

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

### HasPulpLastUpdated
### HasHidden

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

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

### GetBasePath
### GetPulpLabels

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

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

### GetBasePathOk
### GetPulpLabelsOk

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

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

### SetBasePath
### SetPulpLabels

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

SetBasePath sets BasePath 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.

### GetContentGuard

Expand Down Expand Up @@ -163,30 +168,25 @@ 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
### GetName

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

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

### GetPulpHrefOk
### GetNameOk

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

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

### SetPulpHref

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

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

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

`func (o *ArtifactDistributionResponse) HasPulpHref() bool`
SetName sets Name field to given value.

HasPulpHref returns a boolean if a field has been set.

### GetPulpCreated

Expand All @@ -213,50 +213,50 @@ SetPulpCreated sets PulpCreated field to given value.

HasPulpCreated returns a boolean if a field has been set.

### GetName
### GetBasePath

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

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

### GetNameOk
### GetBasePathOk

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

GetNameOk returns a tuple with the Name 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.

### SetName
### SetBasePath

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

SetName sets Name field to given value.
SetBasePath sets BasePath field to given value.


### GetHidden
### GetPulpHref

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

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

### GetHiddenOk
### GetPulpHrefOk

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

GetHiddenOk returns a tuple with the Hidden 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.

### SetHidden
### SetPulpHref

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

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

### HasHidden
### HasPulpHref

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

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

Please sign in to comment.