Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
docs: remove an internal lint declaration (#44)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/f193fffb-af3a-401a-a8ed-2548fbd8844c/targets
  • Loading branch information
yoshi-automation committed Mar 26, 2020
1 parent 04f9120 commit b633aac
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
Expand Up @@ -64,7 +64,7 @@
* the requested_expiration in the past or with no activity for 14 days are considered dismissed.
* When an approval expires, the request is considered dismissed.
*
* <p>If a request is not approved or dismissed, we call it pending. LINT.IfChange
* <p>If a request is not approved or dismissed, we call it pending.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Expand Up @@ -48,7 +48,7 @@
* the requested_expiration in the past or with no activity for 14 days are considered dismissed.
* When an approval expires, the request is considered dismissed.
*
* <p>If a request is not approved or dismissed, we call it pending. LINT.IfChange
* <p>If a request is not approved or dismissed, we call it pending.
*
* <p>Sample for AccessApprovalAdminClient:
*
Expand Down
Expand Up @@ -53,7 +53,6 @@
* for 14 days are considered dismissed. When an approval expires, the request
* is considered dismissed.
* If a request is not approved or dismissed, we call it pending.
* LINT.IfChange
* </pre>
*/
@javax.annotation.Generated(
Expand Down Expand Up @@ -492,7 +491,6 @@ public AccessApprovalFutureStub newStub(
* for 14 days are considered dismissed. When an approval expires, the request
* is considered dismissed.
* If a request is not approved or dismissed, we call it pending.
* LINT.IfChange
* </pre>
*/
public abstract static class AccessApprovalImplBase implements io.grpc.BindableService {
Expand Down Expand Up @@ -696,7 +694,6 @@ public final io.grpc.ServerServiceDefinition bindService() {
* for 14 days are considered dismissed. When an approval expires, the request
* is considered dismissed.
* If a request is not approved or dismissed, we call it pending.
* LINT.IfChange
* </pre>
*/
public static final class AccessApprovalStub
Expand Down Expand Up @@ -876,7 +873,6 @@ public void deleteAccessApprovalSettings(
* for 14 days are considered dismissed. When an approval expires, the request
* is considered dismissed.
* If a request is not approved or dismissed, we call it pending.
* LINT.IfChange
* </pre>
*/
public static final class AccessApprovalBlockingStub
Expand Down Expand Up @@ -1030,7 +1026,6 @@ public com.google.protobuf.Empty deleteAccessApprovalSettings(
* for 14 days are considered dismissed. When an approval expires, the request
* is considered dismissed.
* If a request is not approved or dismissed, we call it pending.
* LINT.IfChange
* </pre>
*/
public static final class AccessApprovalFutureStub
Expand Down
Expand Up @@ -62,7 +62,6 @@ option ruby_package = "Google::Cloud::AccessApproval::V1";
// is considered dismissed.
//
// If a request is not approved or dismissed, we call it pending.
// LINT.IfChange
service AccessApproval {
option (google.api.default_host) = "accessapproval.googleapis.com";
option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
Expand Down
11 changes: 5 additions & 6 deletions synth.metadata
@@ -1,21 +1,20 @@
{
"updateTime": "2020-03-25T16:29:08.514607Z",
"updateTime": "2020-03-25T21:40:04.564473Z",
"sources": [
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "0e07113e776bdd8fcc0783372e08bb6e76cb1b5b",
"internalRef": "302892245",
"log": "0e07113e776bdd8fcc0783372e08bb6e76cb1b5b\ndocs: Update documentation with links to smart home developer guides and reference pages. Remove outdated authorization instructions.\n\nPiperOrigin-RevId: 302892245\n\n"
"sha": "1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b",
"internalRef": "302928106",
"log": "1b0fff5f2ec6dc4a9443d9b50e70e9c94c30c45b\ndocs: remove an internal lint declaration\n\nPiperOrigin-RevId: 302928106\n\n2be23f3f3036a6f7ce0844def3d2d3da74e5d415\nfix(google/maps): Add post-processing rules for Google Maps APIs\n\nPiperOrigin-RevId: 302925222\n\nfd83ab212176a1042e8d45ea90766b3bf59ac679\nfix: migrate osconfig/agentendpoint/v1 go_gapic_library target to microgen impl\n\nPiperOrigin-RevId: 302913609\n\n"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8",
"log": "e36822bfa0acb355502dab391b8ef9c4f30208d8\nchore(java): treat samples shared configuration dependency update as chore (#457)\n\n\n1b4cc80a7aaf164f6241937dd87f3bd1f4149e0c\nfix: do not run node 8 CI (#456)\n\n\n"
"sha": "e36822bfa0acb355502dab391b8ef9c4f30208d8"
}
}
],
Expand Down

0 comments on commit b633aac

Please sign in to comment.