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