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 GetChannelConnectionRequestGetChannelConnectionRequest.Builder. build()GetChannelConnectionRequestGetChannelConnectionRequest.Builder. buildPartial()static GetChannelConnectionRequestGetChannelConnectionRequest. getDefaultInstance()GetChannelConnectionRequestGetChannelConnectionRequest.Builder. getDefaultInstanceForType()GetChannelConnectionRequestGetChannelConnectionRequest. getDefaultInstanceForType()static GetChannelConnectionRequestGetChannelConnectionRequest. parseDelimitedFrom(InputStream input)static GetChannelConnectionRequestGetChannelConnectionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(byte[] data)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(com.google.protobuf.ByteString data)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(InputStream input)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetChannelConnectionRequestGetChannelConnectionRequest. parseFrom(ByteBuffer data)static GetChannelConnectionRequestGetChannelConnectionRequest. 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 ChannelConnectionEventarcClient. getChannelConnection(GetChannelConnectionRequest request)Get a single ChannelConnection.default voidEventarcGrpc.AsyncService. getChannelConnection(GetChannelConnectionRequest request, io.grpc.stub.StreamObserver<ChannelConnection> responseObserver)Get a single ChannelConnection.ChannelConnectionEventarcGrpc.EventarcBlockingStub. getChannelConnection(GetChannelConnectionRequest request)Get a single ChannelConnection.com.google.common.util.concurrent.ListenableFuture<ChannelConnection>EventarcGrpc.EventarcFutureStub. getChannelConnection(GetChannelConnectionRequest request)Get a single ChannelConnection.voidEventarcGrpc.EventarcStub. getChannelConnection(GetChannelConnectionRequest request, io.grpc.stub.StreamObserver<ChannelConnection> responseObserver)Get a single ChannelConnection.GetChannelConnectionRequest.BuilderGetChannelConnectionRequest.Builder. mergeFrom(GetChannelConnectionRequest other)static GetChannelConnectionRequest.BuilderGetChannelConnectionRequest. 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.
-