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