Uses of Class
com.google.appengine.v1.BatchUpdateIngressRulesRequest
-
Packages that use BatchUpdateIngressRulesRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of BatchUpdateIngressRulesRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return BatchUpdateIngressRulesRequest Modifier and Type Method Description BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest.Builder. build()BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest.Builder. buildPartial()static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. getDefaultInstance()BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest.Builder. getDefaultInstanceForType()BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. getDefaultInstanceForType()static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseDelimitedFrom(InputStream input)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(byte[] data)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.ByteString data)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(InputStream input)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(ByteBuffer data)static BatchUpdateIngressRulesRequestBatchUpdateIngressRulesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type BatchUpdateIngressRulesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallClient. batchUpdateIngressRulesCallable()Replaces the entire firewall ruleset in one bulk operation.com.google.api.gax.rpc.UnaryCallSettings<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallSettings. batchUpdateIngressRulesSettings()Returns the object with the settings used for calls to batchUpdateIngressRules.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallSettings.Builder. batchUpdateIngressRulesSettings()Returns the builder for the settings used for calls to batchUpdateIngressRules.static io.grpc.MethodDescriptor<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallGrpc. getBatchUpdateIngressRulesMethod()com.google.protobuf.Parser<BatchUpdateIngressRulesRequest>BatchUpdateIngressRulesRequest. getParserForType()static com.google.protobuf.Parser<BatchUpdateIngressRulesRequest>BatchUpdateIngressRulesRequest. parser()Methods in com.google.appengine.v1 with parameters of type BatchUpdateIngressRulesRequest Modifier and Type Method Description BatchUpdateIngressRulesResponseFirewallClient. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.default voidFirewallGrpc.AsyncService. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponseFirewallGrpc.FirewallBlockingStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.com.google.common.util.concurrent.ListenableFuture<BatchUpdateIngressRulesResponse>FirewallGrpc.FirewallFutureStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.voidFirewallGrpc.FirewallStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesRequest.BuilderBatchUpdateIngressRulesRequest.Builder. mergeFrom(BatchUpdateIngressRulesRequest other)static BatchUpdateIngressRulesRequest.BuilderBatchUpdateIngressRulesRequest. newBuilder(BatchUpdateIngressRulesRequest prototype) -
Uses of BatchUpdateIngressRulesRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type BatchUpdateIngressRulesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallStub. batchUpdateIngressRulesCallable()com.google.api.gax.rpc.UnaryCallable<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>GrpcFirewallStub. batchUpdateIngressRulesCallable()com.google.api.gax.rpc.UnaryCallable<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>HttpJsonFirewallStub. batchUpdateIngressRulesCallable()com.google.api.gax.rpc.UnaryCallSettings<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallStubSettings. batchUpdateIngressRulesSettings()Returns the object with the settings used for calls to batchUpdateIngressRules.com.google.api.gax.rpc.UnaryCallSettings.Builder<BatchUpdateIngressRulesRequest,BatchUpdateIngressRulesResponse>FirewallStubSettings.Builder. batchUpdateIngressRulesSettings()Returns the builder for the settings used for calls to batchUpdateIngressRules.
-