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 UpdateViewRequest
UpdateViewRequest.Builder. build()
UpdateViewRequest
UpdateViewRequest.Builder. buildPartial()
static UpdateViewRequest
UpdateViewRequest. getDefaultInstance()
UpdateViewRequest
UpdateViewRequest.Builder. getDefaultInstanceForType()
UpdateViewRequest
UpdateViewRequest. getDefaultInstanceForType()
static UpdateViewRequest
UpdateViewRequest. parseDelimitedFrom(InputStream input)
static UpdateViewRequest
UpdateViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateViewRequest
UpdateViewRequest. parseFrom(byte[] data)
static UpdateViewRequest
UpdateViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateViewRequest
UpdateViewRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateViewRequest
UpdateViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateViewRequest
UpdateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateViewRequest
UpdateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateViewRequest
UpdateViewRequest. parseFrom(InputStream input)
static UpdateViewRequest
UpdateViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateViewRequest
UpdateViewRequest. parseFrom(ByteBuffer data)
static UpdateViewRequest
UpdateViewRequest. 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.Builder
UpdateViewRequest.Builder. mergeFrom(UpdateViewRequest other)
static UpdateViewRequest.Builder
UpdateViewRequest. newBuilder(UpdateViewRequest prototype)
View
ContactCenterInsightsClient. updateView(UpdateViewRequest request)
Updates a view.default void
ContactCenterInsightsGrpc.AsyncService. updateView(UpdateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Updates a view.View
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateView(UpdateViewRequest request)
Updates a view.com.google.common.util.concurrent.ListenableFuture<View>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateView(UpdateViewRequest request)
Updates a view.void
ContactCenterInsightsGrpc.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.
-