Searched +full:service +full:- +full:management (Results 1 – 25 of 1136) sorted by relevance
12345678910>>...46
| /external/google-cloud-java/java-service-management/ |
| D | CHANGELOG.md | 3 …googleapis/google-cloud-java/compare/google-cloud-service-management-v3.2.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 …com/googleapis/google-cloud-java/compare/google-cloud-service-management-v3.1.7...google-cloud-ser… 29 …https://github.com/googleapis/google-cloud-java/issues/8545)) ([8fdc6c1](https://github.com/google… [all …]
|
| D | synth.metadata | 6 "remote": "https://github.com/googleapis/java-service-management.git", 12 "name": "googleapis-gen", 13 "remote": "https://github.com/googleapis/googleapis-gen.git", 33 ".github/generated-files-bot.yml", 35 ".github/release-please.yml", 36 ".github/snippet-bot.yml", 37 ".github/sync-repo-settings.yaml", 38 ".github/trusted-contribution.yml", 39 ".github/workflows/approve-readme.yaml", 40 ".github/workflows/auto-release.yaml", [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-management-parent</artifactId> 7 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management:current} --> 8 <name>Google Service Management 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-management/grpc-google-.*/src" 18 - "/java-service-management/proto-google-.*/src" 19 - "/java-service-management/google-.*/src" 20 - "/java-service-management/samples/snippets/generated" 22 deep-preserve-regex: 23 - "/java-service-management/google-.*/src/test/java/com/google/cloud/.*/v.*/it/IT.*Test.java" 25 deep-copy-regex: 26 - source: "/google/api/servicemanagement/(v.*)/.*-java/proto-google-.*/src" [all …]
|
| D | README.md | 1 # Google Service Management API Client for Java 3 Java idiomatic client for [Service Management 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-management</artifactId> 39 <!-- {x-version-update-start:google-cloud-service-management:released} --> [all …]
|
| D | .repo-metadata.json | 3 "name_pretty": "Service Management API", 4 "product_documentation": "https://cloud.google.com/service-infrastructure/docs/overview/", 5 …oud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to servic… 6 …mentation": "https://cloud.google.com/java/docs/reference/google-cloud-service-management/latest/o… 10 "repo": "googleapis/google-cloud-java", 11 "repo_short": "java-service-management", 12 "distribution_name": "com.google.cloud:google-cloud-service-management", 13 "api_id": "service-management.googleapis.com",
|
| /external/googleapis/google/api/servicemanagement/v1/ |
| D | servicemanagement_v1.yaml | 1 type: google.api.Service 4 title: Service Management API 7 - name: google.api.servicemanagement.v1.ServiceManager 8 - name: google.iam.v1.IAMPolicy 9 - name: google.longrunning.Operations 12 - name: google.api.servicemanagement.v1.ConfigRef 13 - name: google.api.servicemanagement.v1.ConfigSource 14 - name: google.api.servicemanagement.v1.EnableServiceResponse 15 - name: google.api.servicemanagement.v1.OperationMetadata 16 - name: google.api.servicemanagement.v1.Rollout [all …]
|
| D | servicemanager.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 22 import "google/api/service.proto"; 37 // [Google Service Management 38 // API](https://cloud.google.com/service-infrastructure/docs/overview) 39 service ServiceManager { 42 "https://www.googleapis.com/auth/cloud-platform," 43 "https://www.googleapis.com/auth/cloud-platform.read-only," 44 "https://www.googleapis.com/auth/service.management," 45 "https://www.googleapis.com/auth/service.management.readonly"; 59 // Gets a managed service. Authentication is required unless the service is [all …]
|
| /external/googleapis/google/api/servicemanagement/ |
| D | README.md | 1 Google Service Management manages a set of *services*. Service 2 Management allows *service producers* to 4 and used by *service consumers*. It also handles the tasks of tracking 5 service lifecycle and programming various backend systems -- such as 7 [Stackdriver Monitoring](https://cloud.google.com/stackdriver) -- to support 10 If you are a service producer, you can use the Google Service Management API 12 Each managed service has a service configuration which declares various aspects 13 of the service such as its API surface, along with parameters to configure the 15 systems, such as logging and monitoring. If you build your service using 16 [Google Cloud Endpoints](https://cloud.google.com/endpoints/), the service [all …]
|
| /external/google-cloud-java/java-service-management/google-cloud-service-management-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-management-bom</artifactId> 6 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management: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 Management API BOM</name> 18 BOM for Service Management API 29 <artifactId>google-cloud-service-management</artifactId> [all …]
|
| /external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/load_stats/v3/ |
| D | lrs_pb2_grpc.py | 2 """Client and server classes corresponding to protobuf-defined services.""" 5 from envoy.service.load_stats.v3 import lrs_pb2 as envoy_dot_service_dot_load__stats_dot_v3_dot_lrs… 9 """[#protodoc-title: Load reporting service (LRS)] 11 … Load Reporting Service is an Envoy API to emit load reports. Envoy will initiate a bi-directional 12 stream with a management server. Upon connecting, the management server can send a 17 …For details, take a look at the :ref:`Load Reporting Service sandbox example <install_sandboxes_lo… 28 '/envoy.service.load_stats.v3.LoadReportingService/StreamLoadStats', 35 """[#protodoc-title: Load reporting service (LRS)] 37 … Load Reporting Service is an Envoy API to emit load reports. Envoy will initiate a bi-directional 38 stream with a management server. Upon connecting, the management server can send a [all …]
|
| /external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/discovery/v3/ |
| D | ads_pb2_grpc.py | 2 """Client and server classes corresponding to protobuf-defined services.""" 5 from envoy.service.discovery.v3 import discovery_pb2 as envoy_dot_service_dot_discovery_dot_v3_dot_… 9 """[#protodoc-title: Aggregated Discovery Service (ADS)] 13 compatibility with existing management servers. New development in discovery 14 services should proceed in the package `envoy.service.discovery.v2`. 16 See https://github.com/envoyproxy/envoy-api#apis for a description of the role of 17 ADS and how it is intended to be used by a management server. ADS requests 21 the multiplexed singleton APIs at the Envoy instance and management server. 31 '/envoy.service.discovery.v3.AggregatedDiscoveryService/StreamAggregatedResources', 36 '/envoy.service.discovery.v3.AggregatedDiscoveryService/DeltaAggregatedResources', [all …]
|
| /external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/discovery/v2/ |
| D | ads_pb2_grpc.py | 2 """Client and server classes corresponding to protobuf-defined services.""" 9 """[#protodoc-title: Aggregated Discovery Service (ADS)] 13 compatibility with existing management servers. New development in discovery 14 services should proceed in the package `envoy.service.discovery.v2`. 16 See https://github.com/envoyproxy/envoy-api#apis for a description of the role of 17 ADS and how it is intended to be used by a management server. ADS requests 21 the multiplexed singleton APIs at the Envoy instance and management server. 31 '/envoy.service.discovery.v2.AggregatedDiscoveryService/StreamAggregatedResources', 36 '/envoy.service.discovery.v2.AggregatedDiscoveryService/DeltaAggregatedResources', 43 """[#protodoc-title: Aggregated Discovery Service (ADS)] [all …]
|
| D | hds_pb2_grpc.py | 2 """Client and server classes corresponding to protobuf-defined services.""" 5 from envoy.service.discovery.v2 import hds_pb2 as envoy_dot_service_dot_discovery_dot_v2_dot_hds__p… 9 """[#protodoc-title: Health Discovery Service (HDS)] 11 HDS is Health Discovery Service. It compliments Envoy’s health checking 12 service by designating this Envoy to be a healthchecker for a subset of hosts 14 management server, where it can be aggregated etc and redistributed back to 25 '/envoy.service.discovery.v2.HealthDiscoveryService/StreamHealthCheck', 30 '/envoy.service.discovery.v2.HealthDiscoveryService/FetchHealthCheck', 37 """[#protodoc-title: Health Discovery Service (HDS)] 39 HDS is Health Discovery Service. It compliments Envoy’s health checking [all …]
|
| /external/google-cloud-java/java-service-management/grpc-google-cloud-service-management-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-management-v1</artifactId> 7 …<version>3.15.0</version><!-- {x-version-update:grpc-google-cloud-service-management-v1:current} -… 8 <name>grpc-google-cloud-service-management-v1</name> 9 <description>GRPC library for google-cloud-service-management</description> 12 <artifactId>google-cloud-service-management-parent</artifactId> 13 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management:current} --> 18 <artifactId>grpc-api</artifactId> 22 <artifactId>grpc-stub</artifactId> [all …]
|
| /external/google-cloud-java/java-service-management/google-cloud-service-management/ |
| 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-management</artifactId> 6 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management:current} --> 8 <name>Google Service Management API</name> 9 …oud Endpoints, and API Gateway. Service Infrastructure provides a wide range of features to servic… 12 <artifactId>google-cloud-service-management-parent</artifactId> 13 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management:current} --> 16 <site.installationModule>google-cloud-service-management</site.installationModule> 21 <artifactId>grpc-api</artifactId> [all …]
|
| /external/google-cloud-java/java-service-management/proto-google-cloud-service-management-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-management-v1</artifactId> 7 …<version>3.15.0</version><!-- {x-version-update:proto-google-cloud-service-management-v1:current} … 8 <name>proto-google-cloud-service-management-v1</name> 9 <description>Proto library for google-cloud-service-management</description> 12 <artifactId>google-cloud-service-management-parent</artifactId> 13 <version>3.15.0</version><!-- {x-version-update:google-cloud-service-management:current} --> 18 <artifactId>protobuf-java</artifactId> 22 <artifactId>proto-google-common-protos</artifactId>
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/load_stats/v3/ |
| D | lrs.proto | 3 package envoy.service.load_stats.v3; 13 option java_package = "io.envoyproxy.envoy.service.load_stats.v3"; 16 option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/load_stats/v3;load_statsv… 19 // [#protodoc-title: Load reporting service (LRS)] 21 // Load Reporting Service is an Envoy API to emit load reports. Envoy will initiate a bi-directional 22 // stream with a management server. Upon connecting, the management server can send a 27 // For details, take a look at the :ref:`Load Reporting Service sandbox example <install_sandboxes_… 29 service LoadReportingService { 30 // Advanced API to allow for multi-dimensional load balancing by remote 32 // 1, The management server is configured with per cluster/zone/load metric [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 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, 25 Service Control. Cloud Endpoints sends logging and monitoring data [all …]
|
| /external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/service/status/v3/ |
| D | csds.proto | 3 package envoy.service.status.v3; 17 option java_package = "io.envoyproxy.envoy.service.status.v3"; 20 option go_package = "github.com/envoyproxy/go-control-plane/envoy/service/status/v3;statusv3"; 23 // [#protodoc-title: Client status discovery service (CSDS)] 25 // CSDS is Client Status Discovery Service. It can be used to get the status of 26 // an xDS-compliant client from the management server's point of view. It can 28 service ClientStatusDiscoveryService { 38 // Status of a config from a management server view. 43 // Management server has sent the config to client and received ACK. 49 // Management server has sent the config to client but hasn’t received [all …]
|
| /external/grpc-grpc/tools/distrib/python/xds_protos/envoy/service/health/v3/ |
| D | hds_pb2_grpc.py | 2 """Client and server classes corresponding to protobuf-defined services.""" 5 from envoy.service.health.v3 import hds_pb2 as envoy_dot_service_dot_health_dot_v3_dot_hds__pb2 9 """[#protodoc-title: Health discovery service (HDS)] 11 HDS is Health Discovery Service. It compliments Envoy’s health checking 12 service by designating this Envoy to be a healthchecker for a subset of hosts 14 management server, where it can be aggregated etc and redistributed back to 25 '/envoy.service.health.v3.HealthDiscoveryService/StreamHealthCheck', 30 '/envoy.service.health.v3.HealthDiscoveryService/FetchHealthCheck', 37 """[#protodoc-title: Health discovery service (HDS)] 39 HDS is Health Discovery Service. It compliments Envoy’s health checking [all …]
|
| /external/grpc-grpc-java/xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/discovery/v3/ |
| D | AggregatedDiscoveryServiceGrpc.java | 1 package io.envoyproxy.envoy.service.discovery.v3; 7 * See https://github.com/envoyproxy/envoy-api#apis for a description of the role of 8 * ADS and how it is intended to be used by a management server. ADS requests 12 * the multiplexed singleton APIs at the Envoy instance and management server. 17 comments = "Source: envoy/service/discovery/v3/ads.proto") 23 public static final String SERVICE_NAME = "envoy.service.discovery.v3.AggregatedDiscoveryService"; 26 …private static volatile io.grpc.MethodDescriptor<io.envoyproxy.envoy.service.discovery.v3.Discover… 27 … io.envoyproxy.envoy.service.discovery.v3.DiscoveryResponse> getStreamAggregatedResourcesMethod; 31 requestType = io.envoyproxy.envoy.service.discovery.v3.DiscoveryRequest.class, 32 responseType = io.envoyproxy.envoy.service.discovery.v3.DiscoveryResponse.class, [all …]
|
| /external/sg3_utils/doc/ |
| D | sg_opcodes.8 | 1 .TH SG_OPCODES "8" "September 2022" "sg3_utils\-1.48" SG3_UTILS 3 sg_opcodes \- report supported SCSI commands or task management functions 6 [\fI\-\-alpha\fR] [\fI\-\-compact\fR] [\fI\-\-enumerate\fR] [\fI\-\-help\fR] 7 [\fI\-\-hex\fR] [\fI\-\-inhex=FN\fR] [\fI\-\-json[=JO]\fR] [\fI\-\-mask\fR] 8 [\fI\-\-mlu\fR] [\fI\-\-no-inquiry\fR] [\fI\-\-opcode=OP[,SA]\fR] 9 [\fI\-\-pdt=DT\fR] [\fI\-\-raw\fR] [\fI\-\-rctd\fR] [\fI\-\-repd\fR] 10 [\fI\-\-sa=SA\fR] [\fI\-\-tmf\fR] [\fI\-\-unsorted\fR] [\fI\-\-verbose\fR] 11 [\fI\-\-version\fR] \fIDEVICE\fR 14 [\fI\-a\fR] [\fI\-c\fR] [\fI\-e\fR] [\fI\-H\fR] [\fI\-i=FN\fR] [\fI\-j\fR] 15 [\fI\-m\fR] [\fI\-M\fR] [\fI\-n\fR] [\fI\-o=OP\fR] [\fI\-p=DT\fR] [\fI\-q\fR] [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: |- 13 with Service Infrastructure. 14 overview: |- 15 Google Service Control provides control plane functionality to managed 19 ## Why use Service Control? 21 When you develop a cloud service, you typically start with the business [all …]
|
| /external/google-cloud-java/java-kms/ |
| D | README.md | 1 # Google Cloud Key Management Service Client for Java 3 Java idiomatic client for [Cloud Key Management Service][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-kms</artifactId> 39 <!-- {x-version-update-start:google-cloud-kms:released} --> [all …]
|
12345678910>>...46