Uses of Class
com.google.cloud.apigeeconnect.v1.EgressRequest
-
Packages that use EgressRequest Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect APIcom.google.cloud.apigeeconnect.v1.stub -
-
Uses of EgressRequest in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return EgressRequest Modifier and Type Method Description EgressRequestEgressRequest.Builder. build()EgressRequestEgressRequest.Builder. buildPartial()static EgressRequestEgressRequest. getDefaultInstance()EgressRequestEgressRequest.Builder. getDefaultInstanceForType()EgressRequestEgressRequest. getDefaultInstanceForType()static EgressRequestEgressRequest. parseDelimitedFrom(InputStream input)static EgressRequestEgressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EgressRequestEgressRequest. parseFrom(byte[] data)static EgressRequestEgressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EgressRequestEgressRequest. parseFrom(com.google.protobuf.ByteString data)static EgressRequestEgressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EgressRequestEgressRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EgressRequestEgressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EgressRequestEgressRequest. parseFrom(InputStream input)static EgressRequestEgressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EgressRequestEgressRequest. parseFrom(ByteBuffer data)static EgressRequestEgressRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type EgressRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<EgressResponse,EgressRequest>TetherClient. egressCallable()Egress streams egress requests and responses.com.google.api.gax.rpc.StreamingCallSettings.Builder<EgressResponse,EgressRequest>TetherSettings.Builder. egressSettings()Returns the builder for the settings used for calls to egress.com.google.api.gax.rpc.StreamingCallSettings<EgressResponse,EgressRequest>TetherSettings. egressSettings()Returns the object with the settings used for calls to egress.static io.grpc.MethodDescriptor<EgressResponse,EgressRequest>TetherGrpc. getEgressMethod()com.google.protobuf.Parser<EgressRequest>EgressRequest. getParserForType()static com.google.protobuf.Parser<EgressRequest>EgressRequest. parser()Methods in com.google.cloud.apigeeconnect.v1 with parameters of type EgressRequest Modifier and Type Method Description EgressRequest.BuilderEgressRequest.Builder. mergeFrom(EgressRequest other)static EgressRequest.BuilderEgressRequest. newBuilder(EgressRequest prototype)Method parameters in com.google.cloud.apigeeconnect.v1 with type arguments of type EgressRequest Modifier and Type Method Description default io.grpc.stub.StreamObserver<EgressResponse>TetherGrpc.AsyncService. egress(io.grpc.stub.StreamObserver<EgressRequest> responseObserver)Egress streams egress requests and responses.io.grpc.stub.StreamObserver<EgressResponse>TetherGrpc.TetherStub. egress(io.grpc.stub.StreamObserver<EgressRequest> responseObserver)Egress streams egress requests and responses. -
Uses of EgressRequest in com.google.cloud.apigeeconnect.v1.stub
Methods in com.google.cloud.apigeeconnect.v1.stub that return types with arguments of type EgressRequest Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<EgressResponse,EgressRequest>GrpcTetherStub. egressCallable()com.google.api.gax.rpc.BidiStreamingCallable<EgressResponse,EgressRequest>TetherStub. egressCallable()com.google.api.gax.rpc.StreamingCallSettings.Builder<EgressResponse,EgressRequest>TetherStubSettings.Builder. egressSettings()Returns the builder for the settings used for calls to egress.com.google.api.gax.rpc.StreamingCallSettings<EgressResponse,EgressRequest>TetherStubSettings. egressSettings()Returns the object with the settings used for calls to egress.
-