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 BatchUpdateIngressRulesResponse
FirewallClient. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)
Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponse
FirewallGrpc.FirewallBlockingStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)
Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse.Builder. build()
BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse.Builder. buildPartial()
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. getDefaultInstance()
BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse.Builder. getDefaultInstanceForType()
BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. getDefaultInstanceForType()
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseDelimitedFrom(InputStream input)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(byte[] data)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(InputStream input)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. parseFrom(ByteBuffer data)
static BatchUpdateIngressRulesResponse
BatchUpdateIngressRulesResponse. 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.Builder
BatchUpdateIngressRulesResponse.Builder. mergeFrom(BatchUpdateIngressRulesResponse other)
static BatchUpdateIngressRulesResponse.Builder
BatchUpdateIngressRulesResponse. newBuilder(BatchUpdateIngressRulesResponse prototype)
Method parameters in com.google.appengine.v1 with type arguments of type BatchUpdateIngressRulesResponse Modifier and Type Method Description default void
FirewallGrpc.AsyncService. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)
Replaces the entire firewall ruleset in one bulk operation.void
FirewallGrpc.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.
-