Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ async def sample_summarize_maintenances():

Returns:
google.cloud.maintenance_api_v1beta.services.maintenance.pagers.SummarizeMaintenancesAsyncPager:
Request message for
SummarizeMaintenances custom method.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -769,6 +769,8 @@ def sample_summarize_maintenances():

Returns:
google.cloud.maintenance_api_v1beta.services.maintenance.pagers.SummarizeMaintenancesPager:
Request message for
SummarizeMaintenances custom method.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,8 @@ def __call__(

Returns:
~.maintenance_service.SummarizeMaintenancesResponse:
Request message for
SummarizeMaintenances custom method.

"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class SummarizeMaintenancesRequest(proto.Message):


class SummarizeMaintenancesResponse(proto.Message):
r"""
r"""Request message for SummarizeMaintenances custom method.

Attributes:
maintenances (MutableSequence[google.cloud.maintenance_api_v1beta.types.MaintenanceSummary]):
Expand Down Expand Up @@ -211,7 +211,8 @@ class MaintenanceSummary(proto.Message):
"""

class Stats(proto.Message):
r"""
r"""Stats indicates the type of aggregate and the corresponding
aggregates.

Attributes:
group_by (str):
Expand All @@ -236,7 +237,7 @@ class Stats(proto.Message):
)

class Aggregate(proto.Message):
r"""
r"""Aggregate is a <group, count> pair.

Attributes:
group (str):
Expand Down
Loading