Skip to content

Commit 477c835

Browse files
docs: [google-cloud-configdelivery] Mark Variant's resources field as input only (#14164)
BEGIN_COMMIT_OVERRIDE docs: Mark Variant's resources field as input only END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 788981598 Source-Link: googleapis/googleapis@990f0be Source-Link: googleapis/googleapis-gen@238a0e7 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZ2RlbGl2ZXJ5Ly5Pd2xCb3QueWFtbCIsImgiOiIyMzhhMGU3ZWQ2YmY1YjE4ZWY3MzNhZGM0Y2Q2ZmVlZGM1YzcxMjgxIn0= BEGIN_NESTED_COMMIT docs: [google-cloud-configdelivery] Mark Variant's resources field as input only PiperOrigin-RevId: 788980481 Source-Link: googleapis/googleapis@546c3d4 Source-Link: googleapis/googleapis-gen@da93e43 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWNvbmZpZ2RlbGl2ZXJ5Ly5Pd2xCb3QueWFtbCIsImgiOiJkYTkzZTQzZDk3ZGM4NDRmMGNlZmIyNjk5ZmE2MmE1ZTFhYTRmZGFkIn0= END_NESTED_COMMIT --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e9795e3 commit 477c835

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

packages/google-cloud-configdelivery/google/cloud/configdelivery/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-configdelivery/google/cloud/configdelivery_v1alpha/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-configdelivery/google/cloud/configdelivery_v1alpha/types/config_delivery.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,9 +1524,9 @@ class Variant(proto.Message):
15241524
Optional. labels to represent any metadata
15251525
associated with the variant.
15261526
resources (MutableSequence[str]):
1527-
Required. Unordered list. resources contain
1528-
the kubernetes manifests (YAMLs) for this
1529-
variant.
1527+
Required. Input only. Unordered list.
1528+
resources contain the kubernetes manifests
1529+
(YAMLs) for this variant.
15301530
name (str):
15311531
Identifier. Name follows format of
15321532
projects/{project}/locations/{location}/resourceBundles/{resource_bundle}/releases/{release}/variants/{variant}

packages/google-cloud-configdelivery/google/cloud/configdelivery_v1beta/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.2" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-configdelivery/google/cloud/configdelivery_v1beta/types/config_delivery.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,9 +1524,9 @@ class Variant(proto.Message):
15241524
Optional. labels to represent any metadata
15251525
associated with the variant.
15261526
resources (MutableSequence[str]):
1527-
Required. Unordered list. resources contain
1528-
the kubernetes manifests (YAMLs) for this
1529-
variant.
1527+
Required. Input only. Unordered list.
1528+
resources contain the kubernetes manifests
1529+
(YAMLs) for this variant.
15301530
name (str):
15311531
Identifier. Name follows format of
15321532
projects/{project}/locations/{location}/resourceBundles/{resource_bundle}/releases/{release}/variants/{variant}

packages/google-cloud-configdelivery/samples/generated_samples/snippet_metadata_google.cloud.configdelivery.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-configdelivery",
11-
"version": "0.1.2"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-configdelivery/samples/generated_samples/snippet_metadata_google.cloud.configdelivery.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-configdelivery",
11-
"version": "0.1.2"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)