Uses of Class
com.google.appengine.v1.BatchUpdateIngressRulesResponse
-
Packages that use BatchUpdateIngressRulesResponse Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of BatchUpdateIngressRulesResponse in com.google.appengine.v1
Methods in com.google.appengine.v1 that return BatchUpdateIngressRulesResponse Modifier and Type Method Description BatchUpdateIngressRulesResponseFirewallClient. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponseFirewallGrpc.FirewallBlockingStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse.Builder. build()BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse.Builder. buildPartial()static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. getDefaultInstance()BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse.Builder. getDefaultInstanceForType()BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. getDefaultInstanceForType()static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseDelimitedFrom(InputStream input)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(byte[] data)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(InputStream input)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(ByteBuffer data)static BatchUpdateIngressRulesResponseBatchUpdateIngressRulesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type BatchUpdateIngressRulesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchUpdateIngressRulesResponse>FirewallGrpc.FirewallFutureStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)Replaces the entire firewall ruleset in one bulk operation.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<BatchUpdateIngressRulesResponse>BatchUpdateIngressRulesResponse. getParserForType()static com.google.protobuf.Parser<BatchUpdateIngressRulesResponse>BatchUpdateIngressRulesResponse. parser()Methods in com.google.appengine.v1 with parameters of type BatchUpdateIngressRulesResponse Modifier and Type Method Description BatchUpdateIngressRulesResponse.BuilderBatchUpdateIngressRulesResponse.Builder. mergeFrom(BatchUpdateIngressRulesResponse other)static BatchUpdateIngressRulesResponse.BuilderBatchUpdateIngressRulesResponse. newBuilder(BatchUpdateIngressRulesResponse prototype)Method parameters in com.google.appengine.v1 with type arguments of type BatchUpdateIngressRulesResponse Modifier and Type Method Description default voidFirewallGrpc.AsyncService. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)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. -
Uses of BatchUpdateIngressRulesResponse in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type BatchUpdateIngressRulesResponse 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.
-