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 EgressRequest
EgressRequest.Builder. build()
EgressRequest
EgressRequest.Builder. buildPartial()
static EgressRequest
EgressRequest. getDefaultInstance()
EgressRequest
EgressRequest.Builder. getDefaultInstanceForType()
EgressRequest
EgressRequest. getDefaultInstanceForType()
static EgressRequest
EgressRequest. parseDelimitedFrom(InputStream input)
static EgressRequest
EgressRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressRequest
EgressRequest. parseFrom(byte[] data)
static EgressRequest
EgressRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressRequest
EgressRequest. parseFrom(com.google.protobuf.ByteString data)
static EgressRequest
EgressRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressRequest
EgressRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static EgressRequest
EgressRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressRequest
EgressRequest. parseFrom(InputStream input)
static EgressRequest
EgressRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressRequest
EgressRequest. parseFrom(ByteBuffer data)
static EgressRequest
EgressRequest. 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.Builder
EgressRequest.Builder. mergeFrom(EgressRequest other)
static EgressRequest.Builder
EgressRequest. 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.
-