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 UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest.Builder. build()UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest.Builder. buildPartial()static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. getDefaultInstance()UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest.Builder. getDefaultInstanceForType()UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. getDefaultInstanceForType()static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseDelimitedFrom(InputStream input)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(byte[] data)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(InputStream input)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. parseFrom(ByteBuffer data)static UpdateGoogleChannelConfigRequestUpdateGoogleChannelConfigRequest. 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.BuilderUpdateGoogleChannelConfigRequest.Builder. mergeFrom(UpdateGoogleChannelConfigRequest other)static UpdateGoogleChannelConfigRequest.BuilderUpdateGoogleChannelConfigRequest. newBuilder(UpdateGoogleChannelConfigRequest prototype)GoogleChannelConfigEventarcClient. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)Update a single GoogleChannelConfigdefault voidEventarcGrpc.AsyncService. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request, io.grpc.stub.StreamObserver<GoogleChannelConfig> responseObserver)Update a single GoogleChannelConfigGoogleChannelConfigEventarcGrpc.EventarcBlockingStub. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)Update a single GoogleChannelConfigcom.google.common.util.concurrent.ListenableFuture<GoogleChannelConfig>EventarcGrpc.EventarcFutureStub. updateGoogleChannelConfig(UpdateGoogleChannelConfigRequest request)Update a single GoogleChannelConfigvoidEventarcGrpc.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.
-