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