From 96c73b122f83a47962eb9270c4275c205d76a537 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Tue, 18 Feb 2020 09:51:43 -0800 Subject: [PATCH] docs(regen): updated proto documentation (#74) --- .../v3/AlertPolicyServiceClient.java | 40 +- .../monitoring/v3/GroupServiceClient.java | 40 +- .../monitoring/v3/MetricServiceClient.java | 120 +++--- .../v3/NotificationChannelServiceClient.java | 64 +-- .../monitoring/v3/MetricServiceGrpc.java | 20 +- .../com/google/monitoring/v3/AlertPolicy.java | 366 +++++++++--------- .../monitoring/v3/AlertPolicyOrBuilder.java | 52 +-- .../v3/CreateAlertPolicyRequest.java | 73 ++-- .../v3/CreateAlertPolicyRequestOrBuilder.java | 20 +- .../monitoring/v3/CreateGroupRequest.java | 28 +- .../v3/CreateGroupRequestOrBuilder.java | 8 +- .../v3/CreateMetricDescriptorRequest.java | 52 +-- ...reateMetricDescriptorRequestOrBuilder.java | 14 +- .../v3/CreateNotificationChannelRequest.java | 42 +- ...teNotificationChannelRequestOrBuilder.java | 12 +- .../v3/CreateTimeSeriesRequest.java | 28 +- .../v3/CreateTimeSeriesRequestOrBuilder.java | 8 +- .../v3/DeleteAlertPolicyRequest.java | 14 +- .../v3/DeleteAlertPolicyRequestOrBuilder.java | 4 +- .../monitoring/v3/DeleteGroupRequest.java | 28 +- .../v3/DeleteGroupRequestOrBuilder.java | 8 +- .../v3/DeleteMetricDescriptorRequest.java | 42 +- ...eleteMetricDescriptorRequestOrBuilder.java | 12 +- .../v3/DeleteNotificationChannelRequest.java | 28 +- ...teNotificationChannelRequestOrBuilder.java | 8 +- .../monitoring/v3/GetAlertPolicyRequest.java | 28 +- .../v3/GetAlertPolicyRequestOrBuilder.java | 8 +- .../google/monitoring/v3/GetGroupRequest.java | 28 +- .../v3/GetGroupRequestOrBuilder.java | 8 +- .../v3/GetMetricDescriptorRequest.java | 42 +- .../GetMetricDescriptorRequestOrBuilder.java | 12 +- ...GetMonitoredResourceDescriptorRequest.java | 42 +- ...redResourceDescriptorRequestOrBuilder.java | 12 +- ...tNotificationChannelDescriptorRequest.java | 28 +- ...tionChannelDescriptorRequestOrBuilder.java | 8 +- .../v3/GetNotificationChannelRequest.java | 28 +- ...etNotificationChannelRequestOrBuilder.java | 8 +- .../v3/ListAlertPoliciesRequest.java | 56 +-- .../v3/ListAlertPoliciesRequestOrBuilder.java | 16 +- .../v3/ListAlertPoliciesResponse.java | 14 +- .../ListAlertPoliciesResponseOrBuilder.java | 4 +- .../v3/ListGroupMembersRequest.java | 133 ++++--- .../v3/ListGroupMembersRequestOrBuilder.java | 38 +- .../v3/ListGroupMembersResponse.java | 14 +- .../v3/ListGroupMembersResponseOrBuilder.java | 4 +- .../monitoring/v3/ListGroupsRequest.java | 133 ++++--- .../v3/ListGroupsRequestOrBuilder.java | 38 +- .../monitoring/v3/ListGroupsResponse.java | 14 +- .../v3/ListGroupsResponseOrBuilder.java | 4 +- .../v3/ListMetricDescriptorsRequest.java | 56 +-- ...ListMetricDescriptorsRequestOrBuilder.java | 16 +- .../v3/ListMetricDescriptorsResponse.java | 14 +- ...istMetricDescriptorsResponseOrBuilder.java | 4 +- ...stMonitoredResourceDescriptorsRequest.java | 91 ++--- ...edResourceDescriptorsRequestOrBuilder.java | 26 +- ...tMonitoredResourceDescriptorsResponse.java | 14 +- ...dResourceDescriptorsResponseOrBuilder.java | 4 +- ...NotificationChannelDescriptorsRequest.java | 14 +- ...ionChannelDescriptorsRequestOrBuilder.java | 4 +- .../v3/ListNotificationChannelsRequest.java | 63 +-- ...tNotificationChannelsRequestOrBuilder.java | 18 +- .../monitoring/v3/ListTimeSeriesRequest.java | 84 ++-- .../v3/ListTimeSeriesRequestOrBuilder.java | 24 +- .../monitoring/v3/ListTimeSeriesResponse.java | 14 +- .../v3/ListTimeSeriesResponseOrBuilder.java | 4 +- .../proto/google/monitoring/v3/alert.proto | 36 +- .../google/monitoring/v3/alert_service.proto | 26 +- .../google/monitoring/v3/group_service.proto | 65 ++-- .../google/monitoring/v3/metric_service.proto | 93 +++-- .../monitoring/v3/notification_service.proto | 34 +- synth.metadata | 10 +- 71 files changed, 1327 insertions(+), 1238 deletions(-) diff --git a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/AlertPolicyServiceClient.java b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/AlertPolicyServiceClient.java index b3ed45b3..b02dfb0f 100644 --- a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/AlertPolicyServiceClient.java +++ b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/AlertPolicyServiceClient.java @@ -184,8 +184,8 @@ public AlertPolicyServiceStub getStub() { * } * * - * @param name Required. The project whose alert policies are to be listed. The format is - *

projects/[PROJECT_ID] + * @param name Required. The project whose alert policies are to be listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this field names the parent container in which the alerting policies to be * listed are stored. To retrieve a single alerting policy by name, use the * [GetAlertPolicy][google.monitoring.v3.AlertPolicyService.GetAlertPolicy] operation, @@ -215,8 +215,8 @@ public final ListAlertPoliciesPagedResponse listAlertPolicies(ProjectName name) * } * * - * @param name Required. The project whose alert policies are to be listed. The format is - *

projects/[PROJECT_ID] + * @param name Required. The project whose alert policies are to be listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this field names the parent container in which the alerting policies to be * listed are stored. To retrieve a single alerting policy by name, use the * [GetAlertPolicy][google.monitoring.v3.AlertPolicyService.GetAlertPolicy] operation, @@ -323,8 +323,8 @@ public final ListAlertPoliciesPagedResponse listAlertPolicies(ListAlertPoliciesR * } * * - * @param name Required. The alerting policy to retrieve. The format is - *

projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + * @param name Required. The alerting policy to retrieve. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final AlertPolicy getAlertPolicy(AlertPolicyName name) { @@ -346,8 +346,8 @@ public final AlertPolicy getAlertPolicy(AlertPolicyName name) { * } * * - * @param name Required. The alerting policy to retrieve. The format is - *

projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + * @param name Required. The alerting policy to retrieve. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final AlertPolicy getAlertPolicy(String name) { @@ -414,15 +414,15 @@ public final UnaryCallable getAlertPolicyCal * } * * - * @param name Required. The project in which to create the alerting policy. The format is - * `projects/[PROJECT_ID]`. + * @param name Required. The project in which to create the alerting policy. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this field names the parent container in which the alerting policy will be * written, not the name of the created policy. The alerting policy that is returned will have * a name that contains a normalized representation of this name as a prefix but adds a suffix - * of the form `/alertPolicies/[POLICY_ID]`, identifying the policy in the container. + * of the form `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the container. * @param alertPolicy Required. The requested alerting policy. You should omit the `name` field in - * this policy. The name will be returned in the new policy, including a new [ALERT_POLICY_ID] - * value. + * this policy. The name will be returned in the new policy, including a new + * `[ALERT_POLICY_ID]` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final AlertPolicy createAlertPolicy(ProjectName name, AlertPolicy alertPolicy) { @@ -448,15 +448,15 @@ public final AlertPolicy createAlertPolicy(ProjectName name, AlertPolicy alertPo * } * * - * @param name Required. The project in which to create the alerting policy. The format is - * `projects/[PROJECT_ID]`. + * @param name Required. The project in which to create the alerting policy. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this field names the parent container in which the alerting policy will be * written, not the name of the created policy. The alerting policy that is returned will have * a name that contains a normalized representation of this name as a prefix but adds a suffix - * of the form `/alertPolicies/[POLICY_ID]`, identifying the policy in the container. + * of the form `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the container. * @param alertPolicy Required. The requested alerting policy. You should omit the `name` field in - * this policy. The name will be returned in the new policy, including a new [ALERT_POLICY_ID] - * value. + * this policy. The name will be returned in the new policy, including a new + * `[ALERT_POLICY_ID]` value. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final AlertPolicy createAlertPolicy(String name, AlertPolicy alertPolicy) { @@ -528,7 +528,7 @@ public final UnaryCallable createAlertPol * * * @param name Required. The alerting policy to delete. The format is: - *

projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + *

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] *

For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy]. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -554,7 +554,7 @@ public final void deleteAlertPolicy(AlertPolicyName name) { * * * @param name Required. The alerting policy to delete. The format is: - *

projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + *

projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] *

