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