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 CreateChannelRequest
CreateChannelRequest.Builder. build()
CreateChannelRequest
CreateChannelRequest.Builder. buildPartial()
static CreateChannelRequest
CreateChannelRequest. getDefaultInstance()
CreateChannelRequest
CreateChannelRequest.Builder. getDefaultInstanceForType()
CreateChannelRequest
CreateChannelRequest. getDefaultInstanceForType()
static CreateChannelRequest
CreateChannelRequest. parseDelimitedFrom(InputStream input)
static CreateChannelRequest
CreateChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChannelRequest
CreateChannelRequest. parseFrom(byte[] data)
static CreateChannelRequest
CreateChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChannelRequest
CreateChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateChannelRequest
CreateChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChannelRequest
CreateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateChannelRequest
CreateChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChannelRequest
CreateChannelRequest. parseFrom(InputStream input)
static CreateChannelRequest
CreateChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateChannelRequest
CreateChannelRequest. parseFrom(ByteBuffer data)
static CreateChannelRequest
CreateChannelRequest. 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 void
EventarcGrpc.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.Operation
EventarcGrpc.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.void
EventarcGrpc.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.Builder
CreateChannelRequest.Builder. mergeFrom(CreateChannelRequest other)
static CreateChannelRequest.Builder
CreateChannelRequest. 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.
-