Skip to content

Commit f955689

Browse files
docs: [google-cloud-maintenance-api] Add missing comments for messages (googleapis#14064)
BEGIN_COMMIT_OVERRIDE docs: Add missing comments for messages END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. PiperOrigin-RevId: 780467630 Source-Link: googleapis/googleapis@9510a3a Source-Link: https://github.com/googleapis/googleapis-gen/commit/870d07ce6df53fd19ccecc8d85965f8efc2aaad8 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLW1haW50ZW5hbmNlLWFwaS8uT3dsQm90LnlhbWwiLCJoIjoiODcwZDA3Y2U2ZGY1M2ZkMTljY2VjYzhkODU5NjVmOGVmYzJhYWFkOCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: ohmayr <[email protected]>
1 parent b886e1d commit f955689

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

packages/google-cloud-maintenance-api/google/cloud/maintenance_api/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.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-maintenance-api/google/cloud/maintenance_api_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.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/services/maintenance/async_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ async def sample_summarize_maintenances():
351351
352352
Returns:
353353
google.cloud.maintenance_api_v1beta.services.maintenance.pagers.SummarizeMaintenancesAsyncPager:
354+
Request message for
355+
SummarizeMaintenances custom method.
354356
Iterating over this object will yield
355357
results and resolve additional pages
356358
automatically.

packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/services/maintenance/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -769,6 +769,8 @@ def sample_summarize_maintenances():
769769
770770
Returns:
771771
google.cloud.maintenance_api_v1beta.services.maintenance.pagers.SummarizeMaintenancesPager:
772+
Request message for
773+
SummarizeMaintenances custom method.
772774
Iterating over this object will yield
773775
results and resolve additional pages
774776
automatically.

packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/services/maintenance/transports/rest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ def __call__(
753753
754754
Returns:
755755
~.maintenance_service.SummarizeMaintenancesResponse:
756+
Request message for
757+
SummarizeMaintenances custom method.
756758
757759
"""
758760

packages/google-cloud-maintenance-api/google/cloud/maintenance_api_v1beta/types/maintenance_service.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class SummarizeMaintenancesRequest(proto.Message):
128128

129129

130130
class SummarizeMaintenancesResponse(proto.Message):
131-
r"""
131+
r"""Request message for SummarizeMaintenances custom method.
132132
133133
Attributes:
134134
maintenances (MutableSequence[google.cloud.maintenance_api_v1beta.types.MaintenanceSummary]):
@@ -211,7 +211,8 @@ class MaintenanceSummary(proto.Message):
211211
"""
212212

213213
class Stats(proto.Message):
214-
r"""
214+
r"""Stats indicates the type of aggregate and the corresponding
215+
aggregates.
215216
216217
Attributes:
217218
group_by (str):
@@ -236,7 +237,7 @@ class Stats(proto.Message):
236237
)
237238

238239
class Aggregate(proto.Message):
239-
r"""
240+
r"""Aggregate is a <group, count> pair.
240241
241242
Attributes:
242243
group (str):

0 commit comments

Comments
 (0)