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