diff --git a/grpc-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/AuthorizedCertificatesGrpc.java b/grpc-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/AuthorizedCertificatesGrpc.java deleted file mode 100644 index 06346321..00000000 --- a/grpc-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/AuthorizedCertificatesGrpc.java +++ /dev/null @@ -1,894 +0,0 @@ -/* - * Copyright 2020 Google LLC - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * https://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -package com.google.appengine.v1; - -import static io.grpc.MethodDescriptor.generateFullMethodName; - -/** - * - * - *
- * Manages SSL certificates a user is authorized to administer. A user can - * administer any SSL certificates applicable to their authorized domains. - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/appengine/v1/appengine.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class AuthorizedCertificatesGrpc { - - private AuthorizedCertificatesGrpc() {} - - public static final String SERVICE_NAME = "google.appengine.v1.AuthorizedCertificates"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.appengine.v1.ListAuthorizedCertificatesRequest, - com.google.appengine.v1.ListAuthorizedCertificatesResponse> - getListAuthorizedCertificatesMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListAuthorizedCertificates", - requestType = com.google.appengine.v1.ListAuthorizedCertificatesRequest.class, - responseType = com.google.appengine.v1.ListAuthorizedCertificatesResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.appengine.v1.ListAuthorizedCertificatesRequest, - com.google.appengine.v1.ListAuthorizedCertificatesResponse> - getListAuthorizedCertificatesMethod() { - io.grpc.MethodDescriptor< - com.google.appengine.v1.ListAuthorizedCertificatesRequest, - com.google.appengine.v1.ListAuthorizedCertificatesResponse> - getListAuthorizedCertificatesMethod; - if ((getListAuthorizedCertificatesMethod = - AuthorizedCertificatesGrpc.getListAuthorizedCertificatesMethod) - == null) { - synchronized (AuthorizedCertificatesGrpc.class) { - if ((getListAuthorizedCertificatesMethod = - AuthorizedCertificatesGrpc.getListAuthorizedCertificatesMethod) - == null) { - AuthorizedCertificatesGrpc.getListAuthorizedCertificatesMethod = - getListAuthorizedCertificatesMethod = - io.grpc.MethodDescriptor - .
- * Manages SSL certificates a user is authorized to administer. A user can - * administer any SSL certificates applicable to their authorized domains. - *- */ - public abstract static class AuthorizedCertificatesImplBase implements io.grpc.BindableService { - - /** - * - * - *
- * Lists all SSL certificates the user is authorized to administer. - *- */ - public void listAuthorizedCertificates( - com.google.appengine.v1.ListAuthorizedCertificatesRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified SSL certificate. - *- */ - public void getAuthorizedCertificate( - com.google.appengine.v1.GetAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Uploads the specified SSL certificate. - *- */ - public void createAuthorizedCertificate( - com.google.appengine.v1.CreateAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified SSL certificate. To renew a certificate and maintain - * its existing domain mappings, update `certificate_data` with a new - * certificate. The new certificate must be applicable to the same domains as - * the original certificate. The certificate `display_name` may also be - * updated. - *- */ - public void updateAuthorizedCertificate( - com.google.appengine.v1.UpdateAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified SSL certificate. - *- */ - public void deleteAuthorizedCertificate( - com.google.appengine.v1.DeleteAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Manages SSL certificates a user is authorized to administer. A user can - * administer any SSL certificates applicable to their authorized domains. - *- */ - public static final class AuthorizedCertificatesStub - extends io.grpc.stub.AbstractAsyncStub
- * Lists all SSL certificates the user is authorized to administer. - *- */ - public void listAuthorizedCertificates( - com.google.appengine.v1.ListAuthorizedCertificatesRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified SSL certificate. - *- */ - public void getAuthorizedCertificate( - com.google.appengine.v1.GetAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Uploads the specified SSL certificate. - *- */ - public void createAuthorizedCertificate( - com.google.appengine.v1.CreateAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified SSL certificate. To renew a certificate and maintain - * its existing domain mappings, update `certificate_data` with a new - * certificate. The new certificate must be applicable to the same domains as - * the original certificate. The certificate `display_name` may also be - * updated. - *- */ - public void updateAuthorizedCertificate( - com.google.appengine.v1.UpdateAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified SSL certificate. - *- */ - public void deleteAuthorizedCertificate( - com.google.appengine.v1.DeleteAuthorizedCertificateRequest request, - io.grpc.stub.StreamObserver
- * Manages SSL certificates a user is authorized to administer. A user can - * administer any SSL certificates applicable to their authorized domains. - *- */ - public static final class AuthorizedCertificatesBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Lists all SSL certificates the user is authorized to administer. - *- */ - public com.google.appengine.v1.ListAuthorizedCertificatesResponse listAuthorizedCertificates( - com.google.appengine.v1.ListAuthorizedCertificatesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListAuthorizedCertificatesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Gets the specified SSL certificate. - *- */ - public com.google.appengine.v1.AuthorizedCertificate getAuthorizedCertificate( - com.google.appengine.v1.GetAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetAuthorizedCertificateMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Uploads the specified SSL certificate. - *- */ - public com.google.appengine.v1.AuthorizedCertificate createAuthorizedCertificate( - com.google.appengine.v1.CreateAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateAuthorizedCertificateMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the specified SSL certificate. To renew a certificate and maintain - * its existing domain mappings, update `certificate_data` with a new - * certificate. The new certificate must be applicable to the same domains as - * the original certificate. The certificate `display_name` may also be - * updated. - *- */ - public com.google.appengine.v1.AuthorizedCertificate updateAuthorizedCertificate( - com.google.appengine.v1.UpdateAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateAuthorizedCertificateMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified SSL certificate. - *- */ - public com.google.protobuf.Empty deleteAuthorizedCertificate( - com.google.appengine.v1.DeleteAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteAuthorizedCertificateMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
- * Manages SSL certificates a user is authorized to administer. A user can - * administer any SSL certificates applicable to their authorized domains. - *- */ - public static final class AuthorizedCertificatesFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Lists all SSL certificates the user is authorized to administer. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.ListAuthorizedCertificatesResponse> - listAuthorizedCertificates( - com.google.appengine.v1.ListAuthorizedCertificatesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListAuthorizedCertificatesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Gets the specified SSL certificate. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.AuthorizedCertificate> - getAuthorizedCertificate(com.google.appengine.v1.GetAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetAuthorizedCertificateMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Uploads the specified SSL certificate. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.AuthorizedCertificate> - createAuthorizedCertificate( - com.google.appengine.v1.CreateAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateAuthorizedCertificateMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Updates the specified SSL certificate. To renew a certificate and maintain - * its existing domain mappings, update `certificate_data` with a new - * certificate. The new certificate must be applicable to the same domains as - * the original certificate. The certificate `display_name` may also be - * updated. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.AuthorizedCertificate> - updateAuthorizedCertificate( - com.google.appengine.v1.UpdateAuthorizedCertificateRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateAuthorizedCertificateMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Deletes the specified SSL certificate. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Manages domains serving an application. - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/appengine/v1/appengine.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class DomainMappingsGrpc { - - private DomainMappingsGrpc() {} - - public static final String SERVICE_NAME = "google.appengine.v1.DomainMappings"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.appengine.v1.ListDomainMappingsRequest, - com.google.appengine.v1.ListDomainMappingsResponse> - getListDomainMappingsMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListDomainMappings", - requestType = com.google.appengine.v1.ListDomainMappingsRequest.class, - responseType = com.google.appengine.v1.ListDomainMappingsResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.appengine.v1.ListDomainMappingsRequest, - com.google.appengine.v1.ListDomainMappingsResponse> - getListDomainMappingsMethod() { - io.grpc.MethodDescriptor< - com.google.appengine.v1.ListDomainMappingsRequest, - com.google.appengine.v1.ListDomainMappingsResponse> - getListDomainMappingsMethod; - if ((getListDomainMappingsMethod = DomainMappingsGrpc.getListDomainMappingsMethod) == null) { - synchronized (DomainMappingsGrpc.class) { - if ((getListDomainMappingsMethod = DomainMappingsGrpc.getListDomainMappingsMethod) - == null) { - DomainMappingsGrpc.getListDomainMappingsMethod = - getListDomainMappingsMethod = - io.grpc.MethodDescriptor - .
- * Manages domains serving an application. - *- */ - public abstract static class DomainMappingsImplBase implements io.grpc.BindableService { - - /** - * - * - *
- * Lists the domain mappings on an application. - *- */ - public void listDomainMappings( - com.google.appengine.v1.ListDomainMappingsRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified domain mapping. - *- */ - public void getDomainMapping( - com.google.appengine.v1.GetDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Maps a domain to an application. A user must be authorized to administer a - * domain in order to map it to an application. For a list of available - * authorized domains, see [`AuthorizedDomains.ListAuthorizedDomains`](). - *- */ - public void createDomainMapping( - com.google.appengine.v1.CreateDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified domain mapping. To map an SSL certificate to a - * domain mapping, update `certificate_id` to point to an `AuthorizedCertificate` - * resource. A user must be authorized to administer the associated domain - * in order to update a `DomainMapping` resource. - *- */ - public void updateDomainMapping( - com.google.appengine.v1.UpdateDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified domain mapping. A user must be authorized to - * administer the associated domain in order to delete a `DomainMapping` - * resource. - *- */ - public void deleteDomainMapping( - com.google.appengine.v1.DeleteDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Manages domains serving an application. - *- */ - public static final class DomainMappingsStub - extends io.grpc.stub.AbstractAsyncStub
- * Lists the domain mappings on an application. - *- */ - public void listDomainMappings( - com.google.appengine.v1.ListDomainMappingsRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified domain mapping. - *- */ - public void getDomainMapping( - com.google.appengine.v1.GetDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Maps a domain to an application. A user must be authorized to administer a - * domain in order to map it to an application. For a list of available - * authorized domains, see [`AuthorizedDomains.ListAuthorizedDomains`](). - *- */ - public void createDomainMapping( - com.google.appengine.v1.CreateDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified domain mapping. To map an SSL certificate to a - * domain mapping, update `certificate_id` to point to an `AuthorizedCertificate` - * resource. A user must be authorized to administer the associated domain - * in order to update a `DomainMapping` resource. - *- */ - public void updateDomainMapping( - com.google.appengine.v1.UpdateDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified domain mapping. A user must be authorized to - * administer the associated domain in order to delete a `DomainMapping` - * resource. - *- */ - public void deleteDomainMapping( - com.google.appengine.v1.DeleteDomainMappingRequest request, - io.grpc.stub.StreamObserver
- * Manages domains serving an application. - *- */ - public static final class DomainMappingsBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Lists the domain mappings on an application. - *- */ - public com.google.appengine.v1.ListDomainMappingsResponse listDomainMappings( - com.google.appengine.v1.ListDomainMappingsRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListDomainMappingsMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Gets the specified domain mapping. - *- */ - public com.google.appengine.v1.DomainMapping getDomainMapping( - com.google.appengine.v1.GetDomainMappingRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetDomainMappingMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Maps a domain to an application. A user must be authorized to administer a - * domain in order to map it to an application. For a list of available - * authorized domains, see [`AuthorizedDomains.ListAuthorizedDomains`](). - *- */ - public com.google.longrunning.Operation createDomainMapping( - com.google.appengine.v1.CreateDomainMappingRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateDomainMappingMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the specified domain mapping. To map an SSL certificate to a - * domain mapping, update `certificate_id` to point to an `AuthorizedCertificate` - * resource. A user must be authorized to administer the associated domain - * in order to update a `DomainMapping` resource. - *- */ - public com.google.longrunning.Operation updateDomainMapping( - com.google.appengine.v1.UpdateDomainMappingRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateDomainMappingMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified domain mapping. A user must be authorized to - * administer the associated domain in order to delete a `DomainMapping` - * resource. - *- */ - public com.google.longrunning.Operation deleteDomainMapping( - com.google.appengine.v1.DeleteDomainMappingRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteDomainMappingMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
- * Manages domains serving an application. - *- */ - public static final class DomainMappingsFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Lists the domain mappings on an application. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.ListDomainMappingsResponse> - listDomainMappings(com.google.appengine.v1.ListDomainMappingsRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListDomainMappingsMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Gets the specified domain mapping. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Maps a domain to an application. A user must be authorized to administer a - * domain in order to map it to an application. For a list of available - * authorized domains, see [`AuthorizedDomains.ListAuthorizedDomains`](). - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Updates the specified domain mapping. To map an SSL certificate to a - * domain mapping, update `certificate_id` to point to an `AuthorizedCertificate` - * resource. A user must be authorized to administer the associated domain - * in order to update a `DomainMapping` resource. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Deletes the specified domain mapping. A user must be authorized to - * administer the associated domain in order to delete a `DomainMapping` - * resource. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Firewall resources are used to define a collection of access control rules - * for an Application. Each rule is defined with a position which specifies - * the rule's order in the sequence of rules, an IP range to be matched against - * requests, and an action to take upon matching requests. - * Every request is evaluated against the Firewall rules in priority order. - * Processesing stops at the first rule which matches the request's IP address. - * A final rule always specifies an action that applies to all remaining - * IP addresses. The default final rule for a newly-created application will be - * set to "allow" if not otherwise specified by the user. - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/appengine/v1/appengine.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class FirewallGrpc { - - private FirewallGrpc() {} - - public static final String SERVICE_NAME = "google.appengine.v1.Firewall"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.appengine.v1.ListIngressRulesRequest, - com.google.appengine.v1.ListIngressRulesResponse> - getListIngressRulesMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListIngressRules", - requestType = com.google.appengine.v1.ListIngressRulesRequest.class, - responseType = com.google.appengine.v1.ListIngressRulesResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.appengine.v1.ListIngressRulesRequest, - com.google.appengine.v1.ListIngressRulesResponse> - getListIngressRulesMethod() { - io.grpc.MethodDescriptor< - com.google.appengine.v1.ListIngressRulesRequest, - com.google.appengine.v1.ListIngressRulesResponse> - getListIngressRulesMethod; - if ((getListIngressRulesMethod = FirewallGrpc.getListIngressRulesMethod) == null) { - synchronized (FirewallGrpc.class) { - if ((getListIngressRulesMethod = FirewallGrpc.getListIngressRulesMethod) == null) { - FirewallGrpc.getListIngressRulesMethod = - getListIngressRulesMethod = - io.grpc.MethodDescriptor - .
- * Firewall resources are used to define a collection of access control rules - * for an Application. Each rule is defined with a position which specifies - * the rule's order in the sequence of rules, an IP range to be matched against - * requests, and an action to take upon matching requests. - * Every request is evaluated against the Firewall rules in priority order. - * Processesing stops at the first rule which matches the request's IP address. - * A final rule always specifies an action that applies to all remaining - * IP addresses. The default final rule for a newly-created application will be - * set to "allow" if not otherwise specified by the user. - *- */ - public abstract static class FirewallImplBase implements io.grpc.BindableService { - - /** - * - * - *
- * Lists the firewall rules of an application. - *- */ - public void listIngressRules( - com.google.appengine.v1.ListIngressRulesRequest request, - io.grpc.stub.StreamObserver
- * Replaces the entire firewall ruleset in one bulk operation. This overrides - * and replaces the rules of an existing firewall with the new rules. - * If the final rule does not match traffic with the '*' wildcard IP range, - * then an "allow all" rule is explicitly added to the end of the list. - *- */ - public void batchUpdateIngressRules( - com.google.appengine.v1.BatchUpdateIngressRulesRequest request, - io.grpc.stub.StreamObserver
- * Creates a firewall rule for the application. - *- */ - public void createIngressRule( - com.google.appengine.v1.CreateIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified firewall rule. - *- */ - public void getIngressRule( - com.google.appengine.v1.GetIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified firewall rule. - *- */ - public void updateIngressRule( - com.google.appengine.v1.UpdateIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified firewall rule. - *- */ - public void deleteIngressRule( - com.google.appengine.v1.DeleteIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Firewall resources are used to define a collection of access control rules - * for an Application. Each rule is defined with a position which specifies - * the rule's order in the sequence of rules, an IP range to be matched against - * requests, and an action to take upon matching requests. - * Every request is evaluated against the Firewall rules in priority order. - * Processesing stops at the first rule which matches the request's IP address. - * A final rule always specifies an action that applies to all remaining - * IP addresses. The default final rule for a newly-created application will be - * set to "allow" if not otherwise specified by the user. - *- */ - public static final class FirewallStub extends io.grpc.stub.AbstractAsyncStub
- * Lists the firewall rules of an application. - *- */ - public void listIngressRules( - com.google.appengine.v1.ListIngressRulesRequest request, - io.grpc.stub.StreamObserver
- * Replaces the entire firewall ruleset in one bulk operation. This overrides - * and replaces the rules of an existing firewall with the new rules. - * If the final rule does not match traffic with the '*' wildcard IP range, - * then an "allow all" rule is explicitly added to the end of the list. - *- */ - public void batchUpdateIngressRules( - com.google.appengine.v1.BatchUpdateIngressRulesRequest request, - io.grpc.stub.StreamObserver
- * Creates a firewall rule for the application. - *- */ - public void createIngressRule( - com.google.appengine.v1.CreateIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Gets the specified firewall rule. - *- */ - public void getIngressRule( - com.google.appengine.v1.GetIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Updates the specified firewall rule. - *- */ - public void updateIngressRule( - com.google.appengine.v1.UpdateIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified firewall rule. - *- */ - public void deleteIngressRule( - com.google.appengine.v1.DeleteIngressRuleRequest request, - io.grpc.stub.StreamObserver
- * Firewall resources are used to define a collection of access control rules - * for an Application. Each rule is defined with a position which specifies - * the rule's order in the sequence of rules, an IP range to be matched against - * requests, and an action to take upon matching requests. - * Every request is evaluated against the Firewall rules in priority order. - * Processesing stops at the first rule which matches the request's IP address. - * A final rule always specifies an action that applies to all remaining - * IP addresses. The default final rule for a newly-created application will be - * set to "allow" if not otherwise specified by the user. - *- */ - public static final class FirewallBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Lists the firewall rules of an application. - *- */ - public com.google.appengine.v1.ListIngressRulesResponse listIngressRules( - com.google.appengine.v1.ListIngressRulesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListIngressRulesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Replaces the entire firewall ruleset in one bulk operation. This overrides - * and replaces the rules of an existing firewall with the new rules. - * If the final rule does not match traffic with the '*' wildcard IP range, - * then an "allow all" rule is explicitly added to the end of the list. - *- */ - public com.google.appengine.v1.BatchUpdateIngressRulesResponse batchUpdateIngressRules( - com.google.appengine.v1.BatchUpdateIngressRulesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getBatchUpdateIngressRulesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Creates a firewall rule for the application. - *- */ - public com.google.appengine.v1.firewall.FirewallRule createIngressRule( - com.google.appengine.v1.CreateIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getCreateIngressRuleMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Gets the specified firewall rule. - *- */ - public com.google.appengine.v1.firewall.FirewallRule getIngressRule( - com.google.appengine.v1.GetIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetIngressRuleMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the specified firewall rule. - *- */ - public com.google.appengine.v1.firewall.FirewallRule updateIngressRule( - com.google.appengine.v1.UpdateIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateIngressRuleMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified firewall rule. - *- */ - public com.google.protobuf.Empty deleteIngressRule( - com.google.appengine.v1.DeleteIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteIngressRuleMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
- * Firewall resources are used to define a collection of access control rules - * for an Application. Each rule is defined with a position which specifies - * the rule's order in the sequence of rules, an IP range to be matched against - * requests, and an action to take upon matching requests. - * Every request is evaluated against the Firewall rules in priority order. - * Processesing stops at the first rule which matches the request's IP address. - * A final rule always specifies an action that applies to all remaining - * IP addresses. The default final rule for a newly-created application will be - * set to "allow" if not otherwise specified by the user. - *- */ - public static final class FirewallFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Lists the firewall rules of an application. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.ListIngressRulesResponse> - listIngressRules(com.google.appengine.v1.ListIngressRulesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListIngressRulesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Replaces the entire firewall ruleset in one bulk operation. This overrides - * and replaces the rules of an existing firewall with the new rules. - * If the final rule does not match traffic with the '*' wildcard IP range, - * then an "allow all" rule is explicitly added to the end of the list. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.BatchUpdateIngressRulesResponse> - batchUpdateIngressRules(com.google.appengine.v1.BatchUpdateIngressRulesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getBatchUpdateIngressRulesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Creates a firewall rule for the application. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.firewall.FirewallRule> - createIngressRule(com.google.appengine.v1.CreateIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getCreateIngressRuleMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Gets the specified firewall rule. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.firewall.FirewallRule> - getIngressRule(com.google.appengine.v1.GetIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getGetIngressRuleMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Updates the specified firewall rule. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.firewall.FirewallRule> - updateIngressRule(com.google.appengine.v1.UpdateIngressRuleRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getUpdateIngressRuleMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Deletes the specified firewall rule. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Manages services of an application. - *- */ -@javax.annotation.Generated( - value = "by gRPC proto compiler", - comments = "Source: google/appengine/v1/appengine.proto") -@io.grpc.stub.annotations.GrpcGenerated -public final class ServicesGrpc { - - private ServicesGrpc() {} - - public static final String SERVICE_NAME = "google.appengine.v1.Services"; - - // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.appengine.v1.ListServicesRequest, com.google.appengine.v1.ListServicesResponse> - getListServicesMethod; - - @io.grpc.stub.annotations.RpcMethod( - fullMethodName = SERVICE_NAME + '/' + "ListServices", - requestType = com.google.appengine.v1.ListServicesRequest.class, - responseType = com.google.appengine.v1.ListServicesResponse.class, - methodType = io.grpc.MethodDescriptor.MethodType.UNARY) - public static io.grpc.MethodDescriptor< - com.google.appengine.v1.ListServicesRequest, com.google.appengine.v1.ListServicesResponse> - getListServicesMethod() { - io.grpc.MethodDescriptor< - com.google.appengine.v1.ListServicesRequest, - com.google.appengine.v1.ListServicesResponse> - getListServicesMethod; - if ((getListServicesMethod = ServicesGrpc.getListServicesMethod) == null) { - synchronized (ServicesGrpc.class) { - if ((getListServicesMethod = ServicesGrpc.getListServicesMethod) == null) { - ServicesGrpc.getListServicesMethod = - getListServicesMethod = - io.grpc.MethodDescriptor - .
- * Manages services of an application. - *- */ - public abstract static class ServicesImplBase implements io.grpc.BindableService { - - /** - * - * - *
- * Lists all the services in the application. - *- */ - public void listServices( - com.google.appengine.v1.ListServicesRequest request, - io.grpc.stub.StreamObserver
- * Gets the current configuration of the specified service. - *- */ - public void getService( - com.google.appengine.v1.GetServiceRequest request, - io.grpc.stub.StreamObserver
- * Updates the configuration of the specified service. - *- */ - public void updateService( - com.google.appengine.v1.UpdateServiceRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified service and all enclosed versions. - *- */ - public void deleteService( - com.google.appengine.v1.DeleteServiceRequest request, - io.grpc.stub.StreamObserver
- * Manages services of an application. - *- */ - public static final class ServicesStub extends io.grpc.stub.AbstractAsyncStub
- * Lists all the services in the application. - *- */ - public void listServices( - com.google.appengine.v1.ListServicesRequest request, - io.grpc.stub.StreamObserver
- * Gets the current configuration of the specified service. - *- */ - public void getService( - com.google.appengine.v1.GetServiceRequest request, - io.grpc.stub.StreamObserver
- * Updates the configuration of the specified service. - *- */ - public void updateService( - com.google.appengine.v1.UpdateServiceRequest request, - io.grpc.stub.StreamObserver
- * Deletes the specified service and all enclosed versions. - *- */ - public void deleteService( - com.google.appengine.v1.DeleteServiceRequest request, - io.grpc.stub.StreamObserver
- * Manages services of an application. - *- */ - public static final class ServicesBlockingStub - extends io.grpc.stub.AbstractBlockingStub
- * Lists all the services in the application. - *- */ - public com.google.appengine.v1.ListServicesResponse listServices( - com.google.appengine.v1.ListServicesRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getListServicesMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Gets the current configuration of the specified service. - *- */ - public com.google.appengine.v1.Service getService( - com.google.appengine.v1.GetServiceRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getGetServiceMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Updates the configuration of the specified service. - *- */ - public com.google.longrunning.Operation updateService( - com.google.appengine.v1.UpdateServiceRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getUpdateServiceMethod(), getCallOptions(), request); - } - - /** - * - * - *
- * Deletes the specified service and all enclosed versions. - *- */ - public com.google.longrunning.Operation deleteService( - com.google.appengine.v1.DeleteServiceRequest request) { - return io.grpc.stub.ClientCalls.blockingUnaryCall( - getChannel(), getDeleteServiceMethod(), getCallOptions(), request); - } - } - - /** - * - * - *
- * Manages services of an application. - *- */ - public static final class ServicesFutureStub - extends io.grpc.stub.AbstractFutureStub
- * Lists all the services in the application. - *- */ - public com.google.common.util.concurrent.ListenableFuture< - com.google.appengine.v1.ListServicesResponse> - listServices(com.google.appengine.v1.ListServicesRequest request) { - return io.grpc.stub.ClientCalls.futureUnaryCall( - getChannel().newCall(getListServicesMethod(), getCallOptions()), request); - } - - /** - * - * - *
- * Gets the current configuration of the specified service. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Updates the configuration of the specified service. - *- */ - public com.google.common.util.concurrent.ListenableFuture
- * Deletes the specified service and all enclosed versions. - *- */ - public com.google.common.util.concurrent.ListenableFuture
* Manages App Engine applications. *@@ -35,244 +18,192 @@ private ApplicationsGrpc() {} public static final String SERVICE_NAME = "google.appengine.v1.Applications"; // Static method descriptors that strictly reflect the proto. - private static volatile io.grpc.MethodDescriptor< - com.google.appengine.v1.GetApplicationRequest, com.google.appengine.v1.Application> - getGetApplicationMethod; + private static volatile io.grpc.MethodDescriptor
* Manages App Engine applications. **/ - public abstract static class ApplicationsImplBase implements io.grpc.BindableService { + public static abstract class ApplicationsImplBase implements io.grpc.BindableService { /** - * - * *
* Gets information about an application. **/ - public void getApplication( - com.google.appengine.v1.GetApplicationRequest request, + public void getApplication(com.google.appengine.v1.GetApplicationRequest request, io.grpc.stub.StreamObserver
* Creates an App Engine application for a Google Cloud Platform project. * Required fields: @@ -281,16 +212,12 @@ public void getApplication( * For more information about App Engine applications, see [Managing Projects, Applications, and Billing](https://cloud.google.com/appengine/docs/standard/python/console/). **/ - public void createApplication( - com.google.appengine.v1.CreateApplicationRequest request, + public void createApplication(com.google.appengine.v1.CreateApplicationRequest request, io.grpc.stub.StreamObserver
* Updates the specified Application resource. * You can update the following fields: @@ -299,16 +226,12 @@ public void createApplication( * * `iap` - Identity-Aware Proxy properties for the application. **/ - public void updateApplication( - com.google.appengine.v1.UpdateApplicationRequest request, + public void updateApplication(com.google.appengine.v1.UpdateApplicationRequest request, io.grpc.stub.StreamObserver
* Recreates the required App Engine features for the specified App Engine * application, for example a Cloud Storage bucket or App Engine service @@ -322,81 +245,74 @@ public void updateApplication( * Console Activity Log. **/ - public void repairApplication( - com.google.appengine.v1.RepairApplicationRequest request, + public void repairApplication(com.google.appengine.v1.RepairApplicationRequest request, io.grpc.stub.StreamObserver
* Manages App Engine applications. **/ - public static final class ApplicationsStub - extends io.grpc.stub.AbstractAsyncStub
* Gets information about an application. **/ - public void getApplication( - com.google.appengine.v1.GetApplicationRequest request, + public void getApplication(com.google.appengine.v1.GetApplicationRequest request, io.grpc.stub.StreamObserver
* Creates an App Engine application for a Google Cloud Platform project. * Required fields: @@ -405,18 +321,13 @@ public void getApplication( * For more information about App Engine applications, see [Managing Projects, Applications, and Billing](https://cloud.google.com/appengine/docs/standard/python/console/). **/ - public void createApplication( - com.google.appengine.v1.CreateApplicationRequest request, + public void createApplication(com.google.appengine.v1.CreateApplicationRequest request, io.grpc.stub.StreamObserver
* Updates the specified Application resource. * You can update the following fields: @@ -425,18 +336,13 @@ public void createApplication( * * `iap` - Identity-Aware Proxy properties for the application. **/ - public void updateApplication( - com.google.appengine.v1.UpdateApplicationRequest request, + public void updateApplication(com.google.appengine.v1.UpdateApplicationRequest request, io.grpc.stub.StreamObserver
* Recreates the required App Engine features for the specified App Engine * application, for example a Cloud Storage bucket or App Engine service @@ -450,26 +356,21 @@ public void updateApplication( * Console Activity Log. **/ - public void repairApplication( - com.google.appengine.v1.RepairApplicationRequest request, + public void repairApplication(com.google.appengine.v1.RepairApplicationRequest request, io.grpc.stub.StreamObserver
* Manages App Engine applications. **/ - public static final class ApplicationsBlockingStub - extends io.grpc.stub.AbstractBlockingStub
* Gets information about an application. **/ - public com.google.appengine.v1.Application getApplication( - com.google.appengine.v1.GetApplicationRequest request) { + public com.google.appengine.v1.Application getApplication(com.google.appengine.v1.GetApplicationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetApplicationMethod(), getCallOptions(), request); } /** - * - * *
* Creates an App Engine application for a Google Cloud Platform project. * Required fields: @@ -503,15 +399,12 @@ public com.google.appengine.v1.Application getApplication( * For more information about App Engine applications, see [Managing Projects, Applications, and Billing](https://cloud.google.com/appengine/docs/standard/python/console/). **/ - public com.google.longrunning.Operation createApplication( - com.google.appengine.v1.CreateApplicationRequest request) { + public com.google.longrunning.Operation createApplication(com.google.appengine.v1.CreateApplicationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getCreateApplicationMethod(), getCallOptions(), request); } /** - * - * *
* Updates the specified Application resource. * You can update the following fields: @@ -520,15 +413,12 @@ public com.google.longrunning.Operation createApplication( * * `iap` - Identity-Aware Proxy properties for the application. **/ - public com.google.longrunning.Operation updateApplication( - com.google.appengine.v1.UpdateApplicationRequest request) { + public com.google.longrunning.Operation updateApplication(com.google.appengine.v1.UpdateApplicationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getUpdateApplicationMethod(), getCallOptions(), request); } /** - * - * *
* Recreates the required App Engine features for the specified App Engine * application, for example a Cloud Storage bucket or App Engine service @@ -542,23 +432,20 @@ public com.google.longrunning.Operation updateApplication( * Console Activity Log. **/ - public com.google.longrunning.Operation repairApplication( - com.google.appengine.v1.RepairApplicationRequest request) { + public com.google.longrunning.Operation repairApplication(com.google.appengine.v1.RepairApplicationRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getRepairApplicationMethod(), getCallOptions(), request); } } /** - * - * *
* Manages App Engine applications. **/ - public static final class ApplicationsFutureStub - extends io.grpc.stub.AbstractFutureStub
* Gets information about an application. **/ - public com.google.common.util.concurrent.ListenableFuture
* Creates an App Engine application for a Google Cloud Platform project. * Required fields: @@ -592,15 +475,13 @@ protected ApplicationsFutureStub build( * For more information about App Engine applications, see [Managing Projects, Applications, and Billing](https://cloud.google.com/appengine/docs/standard/python/console/). **/ - public com.google.common.util.concurrent.ListenableFuture
* Updates the specified Application resource. * You can update the following fields: @@ -609,15 +490,13 @@ protected ApplicationsFutureStub build( * * `iap` - Identity-Aware Proxy properties for the application. **/ - public com.google.common.util.concurrent.ListenableFuture
* Recreates the required App Engine features for the specified App Engine * application, for example a Cloud Storage bucket or App Engine service @@ -631,8 +510,8 @@ protected ApplicationsFutureStub build( * Console Activity Log. **/ - public com.google.common.util.concurrent.ListenableFuture
+ * Manages SSL certificates a user is authorized to administer. A user can + * administer any SSL certificates applicable to their authorized domains. + *+ */ +@javax.annotation.Generated( + value = "by gRPC proto compiler", + comments = "Source: google/appengine/v1/appengine.proto") +@io.grpc.stub.annotations.GrpcGenerated +public final class AuthorizedCertificatesGrpc { + + private AuthorizedCertificatesGrpc() {} + + public static final String SERVICE_NAME = "google.appengine.v1.AuthorizedCertificates"; + + // Static method descriptors that strictly reflect the proto. + private static volatile io.grpc.MethodDescriptor