Uses of Class
com.google.cloud.eventarc.v1.GetChannelConnectionRequest
-
Packages that use GetChannelConnectionRequest Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of GetChannelConnectionRequest in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return GetChannelConnectionRequest Modifier and Type Method Description GetChannelConnectionRequest
GetChannelConnectionRequest.Builder. build()
GetChannelConnectionRequest
GetChannelConnectionRequest.Builder. buildPartial()
static GetChannelConnectionRequest
GetChannelConnectionRequest. getDefaultInstance()
GetChannelConnectionRequest
GetChannelConnectionRequest.Builder. getDefaultInstanceForType()
GetChannelConnectionRequest
GetChannelConnectionRequest. getDefaultInstanceForType()
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseDelimitedFrom(InputStream input)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(byte[] data)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(com.google.protobuf.ByteString data)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(InputStream input)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(ByteBuffer data)
static GetChannelConnectionRequest
GetChannelConnectionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.eventarc.v1 that return types with arguments of type GetChannelConnectionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection>
EventarcClient. getChannelConnectionCallable()
Get a single ChannelConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChannelConnectionRequest,ChannelConnection>
EventarcSettings.Builder. getChannelConnectionSettings()
Returns the builder for the settings used for calls to getChannelConnection.com.google.api.gax.rpc.UnaryCallSettings<GetChannelConnectionRequest,ChannelConnection>
EventarcSettings. getChannelConnectionSettings()
Returns the object with the settings used for calls to getChannelConnection.static io.grpc.MethodDescriptor<GetChannelConnectionRequest,ChannelConnection>
EventarcGrpc. getGetChannelConnectionMethod()
com.google.protobuf.Parser<GetChannelConnectionRequest>
GetChannelConnectionRequest. getParserForType()
static com.google.protobuf.Parser<GetChannelConnectionRequest>
GetChannelConnectionRequest. parser()
Methods in com.google.cloud.eventarc.v1 with parameters of type GetChannelConnectionRequest Modifier and Type Method Description ChannelConnection
EventarcClient. getChannelConnection(GetChannelConnectionRequest request)
Get a single ChannelConnection.default void
EventarcGrpc.AsyncService. getChannelConnection(GetChannelConnectionRequest request, io.grpc.stub.StreamObserver<ChannelConnection> responseObserver)
Get a single ChannelConnection.ChannelConnection
EventarcGrpc.EventarcBlockingStub. getChannelConnection(GetChannelConnectionRequest request)
Get a single ChannelConnection.com.google.common.util.concurrent.ListenableFuture<ChannelConnection>
EventarcGrpc.EventarcFutureStub. getChannelConnection(GetChannelConnectionRequest request)
Get a single ChannelConnection.void
EventarcGrpc.EventarcStub. getChannelConnection(GetChannelConnectionRequest request, io.grpc.stub.StreamObserver<ChannelConnection> responseObserver)
Get a single ChannelConnection.GetChannelConnectionRequest.Builder
GetChannelConnectionRequest.Builder. mergeFrom(GetChannelConnectionRequest other)
static GetChannelConnectionRequest.Builder
GetChannelConnectionRequest. newBuilder(GetChannelConnectionRequest prototype)
-
Uses of GetChannelConnectionRequest in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type GetChannelConnectionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection>
EventarcStub. getChannelConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection>
GrpcEventarcStub. getChannelConnectionCallable()
com.google.api.gax.rpc.UnaryCallable<GetChannelConnectionRequest,ChannelConnection>
HttpJsonEventarcStub. getChannelConnectionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetChannelConnectionRequest,ChannelConnection>
EventarcStubSettings.Builder. getChannelConnectionSettings()
Returns the builder for the settings used for calls to getChannelConnection.com.google.api.gax.rpc.UnaryCallSettings<GetChannelConnectionRequest,ChannelConnection>
EventarcStubSettings. getChannelConnectionSettings()
Returns the object with the settings used for calls to getChannelConnection.
-