| /external/google-cloud-java/java-service-control/ |
| D | CHANGELOG.md | 3 …om/googleapis/google-cloud-java/compare/google-cloud-service-control-v1.4.1-SNAPSHOT...google-clou… 8 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google… 9 …d to `PropertyQuota` type ([8fdc6c1](https://github.com/googleapis/google-cloud-java/commit/8fdc6c… 10 * create release please configuration ([41b97e6](https://github.com/googleapis/google-cloud-java/co… 15 …-cloud-shared-dependencies to v3.0.2 ([#8325](https://github.com/googleapis/google-cloud-java/issu… 16 …-cloud-shared-dependencies to v3.0.4 ([#8528](https://github.com/googleapis/google-cloud-java/issu… 17 …-bot-staging should not be commited ([#8337](https://github.com/googleapis/google-cloud-java/issue… 22 …https://github.com/googleapis/google-cloud-java/issues/8417)) ([8f0c60b](https://github.com/google… 24 …ub.com/googleapis/google-cloud-java/compare/google-cloud-service-control-v1.3.5...google-cloud-ser… 29 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google… [all …]
|
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>google-cloud-service-control-parent</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 8 <name>Google Service Control API Parent</name> 15 <artifactId>google-cloud-jar-parent</artifactId> 16 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 17 <relativePath>../google-cloud-jar-parent/pom.xml</relativePath> 21 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 22 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> [all …]
|
| D | .OwlBot.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 deep-remove-regex: 17 - "/java-service-control/grpc-google-.*/src" 18 - "/java-service-control/proto-google-.*/src" 19 - "/java-service-control/google-.*/src" 20 - "/java-service-control/samples/snippets/generated" 22 deep-preserve-regex: 23 - "/java-service-control/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java" 25 deep-copy-regex: 26 - source: "/google/api/servicecontrol/(v.*)/.*-java/proto-google-.*/src" [all …]
|
| D | README.md | 1 # Google Service Control API Client for Java 3 Java idiomatic client for [Service Control API][product-docs]. 5 [![Maven][maven-version-image]][maven-version-link] 6 ![Stability][stability-image] 8 - [Product Documentation][product-docs] 9 - [Client Library Documentation][javadocs] 15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: 22 <artifactId>libraries-bom</artifactId> 33 <artifactId>google-cloud-service-control</artifactId> 39 <!-- {x-version-update-start:google-cloud-service-control:released} --> [all …]
|
| /external/googleapis/google/api/servicecontrol/v2/ |
| D | servicecontrol.yaml | 1 type: google.api.Service 4 title: Service Control API 7 - name: google.api.servicecontrol.v2.ServiceController 10 summary: |- 11 Provides admission control and telemetry reporting for services integrated 12 with Service Infrastructure. 13 overview: |- 14 Google Service Control provides control plane functionality to managed 18 ## Why use Service Control? 20 When you develop a cloud service, you typically start with the business [all …]
|
| D | service_controller.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 // [Service Control API 35 // v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control) 39 // This API provides admission control and telemetry reporting for services 40 // that are integrated with [Service 41 // Infrastructure](https://cloud.google.com/service-infrastructure). 42 service ServiceController { 45 "https://www.googleapis.com/auth/cloud-platform," 50 // This method provides admission control for services that are integrated 51 // with [Service [all …]
|
| /external/googleapis/google/api/servicecontrol/ |
| D | README.md | 1 Google Service Control provides control plane functionality to managed services, 5 ## Why use Service Control? 7 When you develop a cloud service, you typically start with the business 9 and implementation. Before you put your service into production, you 10 need to deal with many control plane issues: 12 * How to control access to your service. 15 * How to automatically scale the control plane components with your service. 17 Service Control is a mature and feature-rich control plane provider 20 from anywhere using JSON REST and gRPC clients, so when you move your service 21 from on-premise to a cloud provider, or from one cloud provider to another, [all …]
|
| /external/googleapis/google/api/servicecontrol/v1/ |
| D | servicecontrol.yaml | 1 type: google.api.Service 4 title: Service Control API 7 - name: google.api.servicecontrol.v1.QuotaController 8 - name: google.api.servicecontrol.v1.ServiceController 11 summary: |- 12 Provides admission control and telemetry reporting for services integrated 13 with Service Infrastructure. 14 overview: |- 15 Google Service Control provides control plane functionality to managed 19 ## Why use Service Control? [all …]
|
| /external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v2/src/main/java/com/google/api/servicecontrol/v2/ |
| D | ServiceControllerGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * [Service Control API 25 * v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control) 27 * This API provides admission control and telemetry reporting for services 28 * that are integrated with [Service 29 * Infrastructure](https://cloud.google.com/service-infrastructure). 131 /** Creates a new async stub that supports all call types for the service */ 145 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 159 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 176 * [Service Control API [all …]
|
| /external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v2/src/main/proto/google/api/servicecontrol/v2/ |
| D | service_controller.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 34 // [Service Control API 35 // v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control) 39 // This API provides admission control and telemetry reporting for services 40 // that are integrated with [Service 41 // Infrastructure](https://cloud.google.com/service-infrastructure). 42 service ServiceController { 45 "https://www.googleapis.com/auth/cloud-platform," 50 // This method provides admission control for services that are integrated 51 // with [Service [all …]
|
| /external/google-cloud-java/java-service-control/google-cloud-service-control-bom/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>google-cloud-service-control-bom</artifactId> 6 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 11 <artifactId>google-cloud-pom-parent</artifactId> 12 <version>1.11.0</version><!-- {x-version-update:google-cloud-java:current} --> 13 <relativePath>../../google-cloud-pom-parent/pom.xml</relativePath> 16 <name>Google Service Control API BOM</name> 18 BOM for Service Control API 29 <artifactId>google-cloud-service-control</artifactId> [all …]
|
| /external/google-cloud-java/java-service-control/google-cloud-service-control/src/main/java/com/google/api/servicecontrol/v2/ |
| D | ServiceControllerClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 27 // AUTO-GENERATED DOCUMENTATION AND CLASS. 29 * Service Description: [Service Control API 30 * v2](https://cloud.google.com/service-infrastructure/docs/service-control/access-control) 34 * <p>This API provides admission control and telemetry reporting for services that are integrated 35 * with [Service Infrastructure](https://cloud.google.com/service-infrastructure). 37 * <p>This class provides the ability to make remote calls to the backing service through method 43 * // - It may require correct/in-range values for request initialization. 44 * // - It may require specifying regional endpoints when creating the service client as shown in 49 * .setServiceName("serviceName-1928572192") [all …]
|
| /external/sdk-platform-java/java-iam/grpc-google-iam-v1/src/main/java/com/google/iam/v1/ |
| D | IAMPolicyGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 26 * Any implementation of an API that offers access control features 29 * Access control is applied when a principal (user or service account), takes 30 * some action on a resource exposed by a service. Resources, identified by 31 * URI-like names, are the unit of access control specification. Service 32 * implementations can choose the granularity of access control and the 34 * For example one database service may allow access control to be 35 * specified only at the Table level, whereas another might allow access control 39 * This is intentionally not a CRUD style API because access control policies 174 /** Creates a new async stub that supports all call types for the service */ [all …]
|
| /external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | ControlServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 38 // AUTO-GENERATED DOCUMENTATION AND CLASS. 40 * Service Description: Service for modifying Control. 42 * <p>This class provides the ability to make remote calls to the backing service through method 48 * // - It may require correct/in-range values for request initialization. 49 * // - It may require specifying regional endpoints when creating the service client as shown in 53 * Control control = Control.newBuilder().build(); 54 * String controlId = "controlId-395080872"; 55 * Control response = controlServiceClient.createControl(parent, control, controlId); 60 * as threads. In the example above, try-with-resources is used, which automatically calls close(). [all …]
|
| /external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2/ |
| D | ControlServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 37 // AUTO-GENERATED DOCUMENTATION AND CLASS. 39 * Service Description: Service for modifying Control. 41 * <p>This class provides the ability to make remote calls to the backing service through method 47 * // - It may require correct/in-range values for request initialization. 48 * // - It may require specifying regional endpoints when creating the service client as shown in 52 * Control control = Control.newBuilder().build(); 53 * String controlId = "controlId-395080872"; 54 * Control response = controlServiceClient.createControl(parent, control, controlId); 59 * as threads. In the example above, try-with-resources is used, which automatically calls close(). [all …]
|
| /external/google-cloud-java/java-retail/google-cloud-retail/src/main/java/com/google/cloud/retail/v2beta/ |
| D | ControlServiceClient.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 38 // AUTO-GENERATED DOCUMENTATION AND CLASS. 40 * Service Description: Service for modifying Control. 42 * <p>This class provides the ability to make remote calls to the backing service through method 48 * // - It may require correct/in-range values for request initialization. 49 * // - It may require specifying regional endpoints when creating the service client as shown in 53 * Control control = Control.newBuilder().build(); 54 * String controlId = "controlId-395080872"; 55 * Control response = controlServiceClient.createControl(parent, control, controlId); 60 * as threads. In the example above, try-with-resources is used, which automatically calls close(). [all …]
|
| /external/google-cloud-java/java-service-control/google-cloud-service-control/ |
| D | pom.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/… 5 <artifactId>google-cloud-service-control</artifactId> 6 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 8 <name>Google Service Control API</name> 9 …<description>Service Control API is a foundational platform for creating, managing, securing, and… 12 <artifactId>google-cloud-service-control-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 16 <site.installationModule>google-cloud-service-control</site.installationModule> 21 <artifactId>grpc-api</artifactId> [all …]
|
| /external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v1/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>grpc-google-cloud-service-control-v1</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:grpc-google-cloud-service-control-v1:current} --> 8 <name>grpc-google-cloud-service-control-v1</name> 9 <description>GRPC library for google-cloud-service-control</description> 12 <artifactId>google-cloud-service-control-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 18 <artifactId>grpc-api</artifactId> 22 <artifactId>grpc-stub</artifactId> [all …]
|
| /external/google-cloud-java/java-service-control/grpc-google-cloud-service-control-v2/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>grpc-google-cloud-service-control-v2</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:grpc-google-cloud-service-control-v2:current} --> 8 <name>grpc-google-cloud-service-control-v2</name> 9 <description>GRPC library for google-cloud-service-control</description> 12 <artifactId>google-cloud-service-control-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 18 <artifactId>grpc-api</artifactId> 22 <artifactId>grpc-stub</artifactId> [all …]
|
| /external/google-cloud-java/java-retail/grpc-google-cloud-retail-v2/src/main/java/com/google/cloud/retail/v2/ |
| D | ControlServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service for modifying Control. 39 com.google.cloud.retail.v2.CreateControlRequest, com.google.cloud.retail.v2.Control> 45 responseType = com.google.cloud.retail.v2.Control.class, 48 com.google.cloud.retail.v2.CreateControlRequest, com.google.cloud.retail.v2.Control> 51 com.google.cloud.retail.v2.CreateControlRequest, com.google.cloud.retail.v2.Control> in getCreateControlMethod() 60 com.google.cloud.retail.v2.Control> in getCreateControlMethod() 70 com.google.cloud.retail.v2.Control.getDefaultInstance())) in getCreateControlMethod() 122 com.google.cloud.retail.v2.UpdateControlRequest, com.google.cloud.retail.v2.Control> 128 responseType = com.google.cloud.retail.v2.Control.class, [all …]
|
| /external/google-cloud-java/java-retail/grpc-google-cloud-retail-v2beta/src/main/java/com/google/cloud/retail/v2beta/ |
| D | ControlServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service for modifying Control. 40 com.google.cloud.retail.v2beta.Control> 46 responseType = com.google.cloud.retail.v2beta.Control.class, 50 com.google.cloud.retail.v2beta.Control> 54 com.google.cloud.retail.v2beta.Control> in getCreateControlMethod() 63 com.google.cloud.retail.v2beta.Control> in getCreateControlMethod() 74 com.google.cloud.retail.v2beta.Control.getDefaultInstance())) in getCreateControlMethod() 129 com.google.cloud.retail.v2beta.Control> 135 responseType = com.google.cloud.retail.v2beta.Control.class, [all …]
|
| /external/google-cloud-java/java-retail/grpc-google-cloud-retail-v2alpha/src/main/java/com/google/cloud/retail/v2alpha/ |
| D | ControlServiceGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Service for modifying Control. 40 com.google.cloud.retail.v2alpha.Control> 46 responseType = com.google.cloud.retail.v2alpha.Control.class, 50 com.google.cloud.retail.v2alpha.Control> 54 com.google.cloud.retail.v2alpha.Control> in getCreateControlMethod() 63 com.google.cloud.retail.v2alpha.Control> in getCreateControlMethod() 74 com.google.cloud.retail.v2alpha.Control.getDefaultInstance())) in getCreateControlMethod() 129 com.google.cloud.retail.v2alpha.Control> 135 responseType = com.google.cloud.retail.v2alpha.Control.class, [all …]
|
| /external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
| D | WorkerServiceGrpc.java | 18 private static volatile io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs, 19 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod; 23 requestType = io.grpc.benchmarks.proto.Control.ServerArgs.class, 24 responseType = io.grpc.benchmarks.proto.Control.ServerStatus.class, 26 public static io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs, 27 io.grpc.benchmarks.proto.Control.ServerStatus> getRunServerMethod() { in getRunServerMethod() 28 …io.grpc.MethodDescriptor<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Con… in getRunServerMethod() 33 …o.grpc.MethodDescriptor.<io.grpc.benchmarks.proto.Control.ServerArgs, io.grpc.benchmarks.proto.Con… in getRunServerMethod() 38 io.grpc.benchmarks.proto.Control.ServerArgs.getDefaultInstance())) in getRunServerMethod() 40 io.grpc.benchmarks.proto.Control.ServerStatus.getDefaultInstance())) in getRunServerMethod() [all …]
|
| /external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v2/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>proto-google-cloud-service-control-v2</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:proto-google-cloud-service-control-v2:current} --> 8 <name>proto-google-cloud-service-control-v2</name> 9 <description>Proto library for google-cloud-service-control</description> 12 <artifactId>google-cloud-service-control-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 18 <artifactId>protobuf-java</artifactId> 22 <artifactId>proto-google-common-protos</artifactId>
|
| /external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/ |
| D | pom.xml | 2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 6 <artifactId>proto-google-cloud-service-control-v1</artifactId> 7 <version>1.17.0</version><!-- {x-version-update:proto-google-cloud-service-control-v1:current} --> 8 <name>proto-google-cloud-service-control-v1</name> 9 <description>Proto library for google-cloud-service-control</description> 12 <artifactId>google-cloud-service-control-parent</artifactId> 13 <version>1.17.0</version><!-- {x-version-update:google-cloud-service-control:current} --> 18 <artifactId>protobuf-java</artifactId> 22 <artifactId>proto-google-common-protos</artifactId>
|