Uses of Class
com.google.appengine.v1.GetIngressRuleRequest
-
Packages that use GetIngressRuleRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of GetIngressRuleRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return GetIngressRuleRequest Modifier and Type Method Description GetIngressRuleRequestGetIngressRuleRequest.Builder. build()GetIngressRuleRequestGetIngressRuleRequest.Builder. buildPartial()static GetIngressRuleRequestGetIngressRuleRequest. getDefaultInstance()GetIngressRuleRequestGetIngressRuleRequest.Builder. getDefaultInstanceForType()GetIngressRuleRequestGetIngressRuleRequest. getDefaultInstanceForType()static GetIngressRuleRequestGetIngressRuleRequest. parseDelimitedFrom(InputStream input)static GetIngressRuleRequestGetIngressRuleRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(byte[] data)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(com.google.protobuf.ByteString data)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(InputStream input)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(ByteBuffer data)static GetIngressRuleRequestGetIngressRuleRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type GetIngressRuleRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIngressRuleRequest,FirewallRule>FirewallGrpc. getGetIngressRuleMethod()com.google.api.gax.rpc.UnaryCallable<GetIngressRuleRequest,FirewallRule>FirewallClient. getIngressRuleCallable()Gets the specified firewall rule.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIngressRuleRequest,FirewallRule>FirewallSettings.Builder. getIngressRuleSettings()Returns the builder for the settings used for calls to getIngressRule.com.google.api.gax.rpc.UnaryCallSettings<GetIngressRuleRequest,FirewallRule>FirewallSettings. getIngressRuleSettings()Returns the object with the settings used for calls to getIngressRule.com.google.protobuf.Parser<GetIngressRuleRequest>GetIngressRuleRequest. getParserForType()static com.google.protobuf.Parser<GetIngressRuleRequest>GetIngressRuleRequest. parser()Methods in com.google.appengine.v1 with parameters of type GetIngressRuleRequest Modifier and Type Method Description FirewallRuleFirewallClient. getIngressRule(GetIngressRuleRequest request)Gets the specified firewall rule.default voidFirewallGrpc.AsyncService. getIngressRule(GetIngressRuleRequest request, io.grpc.stub.StreamObserver<FirewallRule> responseObserver)Gets the specified firewall rule.FirewallRuleFirewallGrpc.FirewallBlockingStub. getIngressRule(GetIngressRuleRequest request)Gets the specified firewall rule.com.google.common.util.concurrent.ListenableFuture<FirewallRule>FirewallGrpc.FirewallFutureStub. getIngressRule(GetIngressRuleRequest request)Gets the specified firewall rule.voidFirewallGrpc.FirewallStub. getIngressRule(GetIngressRuleRequest request, io.grpc.stub.StreamObserver<FirewallRule> responseObserver)Gets the specified firewall rule.GetIngressRuleRequest.BuilderGetIngressRuleRequest.Builder. mergeFrom(GetIngressRuleRequest other)static GetIngressRuleRequest.BuilderGetIngressRuleRequest. newBuilder(GetIngressRuleRequest prototype) -
Uses of GetIngressRuleRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type GetIngressRuleRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIngressRuleRequest,FirewallRule>FirewallStub. getIngressRuleCallable()com.google.api.gax.rpc.UnaryCallable<GetIngressRuleRequest,FirewallRule>GrpcFirewallStub. getIngressRuleCallable()com.google.api.gax.rpc.UnaryCallable<GetIngressRuleRequest,FirewallRule>HttpJsonFirewallStub. getIngressRuleCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIngressRuleRequest,FirewallRule>FirewallStubSettings.Builder. getIngressRuleSettings()Returns the builder for the settings used for calls to getIngressRule.com.google.api.gax.rpc.UnaryCallSettings<GetIngressRuleRequest,FirewallRule>FirewallStubSettings. getIngressRuleSettings()Returns the object with the settings used for calls to getIngressRule.
-