For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy]. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ diff --git a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/GroupServiceClient.java b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/GroupServiceClient.java index 1e6e52f8..37ceebef 100644 --- a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/GroupServiceClient.java +++ b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/GroupServiceClient.java @@ -187,8 +187,8 @@ public GroupServiceStub getStub() { * } * * - * @param name Required. The project whose groups are to be listed. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project whose groups are to be listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListGroupsPagedResponse listGroups(ProjectName name) { @@ -212,8 +212,8 @@ public final ListGroupsPagedResponse listGroups(ProjectName name) { * } * * - * @param name Required. The project whose groups are to be listed. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project whose groups are to be listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListGroupsPagedResponse listGroups(String name) { @@ -314,8 +314,8 @@ public final UnaryCallable listGroupsCall * } * * - * @param name Required. The group to retrieve. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group to retrieve. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Group getGroup(GroupName name) { @@ -337,8 +337,8 @@ public final Group getGroup(GroupName name) { * } * * - * @param name Required. The group to retrieve. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group to retrieve. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final Group getGroup(String name) { @@ -405,8 +405,8 @@ public final UnaryCallable getGroupCallable() { * } * * - * @param name Required. The project in which to create the group. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project in which to create the group. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @param group Required. A group definition. It is an error to define the `name` field because * the system assigns the name. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -434,8 +434,8 @@ public final Group createGroup(ProjectName name, Group group) { * } * * - * @param name Required. The project in which to create the group. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project in which to create the group. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @param group Required. A group definition. It is an error to define the `name` field because * the system assigns the name. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -575,8 +575,8 @@ public final UnaryCallable updateGroupCallable() { * } * * - * @param name Required. The group to delete. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group to delete. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteGroup(GroupName name) { @@ -598,8 +598,8 @@ public final void deleteGroup(GroupName name) { * } * * - * @param name Required. The group to delete. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group to delete. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteGroup(String name) { @@ -667,8 +667,8 @@ public final UnaryCallable deleteGroupCallable() { * } * * - * @param name Required. The group whose members are listed. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group whose members are listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListGroupMembersPagedResponse listGroupMembers(GroupName name) { @@ -692,8 +692,8 @@ public final ListGroupMembersPagedResponse listGroupMembers(GroupName name) { * } * * - * @param name Required. The group whose members are listed. The format is - * `"projects/{project_id_or_number}/groups/{group_id}"`. + * @param name Required. The group whose members are listed. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListGroupMembersPagedResponse listGroupMembers(String name) { diff --git a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/MetricServiceClient.java b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/MetricServiceClient.java index a4316195..a89ac84f 100644 --- a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/MetricServiceClient.java +++ b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/MetricServiceClient.java @@ -188,8 +188,8 @@ public MetricServiceStub getStub() { * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListMonitoredResourceDescriptorsPagedResponse listMonitoredResourceDescriptors( @@ -217,8 +217,8 @@ public final ListMonitoredResourceDescriptorsPagedResponse listMonitoredResource * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListMonitoredResourceDescriptorsPagedResponse listMonitoredResourceDescriptors( @@ -330,9 +330,9 @@ public final ListMonitoredResourceDescriptorsPagedResponse listMonitoredResource * } * * - * @param name Required. The monitored resource descriptor to get. The format is - * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`. The - * `{resource_type}` is a predefined type, such as `cloudsql_database`. + * @param name Required. The monitored resource descriptor to get. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] + *

The `[RESOURCE_TYPE]` is a predefined type, such as `cloudsql_database`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MonitoredResourceDescriptor getMonitoredResourceDescriptor( @@ -358,9 +358,9 @@ public final MonitoredResourceDescriptor getMonitoredResourceDescriptor( * } * * - * @param name Required. The monitored resource descriptor to get. The format is - * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`. The - * `{resource_type}` is a predefined type, such as `cloudsql_database`. + * @param name Required. The monitored resource descriptor to get. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] + *

The `[RESOURCE_TYPE]` is a predefined type, such as `cloudsql_database`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MonitoredResourceDescriptor getMonitoredResourceDescriptor(String name) { @@ -434,8 +434,8 @@ public final MonitoredResourceDescriptor getMonitoredResourceDescriptor( * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListMetricDescriptorsPagedResponse listMetricDescriptors(ProjectName name) { @@ -462,8 +462,8 @@ public final ListMetricDescriptorsPagedResponse listMetricDescriptors(ProjectNam * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final ListMetricDescriptorsPagedResponse listMetricDescriptors(String name) { @@ -571,9 +571,10 @@ public final ListMetricDescriptorsPagedResponse listMetricDescriptors( * } * * - * @param name Required. The metric descriptor on which to execute the request. The format is - * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. An example value of - * `{metric_id}` is `"compute.googleapis.com/instance/disk/read_bytes_count"`. + * @param name Required. The metric descriptor on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + *

An example value of `[METRIC_ID]` is + * `"compute.googleapis.com/instance/disk/read_bytes_count"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MetricDescriptor getMetricDescriptor(MetricDescriptorName name) { @@ -597,9 +598,10 @@ public final MetricDescriptor getMetricDescriptor(MetricDescriptorName name) { * } * * - * @param name Required. The metric descriptor on which to execute the request. The format is - * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. An example value of - * `{metric_id}` is `"compute.googleapis.com/instance/disk/read_bytes_count"`. + * @param name Required. The metric descriptor on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + *

An example value of `[METRIC_ID]` is + * `"compute.googleapis.com/instance/disk/read_bytes_count"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MetricDescriptor getMetricDescriptor(String name) { @@ -657,7 +659,7 @@ public final MetricDescriptor getMetricDescriptor(GetMetricDescriptorRequest req // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a new metric descriptor. User-created metric descriptors define [custom - * metrics](/monitoring/custom-metrics). + * metrics](https://cloud.google.com/monitoring/custom-metrics). * *

Sample code: * @@ -669,10 +671,10 @@ public final MetricDescriptor getMetricDescriptor(GetMetricDescriptorRequest req * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. - * @param metricDescriptor Required. The new [custom metric](/monitoring/custom-metrics) - * descriptor. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + * @param metricDescriptor Required. The new [custom + * metric](https://cloud.google.com/monitoring/custom-metrics) descriptor. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MetricDescriptor createMetricDescriptor( @@ -688,7 +690,7 @@ public final MetricDescriptor createMetricDescriptor( // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a new metric descriptor. User-created metric descriptors define [custom - * metrics](/monitoring/custom-metrics). + * metrics](https://cloud.google.com/monitoring/custom-metrics). * *

Sample code: * @@ -700,10 +702,10 @@ public final MetricDescriptor createMetricDescriptor( * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. - * @param metricDescriptor Required. The new [custom metric](/monitoring/custom-metrics) - * descriptor. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + * @param metricDescriptor Required. The new [custom + * metric](https://cloud.google.com/monitoring/custom-metrics) descriptor. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final MetricDescriptor createMetricDescriptor( @@ -719,7 +721,7 @@ public final MetricDescriptor createMetricDescriptor( // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a new metric descriptor. User-created metric descriptors define [custom - * metrics](/monitoring/custom-metrics). + * metrics](https://cloud.google.com/monitoring/custom-metrics). * *

Sample code: * @@ -745,7 +747,7 @@ public final MetricDescriptor createMetricDescriptor(CreateMetricDescriptorReque // AUTO-GENERATED DOCUMENTATION AND METHOD /** * Creates a new metric descriptor. User-created metric descriptors define [custom - * metrics](/monitoring/custom-metrics). + * metrics](https://cloud.google.com/monitoring/custom-metrics). * *

Sample code: * @@ -770,8 +772,8 @@ public final MetricDescriptor createMetricDescriptor(CreateMetricDescriptorReque // AUTO-GENERATED DOCUMENTATION AND METHOD /** - * Deletes a metric descriptor. Only user-created [custom metrics](/monitoring/custom-metrics) can - * be deleted. + * Deletes a metric descriptor. Only user-created [custom + * metrics](https://cloud.google.com/monitoring/custom-metrics) can be deleted. * *

Sample code: * @@ -782,9 +784,9 @@ public final MetricDescriptor createMetricDescriptor(CreateMetricDescriptorReque * } * * - * @param name Required. The metric descriptor on which to execute the request. The format is - * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. An example of - * `{metric_id}` is: `"custom.googleapis.com/my_test_metric"`. + * @param name Required. The metric descriptor on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + *

An example of `[METRIC_ID]` is: `"custom.googleapis.com/my_test_metric"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteMetricDescriptor(MetricDescriptorName name) { @@ -797,8 +799,8 @@ public final void deleteMetricDescriptor(MetricDescriptorName name) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** - * Deletes a metric descriptor. Only user-created [custom metrics](/monitoring/custom-metrics) can - * be deleted. + * Deletes a metric descriptor. Only user-created [custom + * metrics](https://cloud.google.com/monitoring/custom-metrics) can be deleted. * *

Sample code: * @@ -809,9 +811,9 @@ public final void deleteMetricDescriptor(MetricDescriptorName name) { * } * * - * @param name Required. The metric descriptor on which to execute the request. The format is - * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. An example of - * `{metric_id}` is: `"custom.googleapis.com/my_test_metric"`. + * @param name Required. The metric descriptor on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + *

An example of `[METRIC_ID]` is: `"custom.googleapis.com/my_test_metric"`. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final void deleteMetricDescriptor(String name) { @@ -822,8 +824,8 @@ public final void deleteMetricDescriptor(String name) { // AUTO-GENERATED DOCUMENTATION AND METHOD /** - * Deletes a metric descriptor. Only user-created [custom metrics](/monitoring/custom-metrics) can - * be deleted. + * Deletes a metric descriptor. Only user-created [custom + * metrics](https://cloud.google.com/monitoring/custom-metrics) can be deleted. * *

Sample code: * @@ -846,8 +848,8 @@ public final void deleteMetricDescriptor(DeleteMetricDescriptorRequest request) // AUTO-GENERATED DOCUMENTATION AND METHOD /** - * Deletes a metric descriptor. Only user-created [custom metrics](/monitoring/custom-metrics) can - * be deleted. + * Deletes a metric descriptor. Only user-created [custom + * metrics](https://cloud.google.com/monitoring/custom-metrics) can be deleted. * *

Sample code: * @@ -886,10 +888,11 @@ public final void deleteMetricDescriptor(DeleteMetricDescriptorRequest request) * } * * - * @param name Required. The project on which to execute the request. The format is - * "projects/{project_id_or_number}". - * @param filter Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which - * time series should be returned. The filter must specify a single metric type, and can + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + * @param filter Required. A [monitoring + * filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time + * series should be returned. The filter must specify a single metric type, and can * additionally specify metric labels and other information. For example: *

metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" @@ -931,10 +934,11 @@ public final ListTimeSeriesPagedResponse listTimeSeries( * } * * - * @param name Required. The project on which to execute the request. The format is - * "projects/{project_id_or_number}". - * @param filter Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which - * time series should be returned. The filter must specify a single metric type, and can + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + * @param filter Required. A [monitoring + * filter](https://cloud.google.com/monitoring/api/v3/filters) that specifies which time + * series should be returned. The filter must specify a single metric type, and can * additionally specify metric labels and other information. For example: *

metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND * metric.labels.instance_name = "my-instance-name" @@ -1074,8 +1078,8 @@ public final ListTimeSeriesPagedResponse listTimeSeries(ListTimeSeriesRequest re * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @param timeSeries Required. The new data to be added to a list of time series. Adds at most one * data point to each of several time series. The new data point must be more recent than any * other point in its time series. Each `TimeSeries` value must fully specify a unique time @@ -1108,8 +1112,8 @@ public final void createTimeSeries(ProjectName name, List timeSeries * } * * - * @param name Required. The project on which to execute the request. The format is - * `"projects/{project_id_or_number}"`. + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] * @param timeSeries Required. The new data to be added to a list of time series. Adds at most one * data point to each of several time series. The new data point must be more recent than any * other point in its time series. Each `TimeSeries` value must fully specify a unique time diff --git a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/NotificationChannelServiceClient.java b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/NotificationChannelServiceClient.java index 629ae0db..90ba9f67 100644 --- a/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/NotificationChannelServiceClient.java +++ b/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/NotificationChannelServiceClient.java @@ -194,7 +194,7 @@ public NotificationChannelServiceStub getStub() { * * @param name Required. The REST resource name of the parent from which to retrieve the * notification channel descriptors. The expected syntax is: - *

projects/[PROJECT_ID] + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this names the parent container in which to look for the descriptors; to * retrieve a single descriptor by name, use the * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor] @@ -228,7 +228,7 @@ public final ListNotificationChannelDescriptorsPagedResponse listNotificationCha * * @param name Required. The REST resource name of the parent from which to retrieve the * notification channel descriptors. The expected syntax is: - *

projects/[PROJECT_ID] + *

projects/[PROJECT_ID_OR_NUMBER] *

Note that this names the parent container in which to look for the descriptors; to * retrieve a single descriptor by name, use the * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor] @@ -345,8 +345,8 @@ public final ListNotificationChannelDescriptorsPagedResponse listNotificationCha * } * * - * @param name Required. The channel type for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`. + * @param name Required. The channel type for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NotificationChannelDescriptor getNotificationChannelDescriptor( @@ -372,8 +372,8 @@ public final NotificationChannelDescriptor getNotificationChannelDescriptor( * } * * - * @param name Required. The channel type for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`. + * @param name Required. The channel type for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NotificationChannelDescriptor getNotificationChannelDescriptor(String name) { @@ -446,10 +446,10 @@ public final NotificationChannelDescriptor getNotificationChannelDescriptor( * } * * - * @param name Required. The project on which to execute the request. The format is - * `projects/[PROJECT_ID]`. That is, this names the container in which to look for the - * notification channels; it does not name a specific channel. To query a specific channel by - * REST resource name, use the + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + *

This names the container in which to look for the notification channels; it does not + * name a specific channel. To query a specific channel by REST resource name, use the * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] * operation. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -477,10 +477,10 @@ public final ListNotificationChannelsPagedResponse listNotificationChannels(Proj * } * * - * @param name Required. The project on which to execute the request. The format is - * `projects/[PROJECT_ID]`. That is, this names the container in which to look for the - * notification channels; it does not name a specific channel. To query a specific channel by - * REST resource name, use the + * @param name Required. The project on which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER] + *

This names the container in which to look for the notification channels; it does not + * name a specific channel. To query a specific channel by REST resource name, use the * [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] * operation. * @throws com.google.api.gax.rpc.ApiException if the remote call fails @@ -590,8 +590,8 @@ public final ListNotificationChannelsPagedResponse listNotificationChannels( * } * * - * @param name Required. The channel for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + * @param name Required. The channel for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NotificationChannel getNotificationChannel(NotificationChannelName name) { @@ -618,8 +618,8 @@ public final NotificationChannel getNotificationChannel(NotificationChannelName * } * * - * @param name Required. The channel for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + * @param name Required. The channel for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ public final NotificationChannel getNotificationChannel(String name) { @@ -696,11 +696,11 @@ public final NotificationChannel getNotificationChannel(GetNotificationChannelRe * * * @param name Required. The project on which to execute the request. The format is: - *

projects/[PROJECT_ID] - *

Note that this names the container into which the channel will be written. This does not - * name the newly created channel. The resulting channel's name will have a normalized version - * of this field as a prefix, but will add `/notificationChannels/[CHANNEL_ID]` to identify - * the channel. + *

projects/[PROJECT_ID_OR_NUMBER] + *

This names the container into which the channel will be written, this does not name the + * newly created channel. The resulting channel's name will have a normalized version of this + * field as a prefix, but will add `/notificationChannels/[CHANNEL_ID]` to identify the + * channel. * @param notificationChannel Required. The definition of the `NotificationChannel` to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -730,11 +730,11 @@ public final NotificationChannel createNotificationChannel( * * * @param name Required. The project on which to execute the request. The format is: - *

projects/[PROJECT_ID] - *

Note that this names the container into which the channel will be written. This does not - * name the newly created channel. The resulting channel's name will have a normalized version - * of this field as a prefix, but will add `/notificationChannels/[CHANNEL_ID]` to identify - * the channel. + *

projects/[PROJECT_ID_OR_NUMBER] + *

This names the container into which the channel will be written, this does not name the + * newly created channel. The resulting channel's name will have a normalized version of this + * field as a prefix, but will add `/notificationChannels/[CHANNEL_ID]` to identify the + * channel. * @param notificationChannel Required. The definition of the `NotificationChannel` to create. * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -892,8 +892,8 @@ public final NotificationChannel updateNotificationChannel( * } * * - * @param name Required. The channel for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + * @param name Required. The channel for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @param force If true, the notification channel will be deleted regardless of its use in alert * policies (the policies will be updated to remove the channel). If false, channels that are * still referenced by an existing alerting policy will fail to be deleted in a delete @@ -923,8 +923,8 @@ public final void deleteNotificationChannel(NotificationChannelName name, boolea * } * * - * @param name Required. The channel for which to execute the request. The format is - * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + * @param name Required. The channel for which to execute the request. The format is: + *

projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] * @param force If true, the notification channel will be deleted regardless of its use in alert * policies (the policies will be updated to remove the channel). If false, channels that are * still referenced by an existing alerting policy will fail to be deleted in a delete diff --git a/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java b/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java index 0e9e69be..7c28e4ed 100644 --- a/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java +++ b/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/MetricServiceGrpc.java @@ -594,7 +594,7 @@ public void getMetricDescriptor( *

      * Creates a new metric descriptor.
      * User-created metric descriptors define
-     * [custom metrics](/monitoring/custom-metrics).
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
      * 
*/ public void createMetricDescriptor( @@ -608,7 +608,8 @@ public void createMetricDescriptor( * *
      * Deletes a metric descriptor. Only user-created
-     * [custom metrics](/monitoring/custom-metrics) can be deleted.
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
+     * deleted.
      * 
*/ public void deleteMetricDescriptor( @@ -801,7 +802,7 @@ public void getMetricDescriptor( *
      * Creates a new metric descriptor.
      * User-created metric descriptors define
-     * [custom metrics](/monitoring/custom-metrics).
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
      * 
*/ public void createMetricDescriptor( @@ -818,7 +819,8 @@ public void createMetricDescriptor( * *
      * Deletes a metric descriptor. Only user-created
-     * [custom metrics](/monitoring/custom-metrics) can be deleted.
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
+     * deleted.
      * 
*/ public void deleteMetricDescriptor( @@ -953,7 +955,7 @@ public com.google.api.MetricDescriptor getMetricDescriptor( *
      * Creates a new metric descriptor.
      * User-created metric descriptors define
-     * [custom metrics](/monitoring/custom-metrics).
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
      * 
*/ public com.google.api.MetricDescriptor createMetricDescriptor( @@ -967,7 +969,8 @@ public com.google.api.MetricDescriptor createMetricDescriptor( * *
      * Deletes a metric descriptor. Only user-created
-     * [custom metrics](/monitoring/custom-metrics) can be deleted.
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
+     * deleted.
      * 
*/ public com.google.protobuf.Empty deleteMetricDescriptor( @@ -1095,7 +1098,7 @@ protected MetricServiceFutureStub build( *
      * Creates a new metric descriptor.
      * User-created metric descriptors define
-     * [custom metrics](/monitoring/custom-metrics).
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -1109,7 +1112,8 @@ protected MetricServiceFutureStub build( * *
      * Deletes a metric descriptor. Only user-created
-     * [custom metrics](/monitoring/custom-metrics) can be deleted.
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
+     * deleted.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java index 29c0cba0..afd14fc9 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicy.java @@ -290,7 +290,7 @@ public enum ConditionCombinerType implements com.google.protobuf.ProtocolMessage * *
      * Combine conditions using the logical `AND` operator. An
-     * incident is created only if all conditions are met
+     * incident is created only if all the conditions are met
      * simultaneously. This combiner is satisfied if all conditions are
      * met, even if they are met on completely different resources.
      * 
@@ -339,7 +339,7 @@ public enum ConditionCombinerType implements com.google.protobuf.ProtocolMessage * *
      * Combine conditions using the logical `AND` operator. An
-     * incident is created only if all conditions are met
+     * incident is created only if all the conditions are met
      * simultaneously. This combiner is satisfied if all conditions are
      * met, even if they are met on completely different resources.
      * 
@@ -1364,8 +1364,8 @@ public interface ConditionOrBuilder * *
      * Required if the condition exists. The unique resource name for this
-     * condition. Its syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+     * condition. Its format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
      * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
      * condition is created as part of a new or updated alerting policy.
      * When calling the
@@ -1395,8 +1395,8 @@ public interface ConditionOrBuilder
      *
      * 
      * Required if the condition exists. The unique resource name for this
-     * condition. Its syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+     * condition. Its format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
      * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
      * condition is created as part of a new or updated alerting policy.
      * When calling the
@@ -2463,7 +2463,7 @@ public interface MetricThresholdOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -2483,7 +2483,7 @@ public interface MetricThresholdOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -2601,11 +2601,11 @@ public interface MetricThresholdOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that identifies a time
-       * series that should be used as the denominator of a ratio that will be
-       * compared with the threshold. If a `denominator_filter` is specified,
-       * the time series specified by the `filter` field will be used as the
-       * numerator.
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+       * identifies a time series that should be used as the denominator of a
+       * ratio that will be compared with the threshold. If a
+       * `denominator_filter` is specified, the time series specified by the
+       * `filter` field will be used as the numerator.
        * The filter must specify the metric type and optionally may contain
        * restrictions on resource type, resource labels, and metric labels.
        * This field may not exceed 2048 Unicode characters in length.
@@ -2620,11 +2620,11 @@ public interface MetricThresholdOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that identifies a time
-       * series that should be used as the denominator of a ratio that will be
-       * compared with the threshold. If a `denominator_filter` is specified,
-       * the time series specified by the `filter` field will be used as the
-       * numerator.
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+       * identifies a time series that should be used as the denominator of a
+       * ratio that will be compared with the threshold. If a
+       * `denominator_filter` is specified, the time series specified by the
+       * `filter` field will be used as the numerator.
        * The filter must specify the metric type and optionally may contain
        * restrictions on resource type, resource labels, and metric labels.
        * This field may not exceed 2048 Unicode characters in length.
@@ -3073,7 +3073,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -3103,7 +3103,7 @@ public java.lang.String getFilter() {
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -3245,11 +3245,11 @@ public com.google.monitoring.v3.AggregationOrBuilder getAggregationsOrBuilder(in
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that identifies a time
-       * series that should be used as the denominator of a ratio that will be
-       * compared with the threshold. If a `denominator_filter` is specified,
-       * the time series specified by the `filter` field will be used as the
-       * numerator.
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+       * identifies a time series that should be used as the denominator of a
+       * ratio that will be compared with the threshold. If a
+       * `denominator_filter` is specified, the time series specified by the
+       * `filter` field will be used as the numerator.
        * The filter must specify the metric type and optionally may contain
        * restrictions on resource type, resource labels, and metric labels.
        * This field may not exceed 2048 Unicode characters in length.
@@ -3274,11 +3274,11 @@ public java.lang.String getDenominatorFilter() {
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that identifies a time
-       * series that should be used as the denominator of a ratio that will be
-       * compared with the threshold. If a `denominator_filter` is specified,
-       * the time series specified by the `filter` field will be used as the
-       * numerator.
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+       * identifies a time series that should be used as the denominator of a
+       * ratio that will be compared with the threshold. If a
+       * `denominator_filter` is specified, the time series specified by the
+       * `filter` field will be used as the numerator.
        * The filter must specify the metric type and optionally may contain
        * restrictions on resource type, resource labels, and metric labels.
        * This field may not exceed 2048 Unicode characters in length.
@@ -4156,7 +4156,7 @@ public Builder mergeFrom(
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -4186,7 +4186,7 @@ public java.lang.String getFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -4216,7 +4216,7 @@ public com.google.protobuf.ByteString getFilterBytes() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -4245,7 +4245,7 @@ public Builder setFilter(java.lang.String value) {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -4270,7 +4270,7 @@ public Builder clearFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -4818,11 +4818,11 @@ public com.google.monitoring.v3.Aggregation.Builder addAggregationsBuilder(int i
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that identifies a time
-         * series that should be used as the denominator of a ratio that will be
-         * compared with the threshold. If a `denominator_filter` is specified,
-         * the time series specified by the `filter` field will be used as the
-         * numerator.
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+         * identifies a time series that should be used as the denominator of a
+         * ratio that will be compared with the threshold. If a
+         * `denominator_filter` is specified, the time series specified by the
+         * `filter` field will be used as the numerator.
          * The filter must specify the metric type and optionally may contain
          * restrictions on resource type, resource labels, and metric labels.
          * This field may not exceed 2048 Unicode characters in length.
@@ -4847,11 +4847,11 @@ public java.lang.String getDenominatorFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that identifies a time
-         * series that should be used as the denominator of a ratio that will be
-         * compared with the threshold. If a `denominator_filter` is specified,
-         * the time series specified by the `filter` field will be used as the
-         * numerator.
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+         * identifies a time series that should be used as the denominator of a
+         * ratio that will be compared with the threshold. If a
+         * `denominator_filter` is specified, the time series specified by the
+         * `filter` field will be used as the numerator.
          * The filter must specify the metric type and optionally may contain
          * restrictions on resource type, resource labels, and metric labels.
          * This field may not exceed 2048 Unicode characters in length.
@@ -4876,11 +4876,11 @@ public com.google.protobuf.ByteString getDenominatorFilterBytes() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that identifies a time
-         * series that should be used as the denominator of a ratio that will be
-         * compared with the threshold. If a `denominator_filter` is specified,
-         * the time series specified by the `filter` field will be used as the
-         * numerator.
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+         * identifies a time series that should be used as the denominator of a
+         * ratio that will be compared with the threshold. If a
+         * `denominator_filter` is specified, the time series specified by the
+         * `filter` field will be used as the numerator.
          * The filter must specify the metric type and optionally may contain
          * restrictions on resource type, resource labels, and metric labels.
          * This field may not exceed 2048 Unicode characters in length.
@@ -4904,11 +4904,11 @@ public Builder setDenominatorFilter(java.lang.String value) {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that identifies a time
-         * series that should be used as the denominator of a ratio that will be
-         * compared with the threshold. If a `denominator_filter` is specified,
-         * the time series specified by the `filter` field will be used as the
-         * numerator.
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+         * identifies a time series that should be used as the denominator of a
+         * ratio that will be compared with the threshold. If a
+         * `denominator_filter` is specified, the time series specified by the
+         * `filter` field will be used as the numerator.
          * The filter must specify the metric type and optionally may contain
          * restrictions on resource type, resource labels, and metric labels.
          * This field may not exceed 2048 Unicode characters in length.
@@ -4928,11 +4928,11 @@ public Builder clearDenominatorFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that identifies a time
-         * series that should be used as the denominator of a ratio that will be
-         * compared with the threshold. If a `denominator_filter` is specified,
-         * the time series specified by the `filter` field will be used as the
-         * numerator.
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
+         * identifies a time series that should be used as the denominator of a
+         * ratio that will be compared with the threshold. If a
+         * `denominator_filter` is specified, the time series specified by the
+         * `filter` field will be used as the numerator.
          * The filter must specify the metric type and optionally may contain
          * restrictions on resource type, resource labels, and metric labels.
          * This field may not exceed 2048 Unicode characters in length.
@@ -6181,7 +6181,7 @@ public interface MetricAbsenceOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -6201,7 +6201,7 @@ public interface MetricAbsenceOrBuilder
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -6561,7 +6561,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -6591,7 +6591,7 @@ public java.lang.String getFilter() {
        *
        *
        * 
-       * A [filter](/monitoring/api/v3/filters) that
+       * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
        * identifies which time series should be compared with the threshold.
        * The filter is similar to the one that is specified in the
        * [`ListTimeSeries`
@@ -7289,7 +7289,7 @@ public Builder mergeFrom(
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -7319,7 +7319,7 @@ public java.lang.String getFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -7349,7 +7349,7 @@ public com.google.protobuf.ByteString getFilterBytes() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -7378,7 +7378,7 @@ public Builder setFilter(java.lang.String value) {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -7403,7 +7403,7 @@ public Builder clearFilter() {
          *
          *
          * 
-         * A [filter](/monitoring/api/v3/filters) that
+         * A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
          * identifies which time series should be compared with the threshold.
          * The filter is similar to the one that is specified in the
          * [`ListTimeSeries`
@@ -8499,8 +8499,8 @@ public ConditionCase getConditionCase() {
      *
      * 
      * Required if the condition exists. The unique resource name for this
-     * condition. Its syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+     * condition. Its format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
      * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
      * condition is created as part of a new or updated alerting policy.
      * When calling the
@@ -8540,8 +8540,8 @@ public java.lang.String getName() {
      *
      * 
      * Required if the condition exists. The unique resource name for this
-     * condition. Its syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+     * condition. Its format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
      * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
      * condition is created as part of a new or updated alerting policy.
      * When calling the
@@ -9165,8 +9165,8 @@ public Builder clearCondition() {
        *
        * 
        * Required if the condition exists. The unique resource name for this
-       * condition. Its syntax is:
-       *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+       * condition. Its format is:
+       *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
        * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
        * condition is created as part of a new or updated alerting policy.
        * When calling the
@@ -9206,8 +9206,8 @@ public java.lang.String getName() {
        *
        * 
        * Required if the condition exists. The unique resource name for this
-       * condition. Its syntax is:
-       *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+       * condition. Its format is:
+       *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
        * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
        * condition is created as part of a new or updated alerting policy.
        * When calling the
@@ -9247,8 +9247,8 @@ public com.google.protobuf.ByteString getNameBytes() {
        *
        * 
        * Required if the condition exists. The unique resource name for this
-       * condition. Its syntax is:
-       *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+       * condition. Its format is:
+       *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
        * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
        * condition is created as part of a new or updated alerting policy.
        * When calling the
@@ -9287,8 +9287,8 @@ public Builder setName(java.lang.String value) {
        *
        * 
        * Required if the condition exists. The unique resource name for this
-       * condition. Its syntax is:
-       *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+       * condition. Its format is:
+       *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
        * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
        * condition is created as part of a new or updated alerting policy.
        * When calling the
@@ -9323,8 +9323,8 @@ public Builder clearName() {
        *
        * 
        * Required if the condition exists. The unique resource name for this
-       * condition. Its syntax is:
-       *     projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
+       * condition. Its format is:
+       *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
        * `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the
        * condition is created as part of a new or updated alerting policy.
        * When calling the
@@ -9992,8 +9992,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition getDefaultInstanceForType(
    *
    * 
    * Required if the policy exists. The resource name for this policy. The
-   * syntax is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
    * is created.  When calling the
    * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -10021,8 +10021,8 @@ public java.lang.String getName() {
    *
    * 
    * Required if the policy exists. The resource name for this policy. The
-   * syntax is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
    * is created.  When calling the
    * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -10280,8 +10280,8 @@ public java.lang.String getUserLabelsOrThrow(java.lang.String key) {
    * OR according to the `combiner` field. If the combined conditions evaluate
    * to true, then an incident is created. A policy can have from one to six
    * conditions.
-   * If |condition_time_series_uery_language| is present, it must be the only
-   * |condition|.
+   * If `condition_time_series_query_language` is present, it must be the only
+   * `condition`.
    * 
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -10297,8 +10297,8 @@ public java.util.List getConditi * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -10315,8 +10315,8 @@ public java.util.List getConditi * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -10332,8 +10332,8 @@ public int getConditionsCount() { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -10349,8 +10349,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition getConditions(int index) { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -10367,8 +10367,8 @@ public com.google.monitoring.v3.AlertPolicy.ConditionOrBuilder getConditionsOrBu *
    * How to combine the results of multiple conditions to determine if an
    * incident should be opened.
-   * If condition_time_series_query_language is present, this must be
-   * COMBINE_UNSPECIFIED.
+   * If `condition_time_series_query_language` is present, this must be
+   * `COMBINE_UNSPECIFIED`.
    * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -10384,8 +10384,8 @@ public int getCombinerValue() { *
    * How to combine the results of multiple conditions to determine if an
    * incident should be opened.
-   * If condition_time_series_query_language is present, this must be
-   * COMBINE_UNSPECIFIED.
+   * If `condition_time_series_query_language` is present, this must be
+   * `COMBINE_UNSPECIFIED`.
    * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -10515,8 +10515,8 @@ public com.google.rpc.StatusOrBuilder getValidityOrBuilder() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -10537,8 +10537,8 @@ public com.google.protobuf.ProtocolStringList getNotificationChannelsList() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -10559,8 +10559,8 @@ public int getNotificationChannelsCount() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -10582,8 +10582,8 @@ public java.lang.String getNotificationChannels(int index) { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -11321,8 +11321,8 @@ public Builder mergeFrom( * *
      * Required if the policy exists. The resource name for this policy. The
-     * syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
      * is created.  When calling the
      * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -11350,8 +11350,8 @@ public java.lang.String getName() {
      *
      * 
      * Required if the policy exists. The resource name for this policy. The
-     * syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
      * is created.  When calling the
      * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -11379,8 +11379,8 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      * 
      * Required if the policy exists. The resource name for this policy. The
-     * syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
      * is created.  When calling the
      * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -11407,8 +11407,8 @@ public Builder setName(java.lang.String value) {
      *
      * 
      * Required if the policy exists. The resource name for this policy. The
-     * syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
      * is created.  When calling the
      * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -11431,8 +11431,8 @@ public Builder clearName() {
      *
      * 
      * Required if the policy exists. The resource name for this policy. The
-     * syntax is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
      * is created.  When calling the
      * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -12014,8 +12014,8 @@ private void ensureConditionsIsMutable() {
      * OR according to the `combiner` field. If the combined conditions evaluate
      * to true, then an incident is created. A policy can have from one to six
      * conditions.
-     * If |condition_time_series_uery_language| is present, it must be the only
-     * |condition|.
+     * If `condition_time_series_query_language` is present, it must be the only
+     * `condition`.
      * 
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12035,8 +12035,8 @@ public java.util.List getConditi * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12056,8 +12056,8 @@ public int getConditionsCount() { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12077,8 +12077,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition getConditions(int index) { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12104,8 +12104,8 @@ public Builder setConditions(int index, com.google.monitoring.v3.AlertPolicy.Con * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12129,8 +12129,8 @@ public Builder setConditions( * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12156,8 +12156,8 @@ public Builder addConditions(com.google.monitoring.v3.AlertPolicy.Condition valu * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12183,8 +12183,8 @@ public Builder addConditions(int index, com.google.monitoring.v3.AlertPolicy.Con * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12208,8 +12208,8 @@ public Builder addConditions( * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12233,8 +12233,8 @@ public Builder addConditions( * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12258,8 +12258,8 @@ public Builder addAllConditions( * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12282,8 +12282,8 @@ public Builder clearConditions() { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12306,8 +12306,8 @@ public Builder removeConditions(int index) { * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12323,8 +12323,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition.Builder getConditionsBuild * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12345,8 +12345,8 @@ public com.google.monitoring.v3.AlertPolicy.ConditionOrBuilder getConditionsOrBu * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12367,8 +12367,8 @@ public com.google.monitoring.v3.AlertPolicy.ConditionOrBuilder getConditionsOrBu * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12385,8 +12385,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition.Builder addConditionsBuild * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12403,8 +12403,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition.Builder addConditionsBuild * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -12438,8 +12438,8 @@ public com.google.monitoring.v3.AlertPolicy.Condition.Builder addConditionsBuild *
      * How to combine the results of multiple conditions to determine if an
      * incident should be opened.
-     * If condition_time_series_query_language is present, this must be
-     * COMBINE_UNSPECIFIED.
+     * If `condition_time_series_query_language` is present, this must be
+     * `COMBINE_UNSPECIFIED`.
      * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -12455,8 +12455,8 @@ public int getCombinerValue() { *
      * How to combine the results of multiple conditions to determine if an
      * incident should be opened.
-     * If condition_time_series_query_language is present, this must be
-     * COMBINE_UNSPECIFIED.
+     * If `condition_time_series_query_language` is present, this must be
+     * `COMBINE_UNSPECIFIED`.
      * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -12475,8 +12475,8 @@ public Builder setCombinerValue(int value) { *
      * How to combine the results of multiple conditions to determine if an
      * incident should be opened.
-     * If condition_time_series_query_language is present, this must be
-     * COMBINE_UNSPECIFIED.
+     * If `condition_time_series_query_language` is present, this must be
+     * `COMBINE_UNSPECIFIED`.
      * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -12497,8 +12497,8 @@ public com.google.monitoring.v3.AlertPolicy.ConditionCombinerType getCombiner() *
      * How to combine the results of multiple conditions to determine if an
      * incident should be opened.
-     * If condition_time_series_query_language is present, this must be
-     * COMBINE_UNSPECIFIED.
+     * If `condition_time_series_query_language` is present, this must be
+     * `COMBINE_UNSPECIFIED`.
      * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -12521,8 +12521,8 @@ public Builder setCombiner(com.google.monitoring.v3.AlertPolicy.ConditionCombine *
      * How to combine the results of multiple conditions to determine if an
      * incident should be opened.
-     * If condition_time_series_query_language is present, this must be
-     * COMBINE_UNSPECIFIED.
+     * If `condition_time_series_query_language` is present, this must be
+     * `COMBINE_UNSPECIFIED`.
      * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -12953,8 +12953,8 @@ private void ensureNotificationChannelsIsMutable() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -12975,8 +12975,8 @@ public com.google.protobuf.ProtocolStringList getNotificationChannelsList() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -12997,8 +12997,8 @@ public int getNotificationChannelsCount() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13020,8 +13020,8 @@ public java.lang.String getNotificationChannels(int index) { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13043,8 +13043,8 @@ public com.google.protobuf.ByteString getNotificationChannelsBytes(int index) { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13073,8 +13073,8 @@ public Builder setNotificationChannels(int index, java.lang.String value) { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13102,8 +13102,8 @@ public Builder addNotificationChannels(java.lang.String value) { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13128,8 +13128,8 @@ public Builder addAllNotificationChannels(java.lang.Iterable v * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -13153,8 +13153,8 @@ public Builder clearNotificationChannels() { * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyOrBuilder.java index 4af334b2..13e4adac 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/AlertPolicyOrBuilder.java @@ -28,8 +28,8 @@ public interface AlertPolicyOrBuilder * *
    * Required if the policy exists. The resource name for this policy. The
-   * syntax is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
    * is created.  When calling the
    * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -47,8 +47,8 @@ public interface AlertPolicyOrBuilder
    *
    * 
    * Required if the policy exists. The resource name for this policy. The
-   * syntax is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy
    * is created.  When calling the
    * [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
@@ -227,8 +227,8 @@ public interface AlertPolicyOrBuilder
    * OR according to the `combiner` field. If the combined conditions evaluate
    * to true, then an incident is created. A policy can have from one to six
    * conditions.
-   * If |condition_time_series_uery_language| is present, it must be the only
-   * |condition|.
+   * If `condition_time_series_query_language` is present, it must be the only
+   * `condition`.
    * 
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -242,8 +242,8 @@ public interface AlertPolicyOrBuilder * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -257,8 +257,8 @@ public interface AlertPolicyOrBuilder * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -272,8 +272,8 @@ public interface AlertPolicyOrBuilder * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -288,8 +288,8 @@ public interface AlertPolicyOrBuilder * OR according to the `combiner` field. If the combined conditions evaluate * to true, then an incident is created. A policy can have from one to six * conditions. - * If |condition_time_series_uery_language| is present, it must be the only - * |condition|. + * If `condition_time_series_query_language` is present, it must be the only + * `condition`. *
* * repeated .google.monitoring.v3.AlertPolicy.Condition conditions = 12; @@ -302,8 +302,8 @@ public interface AlertPolicyOrBuilder *
    * How to combine the results of multiple conditions to determine if an
    * incident should be opened.
-   * If condition_time_series_query_language is present, this must be
-   * COMBINE_UNSPECIFIED.
+   * If `condition_time_series_query_language` is present, this must be
+   * `COMBINE_UNSPECIFIED`.
    * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -317,8 +317,8 @@ public interface AlertPolicyOrBuilder *
    * How to combine the results of multiple conditions to determine if an
    * incident should be opened.
-   * If condition_time_series_query_language is present, this must be
-   * COMBINE_UNSPECIFIED.
+   * If `condition_time_series_query_language` is present, this must be
+   * `COMBINE_UNSPECIFIED`.
    * 
* * .google.monitoring.v3.AlertPolicy.ConditionCombinerType combiner = 6; @@ -423,8 +423,8 @@ public interface AlertPolicyOrBuilder * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -443,8 +443,8 @@ public interface AlertPolicyOrBuilder * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -463,8 +463,8 @@ public interface AlertPolicyOrBuilder * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; @@ -484,8 +484,8 @@ public interface AlertPolicyOrBuilder * [`NotificationChannel`][google.monitoring.v3.NotificationChannel] * objects that are returned from the [`ListNotificationChannels`] * [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - * method. The syntax of the entries in this field is: - * projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + * method. The format of the entries in this field is: + * projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] *
* * repeated string notification_channels = 14; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequest.java index f98e6854..023fd545 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequest.java @@ -133,13 +133,14 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project in which to create the alerting policy. The format is
-   * `projects/[PROJECT_ID]`.
+   * Required. The project in which to create the alerting policy. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policy will be written, not the name of the created policy. The alerting
    * policy that is returned will have a name that contains a normalized
    * representation of this name as a prefix but adds a suffix of the form
-   * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+   * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+   * container.
    * 
* * @@ -163,13 +164,14 @@ public java.lang.String getName() { * * *
-   * Required. The project in which to create the alerting policy. The format is
-   * `projects/[PROJECT_ID]`.
+   * Required. The project in which to create the alerting policy. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policy will be written, not the name of the created policy. The alerting
    * policy that is returned will have a name that contains a normalized
    * representation of this name as a prefix but adds a suffix of the form
-   * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+   * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+   * container.
    * 
* * @@ -198,7 +200,7 @@ public com.google.protobuf.ByteString getNameBytes() { *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * @@ -216,7 +218,7 @@ public boolean hasAlertPolicy() { *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * @@ -236,7 +238,7 @@ public com.google.monitoring.v3.AlertPolicy getAlertPolicy() { *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * @@ -598,13 +600,14 @@ public Builder mergeFrom( * * *
-     * Required. The project in which to create the alerting policy. The format is
-     * `projects/[PROJECT_ID]`.
+     * Required. The project in which to create the alerting policy. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policy will be written, not the name of the created policy. The alerting
      * policy that is returned will have a name that contains a normalized
      * representation of this name as a prefix but adds a suffix of the form
-     * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+     * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+     * container.
      * 
* * @@ -628,13 +631,14 @@ public java.lang.String getName() { * * *
-     * Required. The project in which to create the alerting policy. The format is
-     * `projects/[PROJECT_ID]`.
+     * Required. The project in which to create the alerting policy. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policy will be written, not the name of the created policy. The alerting
      * policy that is returned will have a name that contains a normalized
      * representation of this name as a prefix but adds a suffix of the form
-     * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+     * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+     * container.
      * 
* * @@ -658,13 +662,14 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project in which to create the alerting policy. The format is
-     * `projects/[PROJECT_ID]`.
+     * Required. The project in which to create the alerting policy. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policy will be written, not the name of the created policy. The alerting
      * policy that is returned will have a name that contains a normalized
      * representation of this name as a prefix but adds a suffix of the form
-     * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+     * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+     * container.
      * 
* * @@ -687,13 +692,14 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project in which to create the alerting policy. The format is
-     * `projects/[PROJECT_ID]`.
+     * Required. The project in which to create the alerting policy. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policy will be written, not the name of the created policy. The alerting
      * policy that is returned will have a name that contains a normalized
      * representation of this name as a prefix but adds a suffix of the form
-     * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+     * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+     * container.
      * 
* * @@ -712,13 +718,14 @@ public Builder clearName() { * * *
-     * Required. The project in which to create the alerting policy. The format is
-     * `projects/[PROJECT_ID]`.
+     * Required. The project in which to create the alerting policy. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policy will be written, not the name of the created policy. The alerting
      * policy that is returned will have a name that contains a normalized
      * representation of this name as a prefix but adds a suffix of the form
-     * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+     * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+     * container.
      * 
* * @@ -751,7 +758,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -769,7 +776,7 @@ public boolean hasAlertPolicy() { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -793,7 +800,7 @@ public com.google.monitoring.v3.AlertPolicy getAlertPolicy() { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -819,7 +826,7 @@ public Builder setAlertPolicy(com.google.monitoring.v3.AlertPolicy value) { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -842,7 +849,7 @@ public Builder setAlertPolicy(com.google.monitoring.v3.AlertPolicy.Builder build *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -872,7 +879,7 @@ public Builder mergeAlertPolicy(com.google.monitoring.v3.AlertPolicy value) { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -896,7 +903,7 @@ public Builder clearAlertPolicy() { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -914,7 +921,7 @@ public com.google.monitoring.v3.AlertPolicy.Builder getAlertPolicyBuilder() { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * @@ -936,7 +943,7 @@ public com.google.monitoring.v3.AlertPolicyOrBuilder getAlertPolicyOrBuilder() { *
      * Required. The requested alerting policy. You should omit the `name` field in this
      * policy. The name will be returned in the new policy, including
-     * a new [ALERT_POLICY_ID] value.
+     * a new `[ALERT_POLICY_ID]` value.
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequestOrBuilder.java index 54ff345c..d80cf304 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateAlertPolicyRequestOrBuilder.java @@ -27,13 +27,14 @@ public interface CreateAlertPolicyRequestOrBuilder * * *
-   * Required. The project in which to create the alerting policy. The format is
-   * `projects/[PROJECT_ID]`.
+   * Required. The project in which to create the alerting policy. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policy will be written, not the name of the created policy. The alerting
    * policy that is returned will have a name that contains a normalized
    * representation of this name as a prefix but adds a suffix of the form
-   * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+   * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+   * container.
    * 
* * @@ -47,13 +48,14 @@ public interface CreateAlertPolicyRequestOrBuilder * * *
-   * Required. The project in which to create the alerting policy. The format is
-   * `projects/[PROJECT_ID]`.
+   * Required. The project in which to create the alerting policy. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policy will be written, not the name of the created policy. The alerting
    * policy that is returned will have a name that contains a normalized
    * representation of this name as a prefix but adds a suffix of the form
-   * `/alertPolicies/[POLICY_ID]`, identifying the policy in the container.
+   * `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
+   * container.
    * 
* * @@ -70,7 +72,7 @@ public interface CreateAlertPolicyRequestOrBuilder *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * @@ -86,7 +88,7 @@ public interface CreateAlertPolicyRequestOrBuilder *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * @@ -102,7 +104,7 @@ public interface CreateAlertPolicyRequestOrBuilder *
    * Required. The requested alerting policy. You should omit the `name` field in this
    * policy. The name will be returned in the new policy, including
-   * a new [ALERT_POLICY_ID] value.
+   * a new `[ALERT_POLICY_ID]` value.
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequest.java index 73b45c6c..d3f046a5 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequest.java @@ -137,8 +137,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project in which to create the group. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project in which to create the group. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -162,8 +162,8 @@ public java.lang.String getName() { * * *
-   * Required. The project in which to create the group. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project in which to create the group. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -611,8 +611,8 @@ public Builder mergeFrom( * * *
-     * Required. The project in which to create the group. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project in which to create the group. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -636,8 +636,8 @@ public java.lang.String getName() { * * *
-     * Required. The project in which to create the group. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project in which to create the group. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -661,8 +661,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project in which to create the group. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project in which to create the group. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -685,8 +685,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project in which to create the group. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project in which to create the group. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -705,8 +705,8 @@ public Builder clearName() { * * *
-     * Required. The project in which to create the group. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project in which to create the group. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequestOrBuilder.java index e4d62268..4e64a4c6 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateGroupRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface CreateGroupRequestOrBuilder * * *
-   * Required. The project in which to create the group. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project in which to create the group. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface CreateGroupRequestOrBuilder * * *
-   * Required. The project in which to create the group. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project in which to create the group. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequest.java index 6e5a9f5c..6b4d2280 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequest.java @@ -132,8 +132,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -157,8 +157,8 @@ public java.lang.String getName() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -185,7 +185,7 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* @@ -202,7 +202,7 @@ public boolean hasMetricDescriptor() { * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* @@ -221,7 +221,7 @@ public com.google.api.MetricDescriptor getMetricDescriptor() { * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* @@ -585,8 +585,8 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -610,8 +610,8 @@ public java.lang.String getName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -635,8 +635,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -659,8 +659,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -679,8 +679,8 @@ public Builder clearName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -711,7 +711,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -728,7 +728,7 @@ public boolean hasMetricDescriptor() { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -751,7 +751,7 @@ public com.google.api.MetricDescriptor getMetricDescriptor() { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -776,7 +776,7 @@ public Builder setMetricDescriptor(com.google.api.MetricDescriptor value) { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -798,7 +798,7 @@ public Builder setMetricDescriptor(com.google.api.MetricDescriptor.Builder build * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -827,7 +827,7 @@ public Builder mergeMetricDescriptor(com.google.api.MetricDescriptor value) { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -850,7 +850,7 @@ public Builder clearMetricDescriptor() { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -867,7 +867,7 @@ public com.google.api.MetricDescriptor.Builder getMetricDescriptorBuilder() { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* @@ -888,7 +888,7 @@ public com.google.api.MetricDescriptorOrBuilder getMetricDescriptorOrBuilder() { * * *
-     * Required. The new [custom metric](/monitoring/custom-metrics)
+     * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
      * descriptor.
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequestOrBuilder.java index 911af81d..7fc91c59 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateMetricDescriptorRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface CreateMetricDescriptorRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface CreateMetricDescriptorRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -58,7 +58,7 @@ public interface CreateMetricDescriptorRequestOrBuilder * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* @@ -73,7 +73,7 @@ public interface CreateMetricDescriptorRequestOrBuilder * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* @@ -88,7 +88,7 @@ public interface CreateMetricDescriptorRequestOrBuilder * * *
-   * Required. The new [custom metric](/monitoring/custom-metrics)
+   * Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics)
    * descriptor.
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequest.java index 42baedb4..eb8adb3d 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequest.java @@ -135,9 +135,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The project on which to execute the request. The format is:
-   *     projects/[PROJECT_ID]
-   * Note that this names the container into which the channel will be
-   * written. This does not name the newly created channel. The resulting
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container into which the channel will be
+   * written, this does not name the newly created channel. The resulting
    * channel's name will have a normalized version of this field as a prefix,
    * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
    * 
@@ -164,9 +164,9 @@ public java.lang.String getName() { * *
    * Required. The project on which to execute the request. The format is:
-   *     projects/[PROJECT_ID]
-   * Note that this names the container into which the channel will be
-   * written. This does not name the newly created channel. The resulting
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container into which the channel will be
+   * written, this does not name the newly created channel. The resulting
    * channel's name will have a normalized version of this field as a prefix,
    * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
    * 
@@ -593,9 +593,9 @@ public Builder mergeFrom( * *
      * Required. The project on which to execute the request. The format is:
-     *     projects/[PROJECT_ID]
-     * Note that this names the container into which the channel will be
-     * written. This does not name the newly created channel. The resulting
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container into which the channel will be
+     * written, this does not name the newly created channel. The resulting
      * channel's name will have a normalized version of this field as a prefix,
      * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
      * 
@@ -622,9 +622,9 @@ public java.lang.String getName() { * *
      * Required. The project on which to execute the request. The format is:
-     *     projects/[PROJECT_ID]
-     * Note that this names the container into which the channel will be
-     * written. This does not name the newly created channel. The resulting
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container into which the channel will be
+     * written, this does not name the newly created channel. The resulting
      * channel's name will have a normalized version of this field as a prefix,
      * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
      * 
@@ -651,9 +651,9 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The project on which to execute the request. The format is:
-     *     projects/[PROJECT_ID]
-     * Note that this names the container into which the channel will be
-     * written. This does not name the newly created channel. The resulting
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container into which the channel will be
+     * written, this does not name the newly created channel. The resulting
      * channel's name will have a normalized version of this field as a prefix,
      * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
      * 
@@ -679,9 +679,9 @@ public Builder setName(java.lang.String value) { * *
      * Required. The project on which to execute the request. The format is:
-     *     projects/[PROJECT_ID]
-     * Note that this names the container into which the channel will be
-     * written. This does not name the newly created channel. The resulting
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container into which the channel will be
+     * written, this does not name the newly created channel. The resulting
      * channel's name will have a normalized version of this field as a prefix,
      * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
      * 
@@ -703,9 +703,9 @@ public Builder clearName() { * *
      * Required. The project on which to execute the request. The format is:
-     *     projects/[PROJECT_ID]
-     * Note that this names the container into which the channel will be
-     * written. This does not name the newly created channel. The resulting
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container into which the channel will be
+     * written, this does not name the newly created channel. The resulting
      * channel's name will have a normalized version of this field as a prefix,
      * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
      * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequestOrBuilder.java index d32d0c75..835bb63f 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateNotificationChannelRequestOrBuilder.java @@ -28,9 +28,9 @@ public interface CreateNotificationChannelRequestOrBuilder * *
    * Required. The project on which to execute the request. The format is:
-   *     projects/[PROJECT_ID]
-   * Note that this names the container into which the channel will be
-   * written. This does not name the newly created channel. The resulting
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container into which the channel will be
+   * written, this does not name the newly created channel. The resulting
    * channel's name will have a normalized version of this field as a prefix,
    * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
    * 
@@ -47,9 +47,9 @@ public interface CreateNotificationChannelRequestOrBuilder * *
    * Required. The project on which to execute the request. The format is:
-   *     projects/[PROJECT_ID]
-   * Note that this names the container into which the channel will be
-   * written. This does not name the newly created channel. The resulting
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container into which the channel will be
+   * written, this does not name the newly created channel. The resulting
    * channel's name will have a normalized version of this field as a prefix,
    * but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
    * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequest.java index 72be8e24..faa58b97 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequest.java @@ -133,8 +133,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -158,8 +158,8 @@ public java.lang.String getName() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -659,8 +659,8 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -684,8 +684,8 @@ public java.lang.String getName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -709,8 +709,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -733,8 +733,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -753,8 +753,8 @@ public Builder clearName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequestOrBuilder.java index abf56e81..84de2b3c 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/CreateTimeSeriesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface CreateTimeSeriesRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface CreateTimeSeriesRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequest.java index 1ca6be7b..1cc3713e 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequest.java @@ -118,7 +118,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * *
    * Required. The alerting policy to delete. The format is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
    * 
* @@ -144,7 +144,7 @@ public java.lang.String getName() { * *
    * Required. The alerting policy to delete. The format is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
    * 
* @@ -490,7 +490,7 @@ public Builder mergeFrom( * *
      * Required. The alerting policy to delete. The format is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
      * 
* @@ -516,7 +516,7 @@ public java.lang.String getName() { * *
      * Required. The alerting policy to delete. The format is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
      * 
* @@ -542,7 +542,7 @@ public com.google.protobuf.ByteString getNameBytes() { * *
      * Required. The alerting policy to delete. The format is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
      * 
* @@ -567,7 +567,7 @@ public Builder setName(java.lang.String value) { * *
      * Required. The alerting policy to delete. The format is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
      * 
* @@ -588,7 +588,7 @@ public Builder clearName() { * *
      * Required. The alerting policy to delete. The format is:
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequestOrBuilder.java index 0dafe0f4..24a0cb4d 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteAlertPolicyRequestOrBuilder.java @@ -28,7 +28,7 @@ public interface DeleteAlertPolicyRequestOrBuilder * *
    * Required. The alerting policy to delete. The format is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
    * 
* @@ -44,7 +44,7 @@ public interface DeleteAlertPolicyRequestOrBuilder * *
    * Required. The alerting policy to delete. The format is:
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequest.java index 5e5a3a90..a2638985 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequest.java @@ -123,8 +123,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The group to delete. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to delete. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -148,8 +148,8 @@ public java.lang.String getName() { * * *
-   * Required. The group to delete. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to delete. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -526,8 +526,8 @@ public Builder mergeFrom( * * *
-     * Required. The group to delete. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to delete. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -551,8 +551,8 @@ public java.lang.String getName() { * * *
-     * Required. The group to delete. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to delete. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -576,8 +576,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The group to delete. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to delete. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -600,8 +600,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The group to delete. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to delete. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -620,8 +620,8 @@ public Builder clearName() { * * *
-     * Required. The group to delete. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to delete. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequestOrBuilder.java index 45dca11e..e2b4ee99 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteGroupRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface DeleteGroupRequestOrBuilder * * *
-   * Required. The group to delete. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to delete. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface DeleteGroupRequestOrBuilder * * *
-   * Required. The group to delete. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to delete. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequest.java index f4dd16d8..fe5c0d32 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequest.java @@ -117,9 +117,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example of `{metric_id}` is:
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example of `[METRIC_ID]` is:
    * `"custom.googleapis.com/my_test_metric"`.
    * 
* @@ -144,9 +144,9 @@ public java.lang.String getName() { * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example of `{metric_id}` is:
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example of `[METRIC_ID]` is:
    * `"custom.googleapis.com/my_test_metric"`.
    * 
* @@ -492,9 +492,9 @@ public Builder mergeFrom( * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example of `{metric_id}` is:
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example of `[METRIC_ID]` is:
      * `"custom.googleapis.com/my_test_metric"`.
      * 
* @@ -519,9 +519,9 @@ public java.lang.String getName() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example of `{metric_id}` is:
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example of `[METRIC_ID]` is:
      * `"custom.googleapis.com/my_test_metric"`.
      * 
* @@ -546,9 +546,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example of `{metric_id}` is:
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example of `[METRIC_ID]` is:
      * `"custom.googleapis.com/my_test_metric"`.
      * 
* @@ -572,9 +572,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example of `{metric_id}` is:
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example of `[METRIC_ID]` is:
      * `"custom.googleapis.com/my_test_metric"`.
      * 
* @@ -594,9 +594,9 @@ public Builder clearName() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example of `{metric_id}` is:
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example of `[METRIC_ID]` is:
      * `"custom.googleapis.com/my_test_metric"`.
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequestOrBuilder.java index acdf29af..957ddbe2 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteMetricDescriptorRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface DeleteMetricDescriptorRequestOrBuilder * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example of `{metric_id}` is:
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example of `[METRIC_ID]` is:
    * `"custom.googleapis.com/my_test_metric"`.
    * 
* @@ -44,9 +44,9 @@ public interface DeleteMetricDescriptorRequestOrBuilder * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example of `{metric_id}` is:
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example of `[METRIC_ID]` is:
    * `"custom.googleapis.com/my_test_metric"`.
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequest.java index 30c3943d..b7f5eadc 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequest.java @@ -123,8 +123,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -148,8 +148,8 @@ public java.lang.String getName() { * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -529,8 +529,8 @@ public Builder mergeFrom( * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -554,8 +554,8 @@ public java.lang.String getName() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -579,8 +579,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -603,8 +603,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -623,8 +623,8 @@ public Builder clearName() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequestOrBuilder.java index e703f7e1..ea0e0542 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/DeleteNotificationChannelRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface DeleteNotificationChannelRequestOrBuilder * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface DeleteNotificationChannelRequestOrBuilder * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequest.java index 58a6f47c..4a33d468 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The alerting policy to retrieve. The format is
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * Required. The alerting policy to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * 
* * @@ -142,8 +142,8 @@ public java.lang.String getName() { * * *
-   * Required. The alerting policy to retrieve. The format is
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * Required. The alerting policy to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * 
* * @@ -485,8 +485,8 @@ public Builder mergeFrom( * * *
-     * Required. The alerting policy to retrieve. The format is
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * Required. The alerting policy to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * 
* * @@ -510,8 +510,8 @@ public java.lang.String getName() { * * *
-     * Required. The alerting policy to retrieve. The format is
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * Required. The alerting policy to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * 
* * @@ -535,8 +535,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The alerting policy to retrieve. The format is
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * Required. The alerting policy to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * 
* * @@ -559,8 +559,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The alerting policy to retrieve. The format is
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * Required. The alerting policy to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * 
* * @@ -579,8 +579,8 @@ public Builder clearName() { * * *
-     * Required. The alerting policy to retrieve. The format is
-     *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+     * Required. The alerting policy to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequestOrBuilder.java index 5393e54f..c6b5d655 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetAlertPolicyRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetAlertPolicyRequestOrBuilder * * *
-   * Required. The alerting policy to retrieve. The format is
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * Required. The alerting policy to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface GetAlertPolicyRequestOrBuilder * * *
-   * Required. The alerting policy to retrieve. The format is
-   *     projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID]
+   * Required. The alerting policy to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequest.java index bbe3ca9b..1cc0ddf8 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The group to retrieve. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -142,8 +142,8 @@ public java.lang.String getName() { * * *
-   * Required. The group to retrieve. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -484,8 +484,8 @@ public Builder mergeFrom( * * *
-     * Required. The group to retrieve. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -509,8 +509,8 @@ public java.lang.String getName() { * * *
-     * Required. The group to retrieve. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -534,8 +534,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The group to retrieve. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -558,8 +558,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The group to retrieve. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -578,8 +578,8 @@ public Builder clearName() { * * *
-     * Required. The group to retrieve. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group to retrieve. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequestOrBuilder.java index 0a8960e1..c6518a97 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetGroupRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetGroupRequestOrBuilder * * *
-   * Required. The group to retrieve. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface GetGroupRequestOrBuilder * * *
-   * Required. The group to retrieve. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group to retrieve. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequest.java index 984a6d86..58e3d3c5 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequest.java @@ -117,9 +117,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example value of `{metric_id}` is
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example value of `[METRIC_ID]` is
    * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
    * 
* @@ -144,9 +144,9 @@ public java.lang.String getName() { * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example value of `{metric_id}` is
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example value of `[METRIC_ID]` is
    * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
    * 
* @@ -491,9 +491,9 @@ public Builder mergeFrom( * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example value of `{metric_id}` is
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example value of `[METRIC_ID]` is
      * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
      * 
* @@ -518,9 +518,9 @@ public java.lang.String getName() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example value of `{metric_id}` is
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example value of `[METRIC_ID]` is
      * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
      * 
* @@ -545,9 +545,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example value of `{metric_id}` is
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example value of `[METRIC_ID]` is
      * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
      * 
* @@ -571,9 +571,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example value of `{metric_id}` is
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example value of `[METRIC_ID]` is
      * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
      * 
* @@ -593,9 +593,9 @@ public Builder clearName() { * * *
-     * Required. The metric descriptor on which to execute the request. The format is
-     * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-     * An example value of `{metric_id}` is
+     * Required. The metric descriptor on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+     * An example value of `[METRIC_ID]` is
      * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequestOrBuilder.java index e3794c44..d84e1f46 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMetricDescriptorRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface GetMetricDescriptorRequestOrBuilder * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example value of `{metric_id}` is
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example value of `[METRIC_ID]` is
    * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
    * 
* @@ -44,9 +44,9 @@ public interface GetMetricDescriptorRequestOrBuilder * * *
-   * Required. The metric descriptor on which to execute the request. The format is
-   * `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`.
-   * An example value of `{metric_id}` is
+   * Required. The metric descriptor on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
+   * An example value of `[METRIC_ID]` is
    * `"compute.googleapis.com/instance/disk/read_bytes_count"`.
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequest.java index 59235385..7aabb578 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequest.java @@ -119,9 +119,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The monitored resource descriptor to get.  The format is
-   * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-   * The `{resource_type}` is a predefined type, such as
+   * Required. The monitored resource descriptor to get.  The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+   * The `[RESOURCE_TYPE]` is a predefined type, such as
    * `cloudsql_database`.
    * 
* @@ -146,9 +146,9 @@ public java.lang.String getName() { * * *
-   * Required. The monitored resource descriptor to get.  The format is
-   * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-   * The `{resource_type}` is a predefined type, such as
+   * Required. The monitored resource descriptor to get.  The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+   * The `[RESOURCE_TYPE]` is a predefined type, such as
    * `cloudsql_database`.
    * 
* @@ -497,9 +497,9 @@ public Builder mergeFrom( * * *
-     * Required. The monitored resource descriptor to get.  The format is
-     * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-     * The `{resource_type}` is a predefined type, such as
+     * Required. The monitored resource descriptor to get.  The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+     * The `[RESOURCE_TYPE]` is a predefined type, such as
      * `cloudsql_database`.
      * 
* @@ -524,9 +524,9 @@ public java.lang.String getName() { * * *
-     * Required. The monitored resource descriptor to get.  The format is
-     * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-     * The `{resource_type}` is a predefined type, such as
+     * Required. The monitored resource descriptor to get.  The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+     * The `[RESOURCE_TYPE]` is a predefined type, such as
      * `cloudsql_database`.
      * 
* @@ -551,9 +551,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The monitored resource descriptor to get.  The format is
-     * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-     * The `{resource_type}` is a predefined type, such as
+     * Required. The monitored resource descriptor to get.  The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+     * The `[RESOURCE_TYPE]` is a predefined type, such as
      * `cloudsql_database`.
      * 
* @@ -577,9 +577,9 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The monitored resource descriptor to get.  The format is
-     * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-     * The `{resource_type}` is a predefined type, such as
+     * Required. The monitored resource descriptor to get.  The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+     * The `[RESOURCE_TYPE]` is a predefined type, such as
      * `cloudsql_database`.
      * 
* @@ -599,9 +599,9 @@ public Builder clearName() { * * *
-     * Required. The monitored resource descriptor to get.  The format is
-     * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-     * The `{resource_type}` is a predefined type, such as
+     * Required. The monitored resource descriptor to get.  The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+     * The `[RESOURCE_TYPE]` is a predefined type, such as
      * `cloudsql_database`.
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequestOrBuilder.java index c8f21b54..7e0ec26e 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetMonitoredResourceDescriptorRequestOrBuilder.java @@ -27,9 +27,9 @@ public interface GetMonitoredResourceDescriptorRequestOrBuilder * * *
-   * Required. The monitored resource descriptor to get.  The format is
-   * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-   * The `{resource_type}` is a predefined type, such as
+   * Required. The monitored resource descriptor to get.  The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+   * The `[RESOURCE_TYPE]` is a predefined type, such as
    * `cloudsql_database`.
    * 
* @@ -44,9 +44,9 @@ public interface GetMonitoredResourceDescriptorRequestOrBuilder * * *
-   * Required. The monitored resource descriptor to get.  The format is
-   * `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`.
-   * The `{resource_type}` is a predefined type, such as
+   * Required. The monitored resource descriptor to get.  The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
+   * The `[RESOURCE_TYPE]` is a predefined type, such as
    * `cloudsql_database`.
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequest.java index 964d94c4..0549bb8a 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequest.java @@ -119,8 +119,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The channel type for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+   * Required. The channel type for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
    * 
* * @@ -144,8 +144,8 @@ public java.lang.String getName() { * * *
-   * Required. The channel type for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+   * Required. The channel type for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
    * 
* * @@ -494,8 +494,8 @@ public Builder mergeFrom( * * *
-     * Required. The channel type for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+     * Required. The channel type for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
      * 
* * @@ -519,8 +519,8 @@ public java.lang.String getName() { * * *
-     * Required. The channel type for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+     * Required. The channel type for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
      * 
* * @@ -544,8 +544,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The channel type for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+     * Required. The channel type for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
      * 
* * @@ -568,8 +568,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The channel type for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+     * Required. The channel type for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
      * 
* * @@ -588,8 +588,8 @@ public Builder clearName() { * * *
-     * Required. The channel type for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+     * Required. The channel type for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequestOrBuilder.java index 915d9c82..baed81f2 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelDescriptorRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetNotificationChannelDescriptorRequestOrBuilder * * *
-   * Required. The channel type for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+   * Required. The channel type for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
    * 
* * @@ -42,8 +42,8 @@ public interface GetNotificationChannelDescriptorRequestOrBuilder * * *
-   * Required. The channel type for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`.
+   * Required. The channel type for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequest.java index 8b77ddee..9c41938b 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequest.java @@ -117,8 +117,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -142,8 +142,8 @@ public java.lang.String getName() { * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -488,8 +488,8 @@ public Builder mergeFrom( * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -513,8 +513,8 @@ public java.lang.String getName() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -538,8 +538,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -562,8 +562,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * @@ -582,8 +582,8 @@ public Builder clearName() { * * *
-     * Required. The channel for which to execute the request. The format is
-     * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+     * Required. The channel for which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
      * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequestOrBuilder.java index bbcd5dbd..d1562e47 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/GetNotificationChannelRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface GetNotificationChannelRequestOrBuilder * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface GetNotificationChannelRequestOrBuilder * * *
-   * Required. The channel for which to execute the request. The format is
-   * `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`.
+   * Required. The channel for which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
    * 
* * diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequest.java index a9cc9f8a..492cb736 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequest.java @@ -146,8 +146,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project whose alert policies are to be listed. The format is
-   *     projects/[PROJECT_ID]
+   * Required. The project whose alert policies are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policies to be listed are stored. To retrieve a single alerting policy
    * by name, use the
@@ -176,8 +176,8 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required. The project whose alert policies are to be listed. The format is
-   *     projects/[PROJECT_ID]
+   * Required. The project whose alert policies are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policies to be listed are stored. To retrieve a single alerting policy
    * by name, use the
@@ -212,7 +212,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    * If provided, this field specifies the criteria that must be met by
    * alert policies to be included in the response.
    * For more details, see [sorting and
-   * filtering](/monitoring/api/v3/sorting-and-filtering).
+   * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
    * 
* * string filter = 5; @@ -237,7 +237,7 @@ public java.lang.String getFilter() { * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -266,7 +266,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -292,7 +292,7 @@ public java.lang.String getOrderBy() { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -765,8 +765,8 @@ public Builder mergeFrom( * * *
-     * Required. The project whose alert policies are to be listed. The format is
-     *     projects/[PROJECT_ID]
+     * Required. The project whose alert policies are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policies to be listed are stored. To retrieve a single alerting policy
      * by name, use the
@@ -795,8 +795,8 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required. The project whose alert policies are to be listed. The format is
-     *     projects/[PROJECT_ID]
+     * Required. The project whose alert policies are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policies to be listed are stored. To retrieve a single alerting policy
      * by name, use the
@@ -825,8 +825,8 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required. The project whose alert policies are to be listed. The format is
-     *     projects/[PROJECT_ID]
+     * Required. The project whose alert policies are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policies to be listed are stored. To retrieve a single alerting policy
      * by name, use the
@@ -854,8 +854,8 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required. The project whose alert policies are to be listed. The format is
-     *     projects/[PROJECT_ID]
+     * Required. The project whose alert policies are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policies to be listed are stored. To retrieve a single alerting policy
      * by name, use the
@@ -879,8 +879,8 @@ public Builder clearName() {
      *
      *
      * 
-     * Required. The project whose alert policies are to be listed. The format is
-     *     projects/[PROJECT_ID]
+     * Required. The project whose alert policies are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this field names the parent container in which the alerting
      * policies to be listed are stored. To retrieve a single alerting policy
      * by name, use the
@@ -914,7 +914,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * If provided, this field specifies the criteria that must be met by
      * alert policies to be included in the response.
      * For more details, see [sorting and
-     * filtering](/monitoring/api/v3/sorting-and-filtering).
+     * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
      * 
* * string filter = 5; @@ -939,7 +939,7 @@ public java.lang.String getFilter() { * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -964,7 +964,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -988,7 +988,7 @@ public Builder setFilter(java.lang.String value) { * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -1008,7 +1008,7 @@ public Builder clearFilter() { * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -1036,7 +1036,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -1062,7 +1062,7 @@ public java.lang.String getOrderBy() { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -1088,7 +1088,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -1113,7 +1113,7 @@ public Builder setOrderBy(java.lang.String value) { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -1134,7 +1134,7 @@ public Builder clearOrderBy() { * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequestOrBuilder.java index cb989416..34fd2247 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListAlertPoliciesRequestOrBuilder * * *
-   * Required. The project whose alert policies are to be listed. The format is
-   *     projects/[PROJECT_ID]
+   * Required. The project whose alert policies are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policies to be listed are stored. To retrieve a single alerting policy
    * by name, use the
@@ -47,8 +47,8 @@ public interface ListAlertPoliciesRequestOrBuilder
    *
    *
    * 
-   * Required. The project whose alert policies are to be listed. The format is
-   *     projects/[PROJECT_ID]
+   * Required. The project whose alert policies are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this field names the parent container in which the alerting
    * policies to be listed are stored. To retrieve a single alerting policy
    * by name, use the
@@ -71,7 +71,7 @@ public interface ListAlertPoliciesRequestOrBuilder
    * If provided, this field specifies the criteria that must be met by
    * alert policies to be included in the response.
    * For more details, see [sorting and
-   * filtering](/monitoring/api/v3/sorting-and-filtering).
+   * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
    * 
* * string filter = 5; @@ -86,7 +86,7 @@ public interface ListAlertPoliciesRequestOrBuilder * If provided, this field specifies the criteria that must be met by * alert policies to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 5; @@ -103,7 +103,7 @@ public interface ListAlertPoliciesRequestOrBuilder * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; @@ -119,7 +119,7 @@ public interface ListAlertPoliciesRequestOrBuilder * the same set of field references as the `filter` field. Entries can be * prefixed with a minus sign to sort by the field in descending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). * * * string order_by = 6; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponse.java index 4148f123..4154332b 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponse.java @@ -199,7 +199,7 @@ public com.google.monitoring.v3.AlertPolicyOrBuilder getAlertPoliciesOrBuilder(i *
    * If there might be more results than were returned, then this field is set
    * to a non-empty value. To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -223,7 +223,7 @@ public java.lang.String getNextPageToken() { *
    * If there might be more results than were returned, then this field is set
    * to a non-empty value. To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -978,7 +978,7 @@ public com.google.monitoring.v3.AlertPolicy.Builder addAlertPoliciesBuilder(int *
      * If there might be more results than were returned, then this field is set
      * to a non-empty value. To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1002,7 +1002,7 @@ public java.lang.String getNextPageToken() { *
      * If there might be more results than were returned, then this field is set
      * to a non-empty value. To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1026,7 +1026,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there might be more results than were returned, then this field is set
      * to a non-empty value. To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1049,7 +1049,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there might be more results than were returned, then this field is set
      * to a non-empty value. To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1068,7 +1068,7 @@ public Builder clearNextPageToken() { *
      * If there might be more results than were returned, then this field is set
      * to a non-empty value. To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponseOrBuilder.java index 6431cf7c..571336aa 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListAlertPoliciesResponseOrBuilder.java @@ -81,7 +81,7 @@ public interface ListAlertPoliciesResponseOrBuilder *
    * If there might be more results than were returned, then this field is set
    * to a non-empty value. To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -95,7 +95,7 @@ public interface ListAlertPoliciesResponseOrBuilder *
    * If there might be more results than were returned, then this field is set
    * to a non-empty value. To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequest.java index 3a774cf6..5c3ef376 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequest.java @@ -154,8 +154,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The group whose members are listed. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group whose members are listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -179,8 +179,8 @@ public java.lang.String getName() { * * *
-   * Required. The group whose members are listed. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group whose members are listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -224,7 +224,7 @@ public int getPageSize() { * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -248,7 +248,7 @@ public java.lang.String getPageToken() { * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -275,12 +275,13 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-   * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-   * the members to be returned.  The filter may reference the type, labels, and
-   * metadata of monitored resources that comprise the group.
-   * For example, to return only resources representing Compute Engine VM
-   * instances, use this filter:
-   *     resource.type = "gce_instance"
+   * An optional [list
+   * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+   * describing the members to be returned.  The filter may reference the type,
+   * labels, and metadata of monitored resources that comprise the group. For
+   * example, to return only resources representing Compute Engine VM instances,
+   * use this filter:
+   *     `resource.type = "gce_instance"`
    * 
* * string filter = 5; @@ -302,12 +303,13 @@ public java.lang.String getFilter() { * * *
-   * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-   * the members to be returned.  The filter may reference the type, labels, and
-   * metadata of monitored resources that comprise the group.
-   * For example, to return only resources representing Compute Engine VM
-   * instances, use this filter:
-   *     resource.type = "gce_instance"
+   * An optional [list
+   * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+   * describing the members to be returned.  The filter may reference the type,
+   * labels, and metadata of monitored resources that comprise the group. For
+   * example, to return only resources representing Compute Engine VM instances,
+   * use this filter:
+   *     `resource.type = "gce_instance"`
    * 
* * string filter = 5; @@ -777,8 +779,8 @@ public Builder mergeFrom( * * *
-     * Required. The group whose members are listed. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group whose members are listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -802,8 +804,8 @@ public java.lang.String getName() { * * *
-     * Required. The group whose members are listed. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group whose members are listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -827,8 +829,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The group whose members are listed. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group whose members are listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -851,8 +853,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The group whose members are listed. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group whose members are listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -871,8 +873,8 @@ public Builder clearName() { * * *
-     * Required. The group whose members are listed. The format is
-     * `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * Required. The group whose members are listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * 
* * @@ -949,7 +951,7 @@ public Builder clearPageSize() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -973,7 +975,7 @@ public java.lang.String getPageToken() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -997,7 +999,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1020,7 +1022,7 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1039,7 +1041,7 @@ public Builder clearPageToken() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1065,12 +1067,13 @@ public Builder setPageTokenBytes(com.google.protobuf.ByteString value) { * * *
-     * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-     * the members to be returned.  The filter may reference the type, labels, and
-     * metadata of monitored resources that comprise the group.
-     * For example, to return only resources representing Compute Engine VM
-     * instances, use this filter:
-     *     resource.type = "gce_instance"
+     * An optional [list
+     * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+     * describing the members to be returned.  The filter may reference the type,
+     * labels, and metadata of monitored resources that comprise the group. For
+     * example, to return only resources representing Compute Engine VM instances,
+     * use this filter:
+     *     `resource.type = "gce_instance"`
      * 
* * string filter = 5; @@ -1092,12 +1095,13 @@ public java.lang.String getFilter() { * * *
-     * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-     * the members to be returned.  The filter may reference the type, labels, and
-     * metadata of monitored resources that comprise the group.
-     * For example, to return only resources representing Compute Engine VM
-     * instances, use this filter:
-     *     resource.type = "gce_instance"
+     * An optional [list
+     * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+     * describing the members to be returned.  The filter may reference the type,
+     * labels, and metadata of monitored resources that comprise the group. For
+     * example, to return only resources representing Compute Engine VM instances,
+     * use this filter:
+     *     `resource.type = "gce_instance"`
      * 
* * string filter = 5; @@ -1119,12 +1123,13 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-     * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-     * the members to be returned.  The filter may reference the type, labels, and
-     * metadata of monitored resources that comprise the group.
-     * For example, to return only resources representing Compute Engine VM
-     * instances, use this filter:
-     *     resource.type = "gce_instance"
+     * An optional [list
+     * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+     * describing the members to be returned.  The filter may reference the type,
+     * labels, and metadata of monitored resources that comprise the group. For
+     * example, to return only resources representing Compute Engine VM instances,
+     * use this filter:
+     *     `resource.type = "gce_instance"`
      * 
* * string filter = 5; @@ -1145,12 +1150,13 @@ public Builder setFilter(java.lang.String value) { * * *
-     * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-     * the members to be returned.  The filter may reference the type, labels, and
-     * metadata of monitored resources that comprise the group.
-     * For example, to return only resources representing Compute Engine VM
-     * instances, use this filter:
-     *     resource.type = "gce_instance"
+     * An optional [list
+     * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+     * describing the members to be returned.  The filter may reference the type,
+     * labels, and metadata of monitored resources that comprise the group. For
+     * example, to return only resources representing Compute Engine VM instances,
+     * use this filter:
+     *     `resource.type = "gce_instance"`
      * 
* * string filter = 5; @@ -1167,12 +1173,13 @@ public Builder clearFilter() { * * *
-     * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-     * the members to be returned.  The filter may reference the type, labels, and
-     * metadata of monitored resources that comprise the group.
-     * For example, to return only resources representing Compute Engine VM
-     * instances, use this filter:
-     *     resource.type = "gce_instance"
+     * An optional [list
+     * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+     * describing the members to be returned.  The filter may reference the type,
+     * labels, and metadata of monitored resources that comprise the group. For
+     * example, to return only resources representing Compute Engine VM instances,
+     * use this filter:
+     *     `resource.type = "gce_instance"`
      * 
* * string filter = 5; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequestOrBuilder.java index ad529468..29156aae 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * Required. The group whose members are listed. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group whose members are listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -42,8 +42,8 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * Required. The group whose members are listed. The format is
-   * `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * Required. The group whose members are listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * 
* * @@ -71,7 +71,7 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -85,7 +85,7 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -100,12 +100,13 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-   * the members to be returned.  The filter may reference the type, labels, and
-   * metadata of monitored resources that comprise the group.
-   * For example, to return only resources representing Compute Engine VM
-   * instances, use this filter:
-   *     resource.type = "gce_instance"
+   * An optional [list
+   * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+   * describing the members to be returned.  The filter may reference the type,
+   * labels, and metadata of monitored resources that comprise the group. For
+   * example, to return only resources representing Compute Engine VM instances,
+   * use this filter:
+   *     `resource.type = "gce_instance"`
    * 
* * string filter = 5; @@ -117,12 +118,13 @@ public interface ListGroupMembersRequestOrBuilder * * *
-   * An optional [list filter](/monitoring/api/learn_more#filtering) describing
-   * the members to be returned.  The filter may reference the type, labels, and
-   * metadata of monitored resources that comprise the group.
-   * For example, to return only resources representing Compute Engine VM
-   * instances, use this filter:
-   *     resource.type = "gce_instance"
+   * An optional [list
+   * filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
+   * describing the members to be returned.  The filter may reference the type,
+   * labels, and metadata of monitored resources that comprise the group. For
+   * example, to return only resources representing Compute Engine VM instances,
+   * use this filter:
+   *     `resource.type = "gce_instance"`
    * 
* * string filter = 5; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponse.java index 5a1bd0e6..b6a94ddd 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponse.java @@ -203,7 +203,7 @@ public com.google.api.MonitoredResourceOrBuilder getMembersOrBuilder(int index) *
    * If there are more results than have been returned, then this field is
    * set to a non-empty value.  To see the additional results, use that value as
-   * `pageToken` in the next call to this method.
+   * `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -227,7 +227,7 @@ public java.lang.String getNextPageToken() { *
    * If there are more results than have been returned, then this field is
    * set to a non-empty value.  To see the additional results, use that value as
-   * `pageToken` in the next call to this method.
+   * `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -1007,7 +1007,7 @@ public java.util.List getMembersBuilde *
      * If there are more results than have been returned, then this field is
      * set to a non-empty value.  To see the additional results, use that value as
-     * `pageToken` in the next call to this method.
+     * `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1031,7 +1031,7 @@ public java.lang.String getNextPageToken() { *
      * If there are more results than have been returned, then this field is
      * set to a non-empty value.  To see the additional results, use that value as
-     * `pageToken` in the next call to this method.
+     * `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1055,7 +1055,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there are more results than have been returned, then this field is
      * set to a non-empty value.  To see the additional results, use that value as
-     * `pageToken` in the next call to this method.
+     * `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1078,7 +1078,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there are more results than have been returned, then this field is
      * set to a non-empty value.  To see the additional results, use that value as
-     * `pageToken` in the next call to this method.
+     * `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1097,7 +1097,7 @@ public Builder clearNextPageToken() { *
      * If there are more results than have been returned, then this field is
      * set to a non-empty value.  To see the additional results, use that value as
-     * `pageToken` in the next call to this method.
+     * `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponseOrBuilder.java index 5e341545..95302cfb 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupMembersResponseOrBuilder.java @@ -80,7 +80,7 @@ public interface ListGroupMembersResponseOrBuilder *
    * If there are more results than have been returned, then this field is
    * set to a non-empty value.  To see the additional results, use that value as
-   * `pageToken` in the next call to this method.
+   * `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -94,7 +94,7 @@ public interface ListGroupMembersResponseOrBuilder *
    * If there are more results than have been returned, then this field is
    * set to a non-empty value.  To see the additional results, use that value as
-   * `pageToken` in the next call to this method.
+   * `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequest.java index 14432594..fc8fbd91 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequest.java @@ -201,8 +201,8 @@ public FilterCase getFilterCase() { * * *
-   * Required. The project whose groups are to be listed. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project whose groups are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -226,8 +226,8 @@ public java.lang.String getName() { * * *
-   * Required. The project whose groups are to be listed. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project whose groups are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -253,8 +253,9 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-   * Returns groups whose `parentName` field contains the group
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+   * Returns groups whose `parent_name` field contains the group
    * name.  If no groups have this parent, the results are empty.
    * 
* @@ -282,8 +283,9 @@ public java.lang.String getChildrenOfGroup() { * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-   * Returns groups whose `parentName` field contains the group
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+   * Returns groups whose `parent_name` field contains the group
    * name.  If no groups have this parent, the results are empty.
    * 
* @@ -313,7 +315,8 @@ public com.google.protobuf.ByteString getChildrenOfGroupBytes() { * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns groups that are ancestors of the specified group.
    * The groups are returned in order, starting with the immediate parent and
    * ending with the most distant ancestor.  If the specified group has no
@@ -344,7 +347,8 @@ public java.lang.String getAncestorsOfGroup() {
    *
    *
    * 
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns groups that are ancestors of the specified group.
    * The groups are returned in order, starting with the immediate parent and
    * ending with the most distant ancestor.  If the specified group has no
@@ -377,9 +381,10 @@ public com.google.protobuf.ByteString getAncestorsOfGroupBytes() {
    *
    *
    * 
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns the descendants of the specified group.  This is a superset of
-   * the results returned by the `childrenOfGroup` filter, and includes
+   * the results returned by the `children_of_group` filter, and includes
    * children-of-children, and so forth.
    * 
* @@ -407,9 +412,10 @@ public java.lang.String getDescendantsOfGroup() { * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns the descendants of the specified group.  This is a superset of
-   * the results returned by the `childrenOfGroup` filter, and includes
+   * the results returned by the `children_of_group` filter, and includes
    * children-of-children, and so forth.
    * 
* @@ -457,7 +463,7 @@ public int getPageSize() { * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -481,7 +487,7 @@ public java.lang.String getPageToken() { * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -955,8 +961,8 @@ public Builder clearFilter() { * * *
-     * Required. The project whose groups are to be listed. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project whose groups are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -980,8 +986,8 @@ public java.lang.String getName() { * * *
-     * Required. The project whose groups are to be listed. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project whose groups are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1005,8 +1011,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project whose groups are to be listed. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project whose groups are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1029,8 +1035,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project whose groups are to be listed. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project whose groups are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1049,8 +1055,8 @@ public Builder clearName() { * * *
-     * Required. The project whose groups are to be listed. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project whose groups are to be listed. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1075,8 +1081,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-     * Returns groups whose `parentName` field contains the group
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+     * Returns groups whose `parent_name` field contains the group
      * name.  If no groups have this parent, the results are empty.
      * 
* @@ -1104,8 +1111,9 @@ public java.lang.String getChildrenOfGroup() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-     * Returns groups whose `parentName` field contains the group
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+     * Returns groups whose `parent_name` field contains the group
      * name.  If no groups have this parent, the results are empty.
      * 
* @@ -1133,8 +1141,9 @@ public com.google.protobuf.ByteString getChildrenOfGroupBytes() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-     * Returns groups whose `parentName` field contains the group
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+     * Returns groups whose `parent_name` field contains the group
      * name.  If no groups have this parent, the results are empty.
      * 
* @@ -1156,8 +1165,9 @@ public Builder setChildrenOfGroup(java.lang.String value) { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-     * Returns groups whose `parentName` field contains the group
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+     * Returns groups whose `parent_name` field contains the group
      * name.  If no groups have this parent, the results are empty.
      * 
* @@ -1177,8 +1187,9 @@ public Builder clearChildrenOfGroup() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-     * Returns groups whose `parentName` field contains the group
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+     * Returns groups whose `parent_name` field contains the group
      * name.  If no groups have this parent, the results are empty.
      * 
* @@ -1202,7 +1213,8 @@ public Builder setChildrenOfGroupBytes(com.google.protobuf.ByteString value) { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns groups that are ancestors of the specified group.
      * The groups are returned in order, starting with the immediate parent and
      * ending with the most distant ancestor.  If the specified group has no
@@ -1233,7 +1245,8 @@ public java.lang.String getAncestorsOfGroup() {
      *
      *
      * 
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns groups that are ancestors of the specified group.
      * The groups are returned in order, starting with the immediate parent and
      * ending with the most distant ancestor.  If the specified group has no
@@ -1264,7 +1277,8 @@ public com.google.protobuf.ByteString getAncestorsOfGroupBytes() {
      *
      *
      * 
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns groups that are ancestors of the specified group.
      * The groups are returned in order, starting with the immediate parent and
      * ending with the most distant ancestor.  If the specified group has no
@@ -1289,7 +1303,8 @@ public Builder setAncestorsOfGroup(java.lang.String value) {
      *
      *
      * 
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns groups that are ancestors of the specified group.
      * The groups are returned in order, starting with the immediate parent and
      * ending with the most distant ancestor.  If the specified group has no
@@ -1312,7 +1327,8 @@ public Builder clearAncestorsOfGroup() {
      *
      *
      * 
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns groups that are ancestors of the specified group.
      * The groups are returned in order, starting with the immediate parent and
      * ending with the most distant ancestor.  If the specified group has no
@@ -1339,9 +1355,10 @@ public Builder setAncestorsOfGroupBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns the descendants of the specified group.  This is a superset of
-     * the results returned by the `childrenOfGroup` filter, and includes
+     * the results returned by the `children_of_group` filter, and includes
      * children-of-children, and so forth.
      * 
* @@ -1369,9 +1386,10 @@ public java.lang.String getDescendantsOfGroup() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns the descendants of the specified group.  This is a superset of
-     * the results returned by the `childrenOfGroup` filter, and includes
+     * the results returned by the `children_of_group` filter, and includes
      * children-of-children, and so forth.
      * 
* @@ -1399,9 +1417,10 @@ public com.google.protobuf.ByteString getDescendantsOfGroupBytes() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns the descendants of the specified group.  This is a superset of
-     * the results returned by the `childrenOfGroup` filter, and includes
+     * the results returned by the `children_of_group` filter, and includes
      * children-of-children, and so forth.
      * 
* @@ -1423,9 +1442,10 @@ public Builder setDescendantsOfGroup(java.lang.String value) { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns the descendants of the specified group.  This is a superset of
-     * the results returned by the `childrenOfGroup` filter, and includes
+     * the results returned by the `children_of_group` filter, and includes
      * children-of-children, and so forth.
      * 
* @@ -1445,9 +1465,10 @@ public Builder clearDescendantsOfGroup() { * * *
-     * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+     * A group name. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
      * Returns the descendants of the specified group.  This is a superset of
-     * the results returned by the `childrenOfGroup` filter, and includes
+     * the results returned by the `children_of_group` filter, and includes
      * children-of-children, and so forth.
      * 
* @@ -1523,7 +1544,7 @@ public Builder clearPageSize() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1547,7 +1568,7 @@ public java.lang.String getPageToken() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1571,7 +1592,7 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1594,7 +1615,7 @@ public Builder setPageToken(java.lang.String value) { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
@@ -1613,7 +1634,7 @@ public Builder clearPageToken() { * * *
-     * If this field is not empty then it must contain the `nextPageToken` value
+     * If this field is not empty then it must contain the `next_page_token` value
      * returned by a previous call to this method.  Using this field causes the
      * method to return additional results from the previous method call.
      * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequestOrBuilder.java index 14a9f7b0..89420019 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListGroupsRequestOrBuilder * * *
-   * Required. The project whose groups are to be listed. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project whose groups are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface ListGroupsRequestOrBuilder * * *
-   * Required. The project whose groups are to be listed. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project whose groups are to be listed. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -58,8 +58,9 @@ public interface ListGroupsRequestOrBuilder * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-   * Returns groups whose `parentName` field contains the group
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+   * Returns groups whose `parent_name` field contains the group
    * name.  If no groups have this parent, the results are empty.
    * 
* @@ -72,8 +73,9 @@ public interface ListGroupsRequestOrBuilder * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
-   * Returns groups whose `parentName` field contains the group
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
+   * Returns groups whose `parent_name` field contains the group
    * name.  If no groups have this parent, the results are empty.
    * 
* @@ -87,7 +89,8 @@ public interface ListGroupsRequestOrBuilder * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns groups that are ancestors of the specified group.
    * The groups are returned in order, starting with the immediate parent and
    * ending with the most distant ancestor.  If the specified group has no
@@ -103,7 +106,8 @@ public interface ListGroupsRequestOrBuilder
    *
    *
    * 
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns groups that are ancestors of the specified group.
    * The groups are returned in order, starting with the immediate parent and
    * ending with the most distant ancestor.  If the specified group has no
@@ -120,9 +124,10 @@ public interface ListGroupsRequestOrBuilder
    *
    *
    * 
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns the descendants of the specified group.  This is a superset of
-   * the results returned by the `childrenOfGroup` filter, and includes
+   * the results returned by the `children_of_group` filter, and includes
    * children-of-children, and so forth.
    * 
* @@ -135,9 +140,10 @@ public interface ListGroupsRequestOrBuilder * * *
-   * A group name: `"projects/{project_id_or_number}/groups/{group_id}"`.
+   * A group name. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    * Returns the descendants of the specified group.  This is a superset of
-   * the results returned by the `childrenOfGroup` filter, and includes
+   * the results returned by the `children_of_group` filter, and includes
    * children-of-children, and so forth.
    * 
* @@ -164,7 +170,7 @@ public interface ListGroupsRequestOrBuilder * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
@@ -178,7 +184,7 @@ public interface ListGroupsRequestOrBuilder * * *
-   * If this field is not empty then it must contain the `nextPageToken` value
+   * If this field is not empty then it must contain the `next_page_token` value
    * returned by a previous call to this method.  Using this field causes the
    * method to return additional results from the previous method call.
    * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java index 2a9c4ed4..80556c82 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponse.java @@ -197,7 +197,7 @@ public com.google.monitoring.v3.GroupOrBuilder getGroupOrBuilder(int index) { *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -221,7 +221,7 @@ public java.lang.String getNextPageToken() { *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -966,7 +966,7 @@ public java.util.List getGroupBuilderLis *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -990,7 +990,7 @@ public java.lang.String getNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1014,7 +1014,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1037,7 +1037,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1056,7 +1056,7 @@ public Builder clearNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponseOrBuilder.java index f1663105..676f6826 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListGroupsResponseOrBuilder.java @@ -80,7 +80,7 @@ public interface ListGroupsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -94,7 +94,7 @@ public interface ListGroupsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequest.java index aaea4e88..67100344 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequest.java @@ -138,8 +138,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -163,8 +163,8 @@ public java.lang.String getName() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -193,10 +193,10 @@ public com.google.protobuf.ByteString getNameBytes() { *
    * If this field is empty, all custom and
    * system-defined metric descriptors are returned.
-   * Otherwise, the [filter](/monitoring/api/v3/filters)
+   * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
    * specifies which metric descriptors are to be
    * returned. For example, the following filter matches all
-   * [custom metrics](/monitoring/custom-metrics):
+   * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
    *     metric.type = starts_with("custom.googleapis.com/")
    * 
* @@ -221,10 +221,10 @@ public java.lang.String getFilter() { *
    * If this field is empty, all custom and
    * system-defined metric descriptors are returned.
-   * Otherwise, the [filter](/monitoring/api/v3/filters)
+   * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
    * specifies which metric descriptors are to be
    * returned. For example, the following filter matches all
-   * [custom metrics](/monitoring/custom-metrics):
+   * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
    *     metric.type = starts_with("custom.googleapis.com/")
    * 
* @@ -683,8 +683,8 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -708,8 +708,8 @@ public java.lang.String getName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -733,8 +733,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -757,8 +757,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -777,8 +777,8 @@ public Builder clearName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -806,10 +806,10 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { *
      * If this field is empty, all custom and
      * system-defined metric descriptors are returned.
-     * Otherwise, the [filter](/monitoring/api/v3/filters)
+     * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
      * specifies which metric descriptors are to be
      * returned. For example, the following filter matches all
-     * [custom metrics](/monitoring/custom-metrics):
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
      *     metric.type = starts_with("custom.googleapis.com/")
      * 
* @@ -834,10 +834,10 @@ public java.lang.String getFilter() { *
      * If this field is empty, all custom and
      * system-defined metric descriptors are returned.
-     * Otherwise, the [filter](/monitoring/api/v3/filters)
+     * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
      * specifies which metric descriptors are to be
      * returned. For example, the following filter matches all
-     * [custom metrics](/monitoring/custom-metrics):
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
      *     metric.type = starts_with("custom.googleapis.com/")
      * 
* @@ -862,10 +862,10 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * If this field is empty, all custom and
      * system-defined metric descriptors are returned.
-     * Otherwise, the [filter](/monitoring/api/v3/filters)
+     * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
      * specifies which metric descriptors are to be
      * returned. For example, the following filter matches all
-     * [custom metrics](/monitoring/custom-metrics):
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
      *     metric.type = starts_with("custom.googleapis.com/")
      * 
* @@ -889,10 +889,10 @@ public Builder setFilter(java.lang.String value) { *
      * If this field is empty, all custom and
      * system-defined metric descriptors are returned.
-     * Otherwise, the [filter](/monitoring/api/v3/filters)
+     * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
      * specifies which metric descriptors are to be
      * returned. For example, the following filter matches all
-     * [custom metrics](/monitoring/custom-metrics):
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
      *     metric.type = starts_with("custom.googleapis.com/")
      * 
* @@ -912,10 +912,10 @@ public Builder clearFilter() { *
      * If this field is empty, all custom and
      * system-defined metric descriptors are returned.
-     * Otherwise, the [filter](/monitoring/api/v3/filters)
+     * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
      * specifies which metric descriptors are to be
      * returned. For example, the following filter matches all
-     * [custom metrics](/monitoring/custom-metrics):
+     * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
      *     metric.type = starts_with("custom.googleapis.com/")
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequestOrBuilder.java index 2a9f510e..6a4a0b9a 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListMetricDescriptorsRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface ListMetricDescriptorsRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -60,10 +60,10 @@ public interface ListMetricDescriptorsRequestOrBuilder *
    * If this field is empty, all custom and
    * system-defined metric descriptors are returned.
-   * Otherwise, the [filter](/monitoring/api/v3/filters)
+   * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
    * specifies which metric descriptors are to be
    * returned. For example, the following filter matches all
-   * [custom metrics](/monitoring/custom-metrics):
+   * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
    *     metric.type = starts_with("custom.googleapis.com/")
    * 
* @@ -78,10 +78,10 @@ public interface ListMetricDescriptorsRequestOrBuilder *
    * If this field is empty, all custom and
    * system-defined metric descriptors are returned.
-   * Otherwise, the [filter](/monitoring/api/v3/filters)
+   * Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
    * specifies which metric descriptors are to be
    * returned. For example, the following filter matches all
-   * [custom metrics](/monitoring/custom-metrics):
+   * [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
    *     metric.type = starts_with("custom.googleapis.com/")
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponse.java index 992cb31b..31d56436 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponse.java @@ -203,7 +203,7 @@ public com.google.api.MetricDescriptorOrBuilder getMetricDescriptorsOrBuilder(in *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -227,7 +227,7 @@ public java.lang.String getNextPageToken() { *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -1002,7 +1002,7 @@ public com.google.api.MetricDescriptor.Builder addMetricDescriptorsBuilder(int i *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1026,7 +1026,7 @@ public java.lang.String getNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1050,7 +1050,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1073,7 +1073,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1092,7 +1092,7 @@ public Builder clearNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponseOrBuilder.java index e4fb679b..2803165f 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMetricDescriptorsResponseOrBuilder.java @@ -86,7 +86,7 @@ public interface ListMetricDescriptorsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -100,7 +100,7 @@ public interface ListMetricDescriptorsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequest.java index 9b133511..aa80d122 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequest.java @@ -140,8 +140,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -165,8 +165,8 @@ public java.lang.String getName() { * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -193,11 +193,10 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * An optional [filter](/monitoring/api/v3/filters) describing
-   * the descriptors to be returned.  The filter can reference
-   * the descriptor's type and labels. For example, the
-   * following filter returns only Google Compute Engine descriptors
-   * that have an `id` label:
+   * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * describing the descriptors to be returned.  The filter can reference the
+   * descriptor's type and labels. For example, the following filter returns
+   * only Google Compute Engine descriptors that have an `id` label:
    *     resource.type = starts_with("gce_") AND resource.label:id
    * 
* @@ -220,11 +219,10 @@ public java.lang.String getFilter() { * * *
-   * An optional [filter](/monitoring/api/v3/filters) describing
-   * the descriptors to be returned.  The filter can reference
-   * the descriptor's type and labels. For example, the
-   * following filter returns only Google Compute Engine descriptors
-   * that have an `id` label:
+   * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * describing the descriptors to be returned.  The filter can reference the
+   * descriptor's type and labels. For example, the following filter returns
+   * only Google Compute Engine descriptors that have an `id` label:
    *     resource.type = starts_with("gce_") AND resource.label:id
    * 
* @@ -687,8 +685,8 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -712,8 +710,8 @@ public java.lang.String getName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -737,8 +735,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -761,8 +759,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -781,8 +779,8 @@ public Builder clearName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * `"projects/{project_id_or_number}"`.
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -808,11 +806,10 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * An optional [filter](/monitoring/api/v3/filters) describing
-     * the descriptors to be returned.  The filter can reference
-     * the descriptor's type and labels. For example, the
-     * following filter returns only Google Compute Engine descriptors
-     * that have an `id` label:
+     * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * describing the descriptors to be returned.  The filter can reference the
+     * descriptor's type and labels. For example, the following filter returns
+     * only Google Compute Engine descriptors that have an `id` label:
      *     resource.type = starts_with("gce_") AND resource.label:id
      * 
* @@ -835,11 +832,10 @@ public java.lang.String getFilter() { * * *
-     * An optional [filter](/monitoring/api/v3/filters) describing
-     * the descriptors to be returned.  The filter can reference
-     * the descriptor's type and labels. For example, the
-     * following filter returns only Google Compute Engine descriptors
-     * that have an `id` label:
+     * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * describing the descriptors to be returned.  The filter can reference the
+     * descriptor's type and labels. For example, the following filter returns
+     * only Google Compute Engine descriptors that have an `id` label:
      *     resource.type = starts_with("gce_") AND resource.label:id
      * 
* @@ -862,11 +858,10 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-     * An optional [filter](/monitoring/api/v3/filters) describing
-     * the descriptors to be returned.  The filter can reference
-     * the descriptor's type and labels. For example, the
-     * following filter returns only Google Compute Engine descriptors
-     * that have an `id` label:
+     * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * describing the descriptors to be returned.  The filter can reference the
+     * descriptor's type and labels. For example, the following filter returns
+     * only Google Compute Engine descriptors that have an `id` label:
      *     resource.type = starts_with("gce_") AND resource.label:id
      * 
* @@ -888,11 +883,10 @@ public Builder setFilter(java.lang.String value) { * * *
-     * An optional [filter](/monitoring/api/v3/filters) describing
-     * the descriptors to be returned.  The filter can reference
-     * the descriptor's type and labels. For example, the
-     * following filter returns only Google Compute Engine descriptors
-     * that have an `id` label:
+     * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * describing the descriptors to be returned.  The filter can reference the
+     * descriptor's type and labels. For example, the following filter returns
+     * only Google Compute Engine descriptors that have an `id` label:
      *     resource.type = starts_with("gce_") AND resource.label:id
      * 
* @@ -910,11 +904,10 @@ public Builder clearFilter() { * * *
-     * An optional [filter](/monitoring/api/v3/filters) describing
-     * the descriptors to be returned.  The filter can reference
-     * the descriptor's type and labels. For example, the
-     * following filter returns only Google Compute Engine descriptors
-     * that have an `id` label:
+     * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * describing the descriptors to be returned.  The filter can reference the
+     * descriptor's type and labels. For example, the following filter returns
+     * only Google Compute Engine descriptors that have an `id` label:
      *     resource.type = starts_with("gce_") AND resource.label:id
      * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequestOrBuilder.java index e614d270..e73765a8 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListMonitoredResourceDescriptorsRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface ListMonitoredResourceDescriptorsRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `"projects/{project_id_or_number}"`.
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -58,11 +58,10 @@ public interface ListMonitoredResourceDescriptorsRequestOrBuilder * * *
-   * An optional [filter](/monitoring/api/v3/filters) describing
-   * the descriptors to be returned.  The filter can reference
-   * the descriptor's type and labels. For example, the
-   * following filter returns only Google Compute Engine descriptors
-   * that have an `id` label:
+   * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * describing the descriptors to be returned.  The filter can reference the
+   * descriptor's type and labels. For example, the following filter returns
+   * only Google Compute Engine descriptors that have an `id` label:
    *     resource.type = starts_with("gce_") AND resource.label:id
    * 
* @@ -75,11 +74,10 @@ public interface ListMonitoredResourceDescriptorsRequestOrBuilder * * *
-   * An optional [filter](/monitoring/api/v3/filters) describing
-   * the descriptors to be returned.  The filter can reference
-   * the descriptor's type and labels. For example, the
-   * following filter returns only Google Compute Engine descriptors
-   * that have an `id` label:
+   * An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * describing the descriptors to be returned.  The filter can reference the
+   * descriptor's type and labels. For example, the following filter returns
+   * only Google Compute Engine descriptors that have an `id` label:
    *     resource.type = starts_with("gce_") AND resource.label:id
    * 
* diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponse.java index 8221b63e..6712f9c2 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponse.java @@ -208,7 +208,7 @@ public com.google.api.MonitoredResourceDescriptorOrBuilder getResourceDescriptor *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -232,7 +232,7 @@ public java.lang.String getNextPageToken() { *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -1020,7 +1020,7 @@ public com.google.api.MonitoredResourceDescriptor.Builder addResourceDescriptors *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1044,7 +1044,7 @@ public java.lang.String getNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1068,7 +1068,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1091,7 +1091,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1110,7 +1110,7 @@ public Builder clearNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponseOrBuilder.java index 6b33577b..b283ee75 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListMonitoredResourceDescriptorsResponseOrBuilder.java @@ -86,7 +86,7 @@ public interface ListMonitoredResourceDescriptorsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -100,7 +100,7 @@ public interface ListMonitoredResourceDescriptorsResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequest.java index 47e939c7..5e866013 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequest.java @@ -134,7 +134,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required. The REST resource name of the parent from which to retrieve
    * the notification channel descriptors. The expected syntax is:
-   *     projects/[PROJECT_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this names the parent container in which to look for the
    * descriptors; to retrieve a single descriptor by name, use the
    * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -164,7 +164,7 @@ public java.lang.String getName() {
    * 
    * Required. The REST resource name of the parent from which to retrieve
    * the notification channel descriptors. The expected syntax is:
-   *     projects/[PROJECT_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this names the parent container in which to look for the
    * descriptors; to retrieve a single descriptor by name, use the
    * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -624,7 +624,7 @@ public Builder mergeFrom(
      * 
      * Required. The REST resource name of the parent from which to retrieve
      * the notification channel descriptors. The expected syntax is:
-     *     projects/[PROJECT_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this names the parent container in which to look for the
      * descriptors; to retrieve a single descriptor by name, use the
      * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -654,7 +654,7 @@ public java.lang.String getName() {
      * 
      * Required. The REST resource name of the parent from which to retrieve
      * the notification channel descriptors. The expected syntax is:
-     *     projects/[PROJECT_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this names the parent container in which to look for the
      * descriptors; to retrieve a single descriptor by name, use the
      * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -684,7 +684,7 @@ public com.google.protobuf.ByteString getNameBytes() {
      * 
      * Required. The REST resource name of the parent from which to retrieve
      * the notification channel descriptors. The expected syntax is:
-     *     projects/[PROJECT_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this names the parent container in which to look for the
      * descriptors; to retrieve a single descriptor by name, use the
      * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -713,7 +713,7 @@ public Builder setName(java.lang.String value) {
      * 
      * Required. The REST resource name of the parent from which to retrieve
      * the notification channel descriptors. The expected syntax is:
-     *     projects/[PROJECT_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this names the parent container in which to look for the
      * descriptors; to retrieve a single descriptor by name, use the
      * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -738,7 +738,7 @@ public Builder clearName() {
      * 
      * Required. The REST resource name of the parent from which to retrieve
      * the notification channel descriptors. The expected syntax is:
-     *     projects/[PROJECT_ID]
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * Note that this names the parent container in which to look for the
      * descriptors; to retrieve a single descriptor by name, use the
      * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequestOrBuilder.java
index 98d8429f..b2697145 100644
--- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequestOrBuilder.java
+++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelDescriptorsRequestOrBuilder.java
@@ -29,7 +29,7 @@ public interface ListNotificationChannelDescriptorsRequestOrBuilder
    * 
    * Required. The REST resource name of the parent from which to retrieve
    * the notification channel descriptors. The expected syntax is:
-   *     projects/[PROJECT_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this names the parent container in which to look for the
    * descriptors; to retrieve a single descriptor by name, use the
    * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
@@ -49,7 +49,7 @@ public interface ListNotificationChannelDescriptorsRequestOrBuilder
    * 
    * Required. The REST resource name of the parent from which to retrieve
    * the notification channel descriptors. The expected syntax is:
-   *     projects/[PROJECT_ID]
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * Note that this names the parent container in which to look for the
    * descriptors; to retrieve a single descriptor by name, use the
    * [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
index 96c5fc7c..4ce65c0e 100644
--- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
+++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequest.java
@@ -147,8 +147,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    *
    * 
-   * Required. The project on which to execute the request. The format is
-   * `projects/[PROJECT_ID]`. That is, this names the container
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container
    * in which to look for the notification channels; it does not name a
    * specific channel. To query a specific channel by REST resource name, use
    * the
@@ -177,8 +178,9 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Required. The project on which to execute the request. The format is
-   * `projects/[PROJECT_ID]`. That is, this names the container
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container
    * in which to look for the notification channels; it does not name a
    * specific channel. To query a specific channel by REST resource name, use
    * the
@@ -213,7 +215,7 @@ public com.google.protobuf.ByteString getNameBytes() {
    * If provided, this field specifies the criteria that must be met by
    * notification channels to be included in the response.
    * For more details, see [sorting and
-   * filtering](/monitoring/api/v3/sorting-and-filtering).
+   * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
    * 
* * string filter = 6; @@ -238,7 +240,7 @@ public java.lang.String getFilter() { * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -267,7 +269,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -293,7 +295,7 @@ public java.lang.String getOrderBy() { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -769,8 +771,9 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * `projects/[PROJECT_ID]`. That is, this names the container
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container
      * in which to look for the notification channels; it does not name a
      * specific channel. To query a specific channel by REST resource name, use
      * the
@@ -799,8 +802,9 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Required. The project on which to execute the request. The format is
-     * `projects/[PROJECT_ID]`. That is, this names the container
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container
      * in which to look for the notification channels; it does not name a
      * specific channel. To query a specific channel by REST resource name, use
      * the
@@ -829,8 +833,9 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Required. The project on which to execute the request. The format is
-     * `projects/[PROJECT_ID]`. That is, this names the container
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container
      * in which to look for the notification channels; it does not name a
      * specific channel. To query a specific channel by REST resource name, use
      * the
@@ -858,8 +863,9 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Required. The project on which to execute the request. The format is
-     * `projects/[PROJECT_ID]`. That is, this names the container
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container
      * in which to look for the notification channels; it does not name a
      * specific channel. To query a specific channel by REST resource name, use
      * the
@@ -883,8 +889,9 @@ public Builder clearName() {
      *
      *
      * 
-     * Required. The project on which to execute the request. The format is
-     * `projects/[PROJECT_ID]`. That is, this names the container
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
+     * This names the container
      * in which to look for the notification channels; it does not name a
      * specific channel. To query a specific channel by REST resource name, use
      * the
@@ -918,7 +925,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * If provided, this field specifies the criteria that must be met by
      * notification channels to be included in the response.
      * For more details, see [sorting and
-     * filtering](/monitoring/api/v3/sorting-and-filtering).
+     * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
      * 
* * string filter = 6; @@ -943,7 +950,7 @@ public java.lang.String getFilter() { * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -968,7 +975,7 @@ public com.google.protobuf.ByteString getFilterBytes() { * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -992,7 +999,7 @@ public Builder setFilter(java.lang.String value) { * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -1012,7 +1019,7 @@ public Builder clearFilter() { * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -1040,7 +1047,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -1066,7 +1073,7 @@ public java.lang.String getOrderBy() { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -1092,7 +1099,7 @@ public com.google.protobuf.ByteString getOrderByBytes() { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -1117,7 +1124,7 @@ public Builder setOrderBy(java.lang.String value) { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -1138,7 +1145,7 @@ public Builder clearOrderBy() { * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java index dd310594..5322e3af 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListNotificationChannelsRequestOrBuilder.java @@ -27,8 +27,9 @@ public interface ListNotificationChannelsRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * `projects/[PROJECT_ID]`. That is, this names the container
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container
    * in which to look for the notification channels; it does not name a
    * specific channel. To query a specific channel by REST resource name, use
    * the
@@ -47,8 +48,9 @@ public interface ListNotificationChannelsRequestOrBuilder
    *
    *
    * 
-   * Required. The project on which to execute the request. The format is
-   * `projects/[PROJECT_ID]`. That is, this names the container
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
+   * This names the container
    * in which to look for the notification channels; it does not name a
    * specific channel. To query a specific channel by REST resource name, use
    * the
@@ -71,7 +73,7 @@ public interface ListNotificationChannelsRequestOrBuilder
    * If provided, this field specifies the criteria that must be met by
    * notification channels to be included in the response.
    * For more details, see [sorting and
-   * filtering](/monitoring/api/v3/sorting-and-filtering).
+   * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
    * 
* * string filter = 6; @@ -86,7 +88,7 @@ public interface ListNotificationChannelsRequestOrBuilder * If provided, this field specifies the criteria that must be met by * notification channels to be included in the response. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string filter = 6; @@ -103,7 +105,7 @@ public interface ListNotificationChannelsRequestOrBuilder * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; @@ -119,7 +121,7 @@ public interface ListNotificationChannelsRequestOrBuilder * the same set of fields as in `filter`. Entries can be prefixed with * a minus sign to sort in descending rather than ascending order. * For more details, see [sorting and - * filtering](/monitoring/api/v3/sorting-and-filtering). + * filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). *
* * string order_by = 7; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequest.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequest.java index d5f52203..3e9cac6b 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequest.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequest.java @@ -321,8 +321,8 @@ private TimeSeriesView(int value) { * * *
-   * Required. The project on which to execute the request. The format is
-   * "projects/{project_id_or_number}".
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -346,8 +346,8 @@ public java.lang.String getName() { * * *
-   * Required. The project on which to execute the request. The format is
-   * "projects/{project_id_or_number}".
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -374,10 +374,10 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-   * series should be returned.  The filter must specify a single metric type,
-   * and can additionally specify metric labels and other information. For
-   * example:
+   * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * that specifies which time series should be returned.  The filter must
+   * specify a single metric type, and can additionally specify metric labels
+   * and other information. For example:
    *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
    *         metric.labels.instance_name = "my-instance-name"
    * 
@@ -401,10 +401,10 @@ public java.lang.String getFilter() { * * *
-   * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-   * series should be returned.  The filter must specify a single metric type,
-   * and can additionally specify metric labels and other information. For
-   * example:
+   * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * that specifies which time series should be returned.  The filter must
+   * specify a single metric type, and can additionally specify metric labels
+   * and other information. For example:
    *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
    *         metric.labels.instance_name = "my-instance-name"
    * 
@@ -1152,8 +1152,8 @@ public Builder mergeFrom( * * *
-     * Required. The project on which to execute the request. The format is
-     * "projects/{project_id_or_number}".
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1177,8 +1177,8 @@ public java.lang.String getName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * "projects/{project_id_or_number}".
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1202,8 +1202,8 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-     * Required. The project on which to execute the request. The format is
-     * "projects/{project_id_or_number}".
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1226,8 +1226,8 @@ public Builder setName(java.lang.String value) { * * *
-     * Required. The project on which to execute the request. The format is
-     * "projects/{project_id_or_number}".
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1246,8 +1246,8 @@ public Builder clearName() { * * *
-     * Required. The project on which to execute the request. The format is
-     * "projects/{project_id_or_number}".
+     * Required. The project on which to execute the request. The format is:
+     *     projects/[PROJECT_ID_OR_NUMBER]
      * 
* * @@ -1273,10 +1273,10 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-     * series should be returned.  The filter must specify a single metric type,
-     * and can additionally specify metric labels and other information. For
-     * example:
+     * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * that specifies which time series should be returned.  The filter must
+     * specify a single metric type, and can additionally specify metric labels
+     * and other information. For example:
      *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
      *         metric.labels.instance_name = "my-instance-name"
      * 
@@ -1300,10 +1300,10 @@ public java.lang.String getFilter() { * * *
-     * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-     * series should be returned.  The filter must specify a single metric type,
-     * and can additionally specify metric labels and other information. For
-     * example:
+     * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * that specifies which time series should be returned.  The filter must
+     * specify a single metric type, and can additionally specify metric labels
+     * and other information. For example:
      *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
      *         metric.labels.instance_name = "my-instance-name"
      * 
@@ -1327,10 +1327,10 @@ public com.google.protobuf.ByteString getFilterBytes() { * * *
-     * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-     * series should be returned.  The filter must specify a single metric type,
-     * and can additionally specify metric labels and other information. For
-     * example:
+     * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * that specifies which time series should be returned.  The filter must
+     * specify a single metric type, and can additionally specify metric labels
+     * and other information. For example:
      *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
      *         metric.labels.instance_name = "my-instance-name"
      * 
@@ -1353,10 +1353,10 @@ public Builder setFilter(java.lang.String value) { * * *
-     * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-     * series should be returned.  The filter must specify a single metric type,
-     * and can additionally specify metric labels and other information. For
-     * example:
+     * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * that specifies which time series should be returned.  The filter must
+     * specify a single metric type, and can additionally specify metric labels
+     * and other information. For example:
      *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
      *         metric.labels.instance_name = "my-instance-name"
      * 
@@ -1375,10 +1375,10 @@ public Builder clearFilter() { * * *
-     * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-     * series should be returned.  The filter must specify a single metric type,
-     * and can additionally specify metric labels and other information. For
-     * example:
+     * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+     * that specifies which time series should be returned.  The filter must
+     * specify a single metric type, and can additionally specify metric labels
+     * and other information. For example:
      *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
      *         metric.labels.instance_name = "my-instance-name"
      * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequestOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequestOrBuilder.java index e9756f76..56639e43 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequestOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesRequestOrBuilder.java @@ -27,8 +27,8 @@ public interface ListTimeSeriesRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * "projects/{project_id_or_number}".
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -42,8 +42,8 @@ public interface ListTimeSeriesRequestOrBuilder * * *
-   * Required. The project on which to execute the request. The format is
-   * "projects/{project_id_or_number}".
+   * Required. The project on which to execute the request. The format is:
+   *     projects/[PROJECT_ID_OR_NUMBER]
    * 
* * @@ -58,10 +58,10 @@ public interface ListTimeSeriesRequestOrBuilder * * *
-   * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-   * series should be returned.  The filter must specify a single metric type,
-   * and can additionally specify metric labels and other information. For
-   * example:
+   * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * that specifies which time series should be returned.  The filter must
+   * specify a single metric type, and can additionally specify metric labels
+   * and other information. For example:
    *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
    *         metric.labels.instance_name = "my-instance-name"
    * 
@@ -75,10 +75,10 @@ public interface ListTimeSeriesRequestOrBuilder * * *
-   * Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time
-   * series should be returned.  The filter must specify a single metric type,
-   * and can additionally specify metric labels and other information. For
-   * example:
+   * Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
+   * that specifies which time series should be returned.  The filter must
+   * specify a single metric type, and can additionally specify metric labels
+   * and other information. For example:
    *     metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
    *         metric.labels.instance_name = "my-instance-name"
    * 
diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponse.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponse.java index 21f2a80a..9b513b09 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponse.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponse.java @@ -213,7 +213,7 @@ public com.google.monitoring.v3.TimeSeriesOrBuilder getTimeSeriesOrBuilder(int i *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -237,7 +237,7 @@ public java.lang.String getNextPageToken() { *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -1109,7 +1109,7 @@ public java.util.List getTimeSeries *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1133,7 +1133,7 @@ public java.lang.String getNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1157,7 +1157,7 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1180,7 +1180,7 @@ public Builder setNextPageToken(java.lang.String value) { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; @@ -1199,7 +1199,7 @@ public Builder clearNextPageToken() { *
      * If there are more results than have been returned, then this field is set
      * to a non-empty value.  To see the additional results,
-     * use that value as `pageToken` in the next call to this method.
+     * use that value as `page_token` in the next call to this method.
      * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponseOrBuilder.java b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponseOrBuilder.java index 9e350630..41cf19cc 100644 --- a/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponseOrBuilder.java +++ b/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ListTimeSeriesResponseOrBuilder.java @@ -81,7 +81,7 @@ public interface ListTimeSeriesResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; @@ -95,7 +95,7 @@ public interface ListTimeSeriesResponseOrBuilder *
    * If there are more results than have been returned, then this field is set
    * to a non-empty value.  To see the additional results,
-   * use that value as `pageToken` in the next call to this method.
+   * use that value as `page_token` in the next call to this method.
    * 
* * string next_page_token = 2; diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto index d65e00db..a498ff07 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert.proto @@ -89,7 +89,7 @@ message AlertPolicy { // A condition type that compares a collection of time series // against a threshold. message MetricThreshold { - // A [filter](/monitoring/api/v3/filters) that + // A [filter](https://cloud.google.com/monitoring/api/v3/filters) that // identifies which time series should be compared with the threshold. // // The filter is similar to the one that is specified in the @@ -114,11 +114,11 @@ message AlertPolicy { // field. repeated Aggregation aggregations = 8; - // A [filter](/monitoring/api/v3/filters) that identifies a time - // series that should be used as the denominator of a ratio that will be - // compared with the threshold. If a `denominator_filter` is specified, - // the time series specified by the `filter` field will be used as the - // numerator. + // A [filter](https://cloud.google.com/monitoring/api/v3/filters) that + // identifies a time series that should be used as the denominator of a + // ratio that will be compared with the threshold. If a + // `denominator_filter` is specified, the time series specified by the + // `filter` field will be used as the numerator. // // The filter must specify the metric type and optionally may contain // restrictions on resource type, resource labels, and metric labels. @@ -175,7 +175,7 @@ message AlertPolicy { // when a time series for the specified metric of a monitored // resource does not include any data in the specified `duration`. message MetricAbsence { - // A [filter](/monitoring/api/v3/filters) that + // A [filter](https://cloud.google.com/monitoring/api/v3/filters) that // identifies which time series should be compared with the threshold. // // The filter is similar to the one that is specified in the @@ -216,9 +216,9 @@ message AlertPolicy { } // Required if the condition exists. The unique resource name for this - // condition. Its syntax is: + // condition. Its format is: // - // projects/[PROJECT_ID]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID] + // projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID] // // `[CONDITION_ID]` is assigned by Stackdriver Monitoring when the // condition is created as part of a new or updated alerting policy. @@ -264,7 +264,7 @@ message AlertPolicy { COMBINE_UNSPECIFIED = 0; // Combine conditions using the logical `AND` operator. An - // incident is created only if all conditions are met + // incident is created only if all the conditions are met // simultaneously. This combiner is satisfied if all conditions are // met, even if they are met on completely different resources. AND = 1; @@ -280,9 +280,9 @@ message AlertPolicy { } // Required if the policy exists. The resource name for this policy. The - // syntax is: + // format is: // - // projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + // projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] // // `[ALERT_POLICY_ID]` is assigned by Stackdriver Monitoring when the policy // is created. When calling the @@ -317,14 +317,14 @@ message AlertPolicy { // OR according to the `combiner` field. If the combined conditions evaluate // to true, then an incident is created. A policy can have from one to six // conditions. - // If |condition_time_series_uery_language| is present, it must be the only - // |condition|. + // If `condition_time_series_query_language` is present, it must be the only + // `condition`. repeated Condition conditions = 12; // How to combine the results of multiple conditions to determine if an // incident should be opened. - // If condition_time_series_query_language is present, this must be - // COMBINE_UNSPECIFIED. + // If `condition_time_series_query_language` is present, this must be + // `COMBINE_UNSPECIFIED`. ConditionCombinerType combiner = 6; // Whether or not the policy is enabled. On write, the default interpretation @@ -345,9 +345,9 @@ message AlertPolicy { // [`NotificationChannel`][google.monitoring.v3.NotificationChannel] // objects that are returned from the [`ListNotificationChannels`] // [google.monitoring.v3.NotificationChannelService.ListNotificationChannels] - // method. The syntax of the entries in this field is: + // method. The format of the entries in this field is: // - // projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID] + // projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] repeated string notification_channels = 14; // A read-only record of the creation of the alerting policy. If provided diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto index a88c376f..8115b387 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/alert_service.proto @@ -96,14 +96,16 @@ service AlertPolicyService { // The protocol for the `CreateAlertPolicy` request. message CreateAlertPolicyRequest { - // Required. The project in which to create the alerting policy. The format is - // `projects/[PROJECT_ID]`. + // Required. The project in which to create the alerting policy. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] // // Note that this field names the parent container in which the alerting // policy will be written, not the name of the created policy. The alerting // policy that is returned will have a name that contains a normalized // representation of this name as a prefix but adds a suffix of the form - // `/alertPolicies/[POLICY_ID]`, identifying the policy in the container. + // `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the + // container. string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -113,15 +115,15 @@ message CreateAlertPolicyRequest { // Required. The requested alerting policy. You should omit the `name` field in this // policy. The name will be returned in the new policy, including - // a new [ALERT_POLICY_ID] value. + // a new `[ALERT_POLICY_ID]` value. AlertPolicy alert_policy = 2 [(google.api.field_behavior) = REQUIRED]; } // The protocol for the `GetAlertPolicy` request. message GetAlertPolicyRequest { - // Required. The alerting policy to retrieve. The format is + // Required. The alerting policy to retrieve. The format is: // - // projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + // projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -132,9 +134,9 @@ message GetAlertPolicyRequest { // The protocol for the `ListAlertPolicies` request. message ListAlertPoliciesRequest { - // Required. The project whose alert policies are to be listed. The format is + // Required. The project whose alert policies are to be listed. The format is: // - // projects/[PROJECT_ID] + // projects/[PROJECT_ID_OR_NUMBER] // // Note that this field names the parent container in which the alerting // policies to be listed are stored. To retrieve a single alerting policy @@ -152,7 +154,7 @@ message ListAlertPoliciesRequest { // alert policies to be included in the response. // // For more details, see [sorting and - // filtering](/monitoring/api/v3/sorting-and-filtering). + // filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). string filter = 5; // A comma-separated list of fields by which to sort the result. Supports @@ -160,7 +162,7 @@ message ListAlertPoliciesRequest { // prefixed with a minus sign to sort by the field in descending order. // // For more details, see [sorting and - // filtering](/monitoring/api/v3/sorting-and-filtering). + // filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). string order_by = 6; // The maximum number of results to return in a single response. @@ -179,7 +181,7 @@ message ListAlertPoliciesResponse { // If there might be more results than were returned, then this field is set // to a non-empty value. To see the additional results, - // use that value as `pageToken` in the next call to this method. + // use that value as `page_token` in the next call to this method. string next_page_token = 2; } @@ -219,7 +221,7 @@ message UpdateAlertPolicyRequest { message DeleteAlertPolicyRequest { // Required. The alerting policy to delete. The format is: // - // projects/[PROJECT_ID]/alertPolicies/[ALERT_POLICY_ID] + // projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID] // // For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy]. string name = 3 [ diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto index 5647dcfb..39b80512 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/group_service.proto @@ -106,8 +106,9 @@ service GroupService { // The `ListGroup` request. message ListGroupsRequest { - // Required. The project whose groups are to be listed. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project whose groups are to be listed. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 7 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -119,14 +120,20 @@ message ListGroupsRequest { // the groups returned based on their parent-child relationship with the // specified group. If no filter is specified, all groups are returned. oneof filter { - // A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. - // Returns groups whose `parentName` field contains the group + // A group name. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] + // + // Returns groups whose `parent_name` field contains the group // name. If no groups have this parent, the results are empty. string children_of_group = 2 [(google.api.resource_reference) = { type: "monitoring.googleapis.com/Group" }]; - // A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. + // A group name. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] + // // Returns groups that are ancestors of the specified group. // The groups are returned in order, starting with the immediate parent and // ending with the most distant ancestor. If the specified group has no @@ -135,9 +142,12 @@ message ListGroupsRequest { type: "monitoring.googleapis.com/Group" }]; - // A group name: `"projects/{project_id_or_number}/groups/{group_id}"`. + // A group name. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] + // // Returns the descendants of the specified group. This is a superset of - // the results returned by the `childrenOfGroup` filter, and includes + // the results returned by the `children_of_group` filter, and includes // children-of-children, and so forth. string descendants_of_group = 4 [(google.api.resource_reference) = { type: "monitoring.googleapis.com/Group" @@ -147,7 +157,7 @@ message ListGroupsRequest { // A positive number that is the maximum number of results to return. int32 page_size = 5; - // If this field is not empty then it must contain the `nextPageToken` value + // If this field is not empty then it must contain the `next_page_token` value // returned by a previous call to this method. Using this field causes the // method to return additional results from the previous method call. string page_token = 6; @@ -160,14 +170,15 @@ message ListGroupsResponse { // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, - // use that value as `pageToken` in the next call to this method. + // use that value as `page_token` in the next call to this method. string next_page_token = 2; } // The `GetGroup` request. message GetGroupRequest { - // Required. The group to retrieve. The format is - // `"projects/{project_id_or_number}/groups/{group_id}"`. + // Required. The group to retrieve. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -178,8 +189,9 @@ message GetGroupRequest { // The `CreateGroup` request. message CreateGroupRequest { - // Required. The project in which to create the group. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project in which to create the group. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 4 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -208,8 +220,9 @@ message UpdateGroupRequest { // The `DeleteGroup` request. The default behavior is to be able to delete a // single group without any descendants. message DeleteGroupRequest { - // Required. The group to delete. The format is - // `"projects/{project_id_or_number}/groups/{group_id}"`. + // Required. The group to delete. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -225,8 +238,9 @@ message DeleteGroupRequest { // The `ListGroupMembers` request. message ListGroupMembersRequest { - // Required. The group whose members are listed. The format is - // `"projects/{project_id_or_number}/groups/{group_id}"`. + // Required. The group whose members are listed. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] string name = 7 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -237,18 +251,19 @@ message ListGroupMembersRequest { // A positive number that is the maximum number of results to return. int32 page_size = 3; - // If this field is not empty then it must contain the `nextPageToken` value + // If this field is not empty then it must contain the `next_page_token` value // returned by a previous call to this method. Using this field causes the // method to return additional results from the previous method call. string page_token = 4; - // An optional [list filter](/monitoring/api/learn_more#filtering) describing - // the members to be returned. The filter may reference the type, labels, and - // metadata of monitored resources that comprise the group. - // For example, to return only resources representing Compute Engine VM - // instances, use this filter: + // An optional [list + // filter](https://cloud.google.com/monitoring/api/learn_more#filtering) + // describing the members to be returned. The filter may reference the type, + // labels, and metadata of monitored resources that comprise the group. For + // example, to return only resources representing Compute Engine VM instances, + // use this filter: // - // resource.type = "gce_instance" + // `resource.type = "gce_instance"` string filter = 5; // An optional time interval for which results should be returned. Only @@ -265,7 +280,7 @@ message ListGroupMembersResponse { // If there are more results than have been returned, then this field is // set to a non-empty value. To see the additional results, use that value as - // `pageToken` in the next call to this method. + // `page_token` in the next call to this method. string next_page_token = 2; // The total number of elements matching this request. diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto index a788cc16..56263d12 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/metric_service.proto @@ -97,7 +97,7 @@ service MetricService { // Creates a new metric descriptor. // User-created metric descriptors define - // [custom metrics](/monitoring/custom-metrics). + // [custom metrics](https://cloud.google.com/monitoring/custom-metrics). rpc CreateMetricDescriptor(CreateMetricDescriptorRequest) returns (google.api.MetricDescriptor) { option (google.api.http) = { post: "/v3/{name=projects/*}/metricDescriptors" @@ -107,7 +107,8 @@ service MetricService { } // Deletes a metric descriptor. Only user-created - // [custom metrics](/monitoring/custom-metrics) can be deleted. + // [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be + // deleted. rpc DeleteMetricDescriptor(DeleteMetricDescriptorRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v3/{name=projects/*/metricDescriptors/**}" @@ -138,8 +139,9 @@ service MetricService { // The `ListMonitoredResourceDescriptors` request. message ListMonitoredResourceDescriptorsRequest { - // Required. The project on which to execute the request. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 5 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -147,11 +149,10 @@ message ListMonitoredResourceDescriptorsRequest { } ]; - // An optional [filter](/monitoring/api/v3/filters) describing - // the descriptors to be returned. The filter can reference - // the descriptor's type and labels. For example, the - // following filter returns only Google Compute Engine descriptors - // that have an `id` label: + // An optional [filter](https://cloud.google.com/monitoring/api/v3/filters) + // describing the descriptors to be returned. The filter can reference the + // descriptor's type and labels. For example, the following filter returns + // only Google Compute Engine descriptors that have an `id` label: // // resource.type = starts_with("gce_") AND resource.label:id string filter = 2; @@ -173,15 +174,17 @@ message ListMonitoredResourceDescriptorsResponse { // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, - // use that value as `pageToken` in the next call to this method. + // use that value as `page_token` in the next call to this method. string next_page_token = 2; } // The `GetMonitoredResourceDescriptor` request. message GetMonitoredResourceDescriptorRequest { - // Required. The monitored resource descriptor to get. The format is - // `"projects/{project_id_or_number}/monitoredResourceDescriptors/{resource_type}"`. - // The `{resource_type}` is a predefined type, such as + // Required. The monitored resource descriptor to get. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE] + // + // The `[RESOURCE_TYPE]` is a predefined type, such as // `cloudsql_database`. string name = 3 [ (google.api.field_behavior) = REQUIRED, @@ -193,8 +196,9 @@ message GetMonitoredResourceDescriptorRequest { // The `ListMetricDescriptors` request. message ListMetricDescriptorsRequest { - // Required. The project on which to execute the request. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 5 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -204,10 +208,10 @@ message ListMetricDescriptorsRequest { // If this field is empty, all custom and // system-defined metric descriptors are returned. - // Otherwise, the [filter](/monitoring/api/v3/filters) + // Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters) // specifies which metric descriptors are to be // returned. For example, the following filter matches all - // [custom metrics](/monitoring/custom-metrics): + // [custom metrics](https://cloud.google.com/monitoring/custom-metrics): // // metric.type = starts_with("custom.googleapis.com/") string filter = 2; @@ -229,15 +233,17 @@ message ListMetricDescriptorsResponse { // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, - // use that value as `pageToken` in the next call to this method. + // use that value as `page_token` in the next call to this method. string next_page_token = 2; } // The `GetMetricDescriptor` request. message GetMetricDescriptorRequest { - // Required. The metric descriptor on which to execute the request. The format is - // `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. - // An example value of `{metric_id}` is + // Required. The metric descriptor on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + // + // An example value of `[METRIC_ID]` is // `"compute.googleapis.com/instance/disk/read_bytes_count"`. string name = 3 [ (google.api.field_behavior) = REQUIRED, @@ -249,8 +255,9 @@ message GetMetricDescriptorRequest { // The `CreateMetricDescriptor` request. message CreateMetricDescriptorRequest { - // Required. The project on which to execute the request. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -258,16 +265,18 @@ message CreateMetricDescriptorRequest { } ]; - // Required. The new [custom metric](/monitoring/custom-metrics) + // Required. The new [custom metric](https://cloud.google.com/monitoring/custom-metrics) // descriptor. google.api.MetricDescriptor metric_descriptor = 2 [(google.api.field_behavior) = REQUIRED]; } // The `DeleteMetricDescriptor` request. message DeleteMetricDescriptorRequest { - // Required. The metric descriptor on which to execute the request. The format is - // `"projects/{project_id_or_number}/metricDescriptors/{metric_id}"`. - // An example of `{metric_id}` is: + // Required. The metric descriptor on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID] + // + // An example of `[METRIC_ID]` is: // `"custom.googleapis.com/my_test_metric"`. string name = 3 [ (google.api.field_behavior) = REQUIRED, @@ -290,18 +299,20 @@ message ListTimeSeriesRequest { HEADERS = 1; } - // Required. The project on which to execute the request. The format is - // "projects/{project_id_or_number}". + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 10 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference).type = - "cloudresourcemanager.googleapis.com/Project" + (google.api.resource_reference) = { + type: "cloudresourcemanager.googleapis.com/Project" + } ]; - // Required. A [monitoring filter](/monitoring/api/v3/filters) that specifies which time - // series should be returned. The filter must specify a single metric type, - // and can additionally specify metric labels and other information. For - // example: + // Required. A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters) + // that specifies which time series should be returned. The filter must + // specify a single metric type, and can additionally specify metric labels + // and other information. For example: // // metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND // metric.labels.instance_name = "my-instance-name" @@ -346,7 +357,7 @@ message ListTimeSeriesResponse { // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, - // use that value as `pageToken` in the next call to this method. + // use that value as `page_token` in the next call to this method. string next_page_token = 2; // Query execution errors that may have caused the time series data returned @@ -356,12 +367,14 @@ message ListTimeSeriesResponse { // The `CreateTimeSeries` request. message CreateTimeSeriesRequest { - // Required. The project on which to execute the request. The format is - // `"projects/{project_id_or_number}"`. + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] string name = 3 [ (google.api.field_behavior) = REQUIRED, - (google.api.resource_reference).type = - "cloudresourcemanager.googleapis.com/Project" + (google.api.resource_reference) = { + type: "cloudresourcemanager.googleapis.com/Project" + } ]; // Required. The new data to be added to a list of time series. diff --git a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification_service.proto b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification_service.proto index 959cc049..2ba8ae29 100644 --- a/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification_service.proto +++ b/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/notification_service.proto @@ -165,7 +165,7 @@ message ListNotificationChannelDescriptorsRequest { // Required. The REST resource name of the parent from which to retrieve // the notification channel descriptors. The expected syntax is: // - // projects/[PROJECT_ID] + // projects/[PROJECT_ID_OR_NUMBER] // // Note that this names the parent container in which to look for the // descriptors; to retrieve a single descriptor by name, use the @@ -204,8 +204,9 @@ message ListNotificationChannelDescriptorsResponse { // The `GetNotificationChannelDescriptor` response. message GetNotificationChannelDescriptorRequest { - // Required. The channel type for which to execute the request. The format is - // `projects/[PROJECT_ID]/notificationChannelDescriptors/{channel_type}`. + // Required. The channel type for which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -218,10 +219,10 @@ message GetNotificationChannelDescriptorRequest { message CreateNotificationChannelRequest { // Required. The project on which to execute the request. The format is: // - // projects/[PROJECT_ID] + // projects/[PROJECT_ID_OR_NUMBER] // - // Note that this names the container into which the channel will be - // written. This does not name the newly created channel. The resulting + // This names the container into which the channel will be + // written, this does not name the newly created channel. The resulting // channel's name will have a normalized version of this field as a prefix, // but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel. string name = 3 [ @@ -237,8 +238,11 @@ message CreateNotificationChannelRequest { // The `ListNotificationChannels` request. message ListNotificationChannelsRequest { - // Required. The project on which to execute the request. The format is - // `projects/[PROJECT_ID]`. That is, this names the container + // Required. The project on which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER] + // + // This names the container // in which to look for the notification channels; it does not name a // specific channel. To query a specific channel by REST resource name, use // the @@ -255,7 +259,7 @@ message ListNotificationChannelsRequest { // notification channels to be included in the response. // // For more details, see [sorting and - // filtering](/monitoring/api/v3/sorting-and-filtering). + // filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). string filter = 6; // A comma-separated list of fields by which to sort the result. Supports @@ -263,7 +267,7 @@ message ListNotificationChannelsRequest { // a minus sign to sort in descending rather than ascending order. // // For more details, see [sorting and - // filtering](/monitoring/api/v3/sorting-and-filtering). + // filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering). string order_by = 7; // The maximum number of results to return in a single response. If @@ -291,8 +295,9 @@ message ListNotificationChannelsResponse { // The `GetNotificationChannel` request. message GetNotificationChannelRequest { - // Required. The channel for which to execute the request. The format is - // `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + // Required. The channel for which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -315,8 +320,9 @@ message UpdateNotificationChannelRequest { // The `DeleteNotificationChannel` request. message DeleteNotificationChannelRequest { - // Required. The channel for which to execute the request. The format is - // `projects/[PROJECT_ID]/notificationChannels/[CHANNEL_ID]`. + // Required. The channel for which to execute the request. The format is: + // + // projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID] string name = 3 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { diff --git a/synth.metadata b/synth.metadata index 38ddd68a..acf035c3 100644 --- a/synth.metadata +++ b/synth.metadata @@ -1,11 +1,11 @@ { - "updateTime": "2020-02-14T22:56:10.547439Z", + "updateTime": "2020-02-15T09:51:47.447068Z", "sources": [ { "git": { "name": ".", "remote": "https://github.com/googleapis/java-monitoring.git", - "sha": "01269d977f30e79b9b6613b366531be87ec4cfc4" + "sha": "6c013839c5b349e4402a3fa87245930d8d1cc20b" } }, { @@ -26,9 +26,9 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "d9835e922ea79eed8497db270d2f9f85099a519c", - "internalRef": "295185610", - "log": "d9835e922ea79eed8497db270d2f9f85099a519c\nUpdate some minor docs changes about user event proto\n\nPiperOrigin-RevId: 295185610\n\n5f311e416e69c170243de722023b22f3df89ec1c\nfix: use correct PHP package name in gapic configuration\n\nPiperOrigin-RevId: 295161330\n\n6cdd74dcdb071694da6a6b5a206e3a320b62dd11\npubsub: v1 add client config annotations and retry config\n\nPiperOrigin-RevId: 295158776\n\n5169f46d9f792e2934d9fa25c36d0515b4fd0024\nAdded cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 295026522\n\n" + "sha": "8a1020bf6828f6e3c84c3014f2c51cb62b739140", + "internalRef": "295286165", + "log": "8a1020bf6828f6e3c84c3014f2c51cb62b739140\nUpdate cloud asset api v1p4beta1.\n\nPiperOrigin-RevId: 295286165\n\n5cfa105206e77670369e4b2225597386aba32985\nAdd service control related proto build rule.\n\nPiperOrigin-RevId: 295262088\n\nee4dddf805072004ab19ac94df2ce669046eec26\nmonitoring v3: Add prefix \"https://cloud.google.com/\" into the link for global access\ncl 295167522, get ride of synth.py hacks\n\nPiperOrigin-RevId: 295238095\n\n" } }, {