Uses of Class
com.google.cloud.eventarc.v1.CreateChannelRequest
-
Packages that use CreateChannelRequest Package Description com.google.cloud.eventarc.v1 A client to Eventarc APIcom.google.cloud.eventarc.v1.stub -
-
Uses of CreateChannelRequest in com.google.cloud.eventarc.v1
Methods in com.google.cloud.eventarc.v1 that return CreateChannelRequest Modifier and Type Method Description CreateChannelRequestCreateChannelRequest.Builder. build()CreateChannelRequestCreateChannelRequest.Builder. buildPartial()static CreateChannelRequestCreateChannelRequest. getDefaultInstance()CreateChannelRequestCreateChannelRequest.Builder. getDefaultInstanceForType()CreateChannelRequestCreateChannelRequest. getDefaultInstanceForType()static CreateChannelRequestCreateChannelRequest. parseDelimitedFrom(InputStream input)static CreateChannelRequestCreateChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChannelRequestCreateChannelRequest. parseFrom(byte[] data)static CreateChannelRequestCreateChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChannelRequestCreateChannelRequest. parseFrom(com.google.protobuf.ByteString data)static CreateChannelRequestCreateChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChannelRequestCreateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateChannelRequestCreateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChannelRequestCreateChannelRequest. parseFrom(InputStream input)static CreateChannelRequestCreateChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateChannelRequestCreateChannelRequest. parseFrom(ByteBuffer data)static CreateChannelRequestCreateChannelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.eventarc.v1 that return types with arguments of type CreateChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation>EventarcClient. createChannelCallable()Create a new channel in a particular project and location.com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>EventarcClient. createChannelOperationCallable()Create a new channel in a particular project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateChannelRequest,Channel,OperationMetadata>EventarcSettings.Builder. createChannelOperationSettings()Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata>EventarcSettings. createChannelOperationSettings()Returns the object with the settings used for calls to createChannel.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateChannelRequest,com.google.longrunning.Operation>EventarcSettings.Builder. createChannelSettings()Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.UnaryCallSettings<CreateChannelRequest,com.google.longrunning.Operation>EventarcSettings. createChannelSettings()Returns the object with the settings used for calls to createChannel.static io.grpc.MethodDescriptor<CreateChannelRequest,com.google.longrunning.Operation>EventarcGrpc. getCreateChannelMethod()com.google.protobuf.Parser<CreateChannelRequest>CreateChannelRequest. getParserForType()static com.google.protobuf.Parser<CreateChannelRequest>CreateChannelRequest. parser()Methods in com.google.cloud.eventarc.v1 with parameters of type CreateChannelRequest Modifier and Type Method Description default voidEventarcGrpc.AsyncService. createChannel(CreateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Create a new channel in a particular project and location.com.google.longrunning.OperationEventarcGrpc.EventarcBlockingStub. createChannel(CreateChannelRequest request)Create a new channel in a particular project and location.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>EventarcGrpc.EventarcFutureStub. createChannel(CreateChannelRequest request)Create a new channel in a particular project and location.voidEventarcGrpc.EventarcStub. createChannel(CreateChannelRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Create a new channel in a particular project and location.com.google.api.gax.longrunning.OperationFuture<Channel,OperationMetadata>EventarcClient. createChannelAsync(CreateChannelRequest request)Create a new channel in a particular project and location.CreateChannelRequest.BuilderCreateChannelRequest.Builder. mergeFrom(CreateChannelRequest other)static CreateChannelRequest.BuilderCreateChannelRequest. newBuilder(CreateChannelRequest prototype) -
Uses of CreateChannelRequest in com.google.cloud.eventarc.v1.stub
Methods in com.google.cloud.eventarc.v1.stub that return types with arguments of type CreateChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation>EventarcStub. createChannelCallable()com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation>GrpcEventarcStub. createChannelCallable()com.google.api.gax.rpc.UnaryCallable<CreateChannelRequest,com.google.longrunning.Operation>HttpJsonEventarcStub. createChannelCallable()com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>EventarcStub. createChannelOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>GrpcEventarcStub. createChannelOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateChannelRequest,Channel,OperationMetadata>HttpJsonEventarcStub. createChannelOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateChannelRequest,Channel,OperationMetadata>EventarcStubSettings.Builder. createChannelOperationSettings()Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.OperationCallSettings<CreateChannelRequest,Channel,OperationMetadata>EventarcStubSettings. createChannelOperationSettings()Returns the object with the settings used for calls to createChannel.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateChannelRequest,com.google.longrunning.Operation>EventarcStubSettings.Builder. createChannelSettings()Returns the builder for the settings used for calls to createChannel.com.google.api.gax.rpc.UnaryCallSettings<CreateChannelRequest,com.google.longrunning.Operation>EventarcStubSettings. createChannelSettings()Returns the object with the settings used for calls to createChannel.
-