Uses of Class
com.google.cloud.apigeeconnect.v1.EgressResponse
-
Packages that use EgressResponse Package Description com.google.cloud.apigeeconnect.v1 A client to Apigee Connect APIcom.google.cloud.apigeeconnect.v1.stub -
-
Uses of EgressResponse in com.google.cloud.apigeeconnect.v1
Methods in com.google.cloud.apigeeconnect.v1 that return EgressResponse Modifier and Type Method Description EgressResponse
EgressResponse.Builder. build()
EgressResponse
EgressResponse.Builder. buildPartial()
static EgressResponse
EgressResponse. getDefaultInstance()
EgressResponse
EgressResponse.Builder. getDefaultInstanceForType()
EgressResponse
EgressResponse. getDefaultInstanceForType()
static EgressResponse
EgressResponse. parseDelimitedFrom(InputStream input)
static EgressResponse
EgressResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressResponse
EgressResponse. parseFrom(byte[] data)
static EgressResponse
EgressResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressResponse
EgressResponse. parseFrom(com.google.protobuf.ByteString data)
static EgressResponse
EgressResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressResponse
EgressResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static EgressResponse
EgressResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressResponse
EgressResponse. parseFrom(InputStream input)
static EgressResponse
EgressResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EgressResponse
EgressResponse. parseFrom(ByteBuffer data)
static EgressResponse
EgressResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.apigeeconnect.v1 that return types with arguments of type EgressResponse 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.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<EgressResponse>
EgressResponse. getParserForType()
static com.google.protobuf.Parser<EgressResponse>
EgressResponse. parser()
Methods in com.google.cloud.apigeeconnect.v1 with parameters of type EgressResponse Modifier and Type Method Description EgressResponse.Builder
EgressResponse.Builder. mergeFrom(EgressResponse other)
static EgressResponse.Builder
EgressResponse. newBuilder(EgressResponse prototype)
-
Uses of EgressResponse in com.google.cloud.apigeeconnect.v1.stub
Methods in com.google.cloud.apigeeconnect.v1.stub that return types with arguments of type EgressResponse 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.
-