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 BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest.Builder. build()
BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest.Builder. buildPartial()
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. getDefaultInstance()
BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest.Builder. getDefaultInstanceForType()
BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. getDefaultInstanceForType()
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseDelimitedFrom(InputStream input)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(byte[] data)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(InputStream input)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. parseFrom(ByteBuffer data)
static BatchUpdateIngressRulesRequest
BatchUpdateIngressRulesRequest. 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 BatchUpdateIngressRulesResponse
FirewallClient. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request)
Replaces the entire firewall ruleset in one bulk operation.default void
FirewallGrpc.AsyncService. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)
Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesResponse
FirewallGrpc.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.void
FirewallGrpc.FirewallStub. batchUpdateIngressRules(BatchUpdateIngressRulesRequest request, io.grpc.stub.StreamObserver<BatchUpdateIngressRulesResponse> responseObserver)
Replaces the entire firewall ruleset in one bulk operation.BatchUpdateIngressRulesRequest.Builder
BatchUpdateIngressRulesRequest.Builder. mergeFrom(BatchUpdateIngressRulesRequest other)
static BatchUpdateIngressRulesRequest.Builder
BatchUpdateIngressRulesRequest. 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.
-