Skip to content

Commit

Permalink
Update pulp bindings to e69db48356e528a464be3da896237b8a2298890a7d54e…
Browse files Browse the repository at this point in the history
…b5892a9db36ae29d5a3
  • Loading branch information
Andrewgdewar committed Aug 2, 2024
1 parent b232aa6 commit bd43ce2
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 196 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: 4ead5b9864b4839e4e5d2a6348bd7d46466546057952eab83695d62ad2ea3652
- Package version: e69db48356e528a464be3da896237b8a2298890a7d54eb5892a9db36ae29d5a3
- 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
41 changes: 21 additions & 20 deletions release/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ info:
ostree: 2.4.3
python: 3.12.1
rpm: 3.27.1
service: 0.1.0
certguard: 3.56.1
file: 3.56.1
x-pulp-domain-enabled: true
Expand Down Expand Up @@ -35844,8 +35845,8 @@ components:
ArtifactDistributionResponse:
description: A serializer for ArtifactDistribution.
example:
hidden: false
pulp_href: https://openapi-generator.tech
hidden: false
pulp_labels:
key: pulp_labels
name: name
Expand All @@ -35860,6 +35861,17 @@ components:
format: date-time
readOnly: 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
pulp_href:
format: uri
readOnly: true
type: string
hidden:
default: false
description: Whether this distribution should be shown in the content app.
Expand All @@ -35869,15 +35881,6 @@ components:
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_href:
format: uri
readOnly: true
type: string
name:
description: "A unique name. Ex, `rawhide` and `stable`."
type: string
Expand All @@ -35890,12 +35893,10 @@ components:
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
content_guard:
description: An optional content-guard.
format: uri
nullable: true
type: string
required:
- base_path
Expand Down Expand Up @@ -37416,8 +37417,8 @@ 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
name: name
Expand All @@ -37426,8 +37427,8 @@ components:
base_path: base_path
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
name: name
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.

142 changes: 71 additions & 71 deletions release/docs/ArtifactDistributionResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**PulpCreated** | Pointer to **time.Time** | Timestamp of creation. | [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]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**Hidden** | Pointer to **bool** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**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]
**PulpHref** | Pointer to **string** | | [optional] [readonly]
**Name** | **string** | A unique name. Ex, `rawhide` and `stable`. |
**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]
**ContentGuard** | Pointer to **NullableString** | An optional content-guard. | [optional]

## Methods

Expand Down Expand Up @@ -58,110 +58,100 @@ SetPulpCreated sets PulpCreated field to given value.

HasPulpCreated returns a boolean if a field has been set.

### GetHidden
### GetPulpLastUpdated

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

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

### GetHiddenOk
### GetPulpLastUpdatedOk

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

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

### SetHidden
### SetPulpLastUpdated

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

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

### HasHidden
### HasPulpLastUpdated

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

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

### GetBasePath
### GetPulpHref

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

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

### GetBasePathOk
### GetPulpHrefOk

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

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

### SetBasePath

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

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

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

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

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

GetContentGuard returns the ContentGuard field if non-nil, zero value otherwise.
`func (o *ArtifactDistributionResponse) HasPulpHref() bool`

### GetContentGuardOk
HasPulpHref returns a boolean if a field has been set.

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

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.
`func (o *ArtifactDistributionResponse) GetHidden() bool`

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

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

SetContentGuard sets ContentGuard field to given value.
`func (o *ArtifactDistributionResponse) GetHiddenOk() (*bool, bool)`

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

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

HasContentGuard returns a boolean if a field has been set.
`func (o *ArtifactDistributionResponse) SetHidden(v bool)`

### SetContentGuardNil
SetHidden sets Hidden field to given value.

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

SetContentGuardNil sets the value for ContentGuard to be an explicit nil
`func (o *ArtifactDistributionResponse) HasHidden() bool`

### UnsetContentGuard
`func (o *ArtifactDistributionResponse) UnsetContentGuard()`
HasHidden returns a boolean if a field has been set.

UnsetContentGuard ensures that no value is present for ContentGuard, not even an explicit nil
### GetPulpHref
### GetBasePath

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

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

### GetPulpHrefOk
### GetBasePathOk

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

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

### SetPulpHref

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

### GetName

Expand Down Expand Up @@ -233,31 +223,41 @@ SetPulpLabels sets PulpLabels field to given value.

HasPulpLabels returns a boolean if a field has been set.

### GetPulpLastUpdated
### GetContentGuard

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

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

### GetPulpLastUpdatedOk
### GetContentGuardOk

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

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

### SetPulpLastUpdated
### SetContentGuard

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

SetPulpLastUpdated sets PulpLastUpdated field to given value.
SetContentGuard sets ContentGuard field to given value.

### HasPulpLastUpdated
### HasContentGuard

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

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

[[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 bd43ce2

Please sign in to comment.