Uses of Class
com.google.cloud.contactcenterinsights.v1.UpdateSettingsRequest
-
Packages that use UpdateSettingsRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of UpdateSettingsRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return UpdateSettingsRequest Modifier and Type Method Description UpdateSettingsRequestUpdateSettingsRequest.Builder. build()UpdateSettingsRequestUpdateSettingsRequest.Builder. buildPartial()static UpdateSettingsRequestUpdateSettingsRequest. getDefaultInstance()UpdateSettingsRequestUpdateSettingsRequest.Builder. getDefaultInstanceForType()UpdateSettingsRequestUpdateSettingsRequest. getDefaultInstanceForType()static UpdateSettingsRequestUpdateSettingsRequest. parseDelimitedFrom(InputStream input)static UpdateSettingsRequestUpdateSettingsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(byte[] data)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(InputStream input)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(ByteBuffer data)static UpdateSettingsRequestUpdateSettingsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type UpdateSettingsRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateSettingsRequest>UpdateSettingsRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateSettingsRequest,Settings>ContactCenterInsightsGrpc. getUpdateSettingsMethod()static com.google.protobuf.Parser<UpdateSettingsRequest>UpdateSettingsRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings>ContactCenterInsightsClient. updateSettingsCallable()Updates project-level settings.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSettingsRequest,Settings>ContactCenterInsightsSettings.Builder. updateSettingsSettings()Returns the builder for the settings used for calls to updateSettings.com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings>ContactCenterInsightsSettings. updateSettingsSettings()Returns the object with the settings used for calls to updateSettings.Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type UpdateSettingsRequest Modifier and Type Method Description UpdateSettingsRequest.BuilderUpdateSettingsRequest.Builder. mergeFrom(UpdateSettingsRequest other)static UpdateSettingsRequest.BuilderUpdateSettingsRequest. newBuilder(UpdateSettingsRequest prototype)SettingsContactCenterInsightsClient. updateSettings(UpdateSettingsRequest request)Updates project-level settings.default voidContactCenterInsightsGrpc.AsyncService. updateSettings(UpdateSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)Updates project-level settings.SettingsContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateSettings(UpdateSettingsRequest request)Updates project-level settings.com.google.common.util.concurrent.ListenableFuture<Settings>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateSettings(UpdateSettingsRequest request)Updates project-level settings.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. updateSettings(UpdateSettingsRequest request, io.grpc.stub.StreamObserver<Settings> responseObserver)Updates project-level settings. -
Uses of UpdateSettingsRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type UpdateSettingsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings>ContactCenterInsightsStub. updateSettingsCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings>GrpcContactCenterInsightsStub. updateSettingsCallable()com.google.api.gax.rpc.UnaryCallable<UpdateSettingsRequest,Settings>HttpJsonContactCenterInsightsStub. updateSettingsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSettingsRequest,Settings>ContactCenterInsightsStubSettings.Builder. updateSettingsSettings()Returns the builder for the settings used for calls to updateSettings.com.google.api.gax.rpc.UnaryCallSettings<UpdateSettingsRequest,Settings>ContactCenterInsightsStubSettings. updateSettingsSettings()Returns the object with the settings used for calls to updateSettings.
-