Uses of Class
com.google.appengine.v1.ListIngressRulesResponse
-
Packages that use ListIngressRulesResponse Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of ListIngressRulesResponse in com.google.appengine.v1
Methods in com.google.appengine.v1 that return ListIngressRulesResponse Modifier and Type Method Description ListIngressRulesResponse
ListIngressRulesResponse.Builder. build()
ListIngressRulesResponse
ListIngressRulesResponse.Builder. buildPartial()
static ListIngressRulesResponse
ListIngressRulesResponse. getDefaultInstance()
ListIngressRulesResponse
ListIngressRulesResponse.Builder. getDefaultInstanceForType()
ListIngressRulesResponse
ListIngressRulesResponse. getDefaultInstanceForType()
ListIngressRulesResponse
FirewallGrpc.FirewallBlockingStub. listIngressRules(ListIngressRulesRequest request)
Lists the firewall rules of an application.static ListIngressRulesResponse
ListIngressRulesResponse. parseDelimitedFrom(InputStream input)
static ListIngressRulesResponse
ListIngressRulesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(byte[] data)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(InputStream input)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(ByteBuffer data)
static ListIngressRulesResponse
ListIngressRulesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type ListIngressRulesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIngressRulesRequest,ListIngressRulesResponse>
FirewallGrpc. getListIngressRulesMethod()
com.google.protobuf.Parser<ListIngressRulesResponse>
ListIngressRulesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListIngressRulesResponse>
FirewallGrpc.FirewallFutureStub. listIngressRules(ListIngressRulesRequest request)
Lists the firewall rules of an application.com.google.api.gax.rpc.UnaryCallable<ListIngressRulesRequest,ListIngressRulesResponse>
FirewallClient. listIngressRulesCallable()
Lists the firewall rules of an application.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIngressRulesRequest,ListIngressRulesResponse,FirewallClient.ListIngressRulesPagedResponse>
FirewallSettings.Builder. listIngressRulesSettings()
Returns the builder for the settings used for calls to listIngressRules.com.google.api.gax.rpc.PagedCallSettings<ListIngressRulesRequest,ListIngressRulesResponse,FirewallClient.ListIngressRulesPagedResponse>
FirewallSettings. listIngressRulesSettings()
Returns the object with the settings used for calls to listIngressRules.static com.google.protobuf.Parser<ListIngressRulesResponse>
ListIngressRulesResponse. parser()
Methods in com.google.appengine.v1 with parameters of type ListIngressRulesResponse Modifier and Type Method Description protected FirewallClient.ListIngressRulesPage
FirewallClient.ListIngressRulesPage. createPage(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, ListIngressRulesResponse response)
ListIngressRulesResponse.Builder
ListIngressRulesResponse.Builder. mergeFrom(ListIngressRulesResponse other)
static ListIngressRulesResponse.Builder
ListIngressRulesResponse. newBuilder(ListIngressRulesResponse prototype)
Method parameters in com.google.appengine.v1 with type arguments of type ListIngressRulesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<FirewallClient.ListIngressRulesPagedResponse>
FirewallClient.ListIngressRulesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, com.google.api.core.ApiFuture<ListIngressRulesResponse> futureResponse)
static com.google.api.core.ApiFuture<FirewallClient.ListIngressRulesPagedResponse>
FirewallClient.ListIngressRulesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, com.google.api.core.ApiFuture<ListIngressRulesResponse> futureResponse)
protected FirewallClient.ListIngressRulesPage
FirewallClient.ListIngressRulesPage. createPage(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, ListIngressRulesResponse response)
com.google.api.core.ApiFuture<FirewallClient.ListIngressRulesPage>
FirewallClient.ListIngressRulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, com.google.api.core.ApiFuture<ListIngressRulesResponse> futureResponse)
com.google.api.core.ApiFuture<FirewallClient.ListIngressRulesPage>
FirewallClient.ListIngressRulesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIngressRulesRequest,ListIngressRulesResponse,FirewallRule> context, com.google.api.core.ApiFuture<ListIngressRulesResponse> futureResponse)
default void
FirewallGrpc.AsyncService. listIngressRules(ListIngressRulesRequest request, io.grpc.stub.StreamObserver<ListIngressRulesResponse> responseObserver)
Lists the firewall rules of an application.void
FirewallGrpc.FirewallStub. listIngressRules(ListIngressRulesRequest request, io.grpc.stub.StreamObserver<ListIngressRulesResponse> responseObserver)
Lists the firewall rules of an application. -
Uses of ListIngressRulesResponse in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type ListIngressRulesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListIngressRulesRequest,ListIngressRulesResponse>
FirewallStub. listIngressRulesCallable()
com.google.api.gax.rpc.UnaryCallable<ListIngressRulesRequest,ListIngressRulesResponse>
GrpcFirewallStub. listIngressRulesCallable()
com.google.api.gax.rpc.UnaryCallable<ListIngressRulesRequest,ListIngressRulesResponse>
HttpJsonFirewallStub. listIngressRulesCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIngressRulesRequest,ListIngressRulesResponse,FirewallClient.ListIngressRulesPagedResponse>
FirewallStubSettings.Builder. listIngressRulesSettings()
Returns the builder for the settings used for calls to listIngressRules.com.google.api.gax.rpc.PagedCallSettings<ListIngressRulesRequest,ListIngressRulesResponse,FirewallClient.ListIngressRulesPagedResponse>
FirewallStubSettings. listIngressRulesSettings()
Returns the object with the settings used for calls to listIngressRules.
-