Skip to content

docs: [google-maps-areainsights] A comment for service AreaInsights is changed #13830

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 24, 2025
Merged
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
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.7" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@


class AreaInsightsAsyncClient:
"""Service definition for the Places Insights API."""
"""Service definition for the Places Aggregate RPC."""

_client: AreaInsightsClient

@@ -291,10 +291,8 @@ async def compute_insights(
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
) -> area_insights_service.ComputeInsightsResponse:
r"""Compute Insights RPC

This method lets you retrieve insights about areas using a
variaty of filter such as: area, place type, operating status,
r"""This method lets you retrieve insights about areas using a
variety of filter such as: area, place type, operating status,
price level and ratings. Currently "count" and "places" insights
are supported. With "count" insights you can answer questions
such as "How many restaurant are located in California that are
Original file line number Diff line number Diff line change
@@ -104,7 +104,7 @@ def get_transport_class(


class AreaInsightsClient(metaclass=AreaInsightsClientMeta):
"""Service definition for the Places Insights API."""
"""Service definition for the Places Aggregate RPC."""

@staticmethod
def _get_default_mtls_endpoint(api_endpoint):
@@ -706,10 +706,8 @@ def compute_insights(
timeout: Union[float, object] = gapic_v1.method.DEFAULT,
metadata: Sequence[Tuple[str, Union[str, bytes]]] = (),
) -> area_insights_service.ComputeInsightsResponse:
r"""Compute Insights RPC

This method lets you retrieve insights about areas using a
variaty of filter such as: area, place type, operating status,
r"""This method lets you retrieve insights about areas using a
variety of filter such as: area, place type, operating status,
price level and ratings. Currently "count" and "places" insights
are supported. With "count" insights you can answer questions
such as "How many restaurant are located in California that are
Original file line number Diff line number Diff line change
@@ -110,7 +110,7 @@ def intercept_unary_unary(self, continuation, client_call_details, request):
class AreaInsightsGrpcTransport(AreaInsightsTransport):
"""gRPC backend transport for AreaInsights.

Service definition for the Places Insights API.
Service definition for the Places Aggregate RPC.

This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
@@ -328,10 +328,8 @@ def compute_insights(
]:
r"""Return a callable for the compute insights method over gRPC.

Compute Insights RPC

This method lets you retrieve insights about areas using a
variaty of filter such as: area, place type, operating status,
variety of filter such as: area, place type, operating status,
price level and ratings. Currently "count" and "places" insights
are supported. With "count" insights you can answer questions
such as "How many restaurant are located in California that are
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ async def intercept_unary_unary(self, continuation, client_call_details, request
class AreaInsightsGrpcAsyncIOTransport(AreaInsightsTransport):
"""gRPC AsyncIO backend transport for AreaInsights.

Service definition for the Places Insights API.
Service definition for the Places Aggregate RPC.

This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
@@ -336,10 +336,8 @@ def compute_insights(
]:
r"""Return a callable for the compute insights method over gRPC.

Compute Insights RPC

This method lets you retrieve insights about areas using a
variaty of filter such as: area, place type, operating status,
variety of filter such as: area, place type, operating status,
price level and ratings. Currently "count" and "places" insights
are supported. With "count" insights you can answer questions
such as "How many restaurant are located in California that are
Original file line number Diff line number Diff line change
@@ -145,7 +145,7 @@ class AreaInsightsRestStub:
class AreaInsightsRestTransport(_BaseAreaInsightsRestTransport):
"""REST backend synchronous transport for AreaInsights.

Service definition for the Places Insights API.
Service definition for the Places Aggregate RPC.

This class defines the same methods as the primary client, so the
primary client can load the underlying transport implementation
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-maps-areainsights",
"version": "0.1.7"
"version": "0.1.0"
},
"snippets": [
{