Uses of Class
com.google.cloud.contactcenterinsights.v1.View
-
Packages that use View Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of View in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return View Modifier and Type Method Description View
View.Builder. build()
View
View.Builder. buildPartial()
View
ContactCenterInsightsClient. createView(CreateViewRequest request)
Creates a view.View
ContactCenterInsightsClient. createView(LocationName parent, View view)
Creates a view.View
ContactCenterInsightsClient. createView(String parent, View view)
Creates a view.View
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. createView(CreateViewRequest request)
Creates a view.static View
View. getDefaultInstance()
View
View.Builder. getDefaultInstanceForType()
View
View. getDefaultInstanceForType()
View
ContactCenterInsightsClient. getView(GetViewRequest request)
Gets a view.View
ContactCenterInsightsClient. getView(ViewName name)
Gets a view.View
ContactCenterInsightsClient. getView(String name)
Gets a view.View
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. getView(GetViewRequest request)
Gets a view.View
CreateViewRequest.Builder. getView()
Required.View
CreateViewRequest. getView()
Required.View
CreateViewRequestOrBuilder. getView()
Required.View
UpdateViewRequest.Builder. getView()
Required.View
UpdateViewRequest. getView()
Required.View
UpdateViewRequestOrBuilder. getView()
Required.View
ListViewsResponse.Builder. getViews(int index)
The views that match the request.View
ListViewsResponse. getViews(int index)
The views that match the request.View
ListViewsResponseOrBuilder. getViews(int index)
The views that match the request.static View
View. parseDelimitedFrom(InputStream input)
static View
View. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static View
View. parseFrom(byte[] data)
static View
View. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static View
View. parseFrom(com.google.protobuf.ByteString data)
static View
View. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static View
View. parseFrom(com.google.protobuf.CodedInputStream input)
static View
View. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static View
View. parseFrom(InputStream input)
static View
View. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static View
View. parseFrom(ByteBuffer data)
static View
View. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
View
ContactCenterInsightsClient. updateView(UpdateViewRequest request)
Updates a view.View
ContactCenterInsightsClient. updateView(View view, com.google.protobuf.FieldMask updateMask)
Updates a view.View
ContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. updateView(UpdateViewRequest request)
Updates a view.Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type View Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<View>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. createView(CreateViewRequest request)
Creates a view.com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,View>
ContactCenterInsightsClient. createViewCallable()
Creates a view.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,View>
ContactCenterInsightsSettings.Builder. createViewSettings()
Returns the builder for the settings used for calls to createView.com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,View>
ContactCenterInsightsSettings. createViewSettings()
Returns the object with the settings used for calls to createView.static io.grpc.MethodDescriptor<CreateViewRequest,View>
ContactCenterInsightsGrpc. getCreateViewMethod()
static io.grpc.MethodDescriptor<GetViewRequest,View>
ContactCenterInsightsGrpc. getGetViewMethod()
com.google.protobuf.Parser<View>
View. getParserForType()
static io.grpc.MethodDescriptor<UpdateViewRequest,View>
ContactCenterInsightsGrpc. getUpdateViewMethod()
com.google.common.util.concurrent.ListenableFuture<View>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. getView(GetViewRequest request)
Gets a view.com.google.api.gax.rpc.UnaryCallable<GetViewRequest,View>
ContactCenterInsightsClient. getViewCallable()
Gets a view.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetViewRequest,View>
ContactCenterInsightsSettings.Builder. getViewSettings()
Returns the builder for the settings used for calls to getView.com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,View>
ContactCenterInsightsSettings. getViewSettings()
Returns the object with the settings used for calls to getView.List<View>
ListViewsResponse.Builder. getViewsList()
The views that match the request.List<View>
ListViewsResponse. getViewsList()
The views that match the request.List<View>
ListViewsResponseOrBuilder. getViewsList()
The views that match the request.static com.google.protobuf.Parser<View>
View. parser()
com.google.common.util.concurrent.ListenableFuture<View>
ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. updateView(UpdateViewRequest request)
Updates a view.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 View Modifier and Type Method Description ListViewsResponse.Builder
ListViewsResponse.Builder. addViews(int index, View value)
The views that match the request.ListViewsResponse.Builder
ListViewsResponse.Builder. addViews(View value)
The views that match the request.View
ContactCenterInsightsClient. createView(LocationName parent, View view)
Creates a view.View
ContactCenterInsightsClient. createView(String parent, View view)
Creates a view.View.Builder
View.Builder. mergeFrom(View other)
CreateViewRequest.Builder
CreateViewRequest.Builder. mergeView(View value)
Required.UpdateViewRequest.Builder
UpdateViewRequest.Builder. mergeView(View value)
Required.static View.Builder
View. newBuilder(View prototype)
CreateViewRequest.Builder
CreateViewRequest.Builder. setView(View value)
Required.UpdateViewRequest.Builder
UpdateViewRequest.Builder. setView(View value)
Required.ListViewsResponse.Builder
ListViewsResponse.Builder. setViews(int index, View value)
The views that match the request.View
ContactCenterInsightsClient. updateView(View view, com.google.protobuf.FieldMask updateMask)
Updates a view.Method parameters in com.google.cloud.contactcenterinsights.v1 with type arguments of type View Modifier and Type Method Description ListViewsResponse.Builder
ListViewsResponse.Builder. addAllViews(Iterable<? extends View> values)
The views that match the request.static com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListViewsPagedResponse>
ContactCenterInsightsClient.ListViewsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
protected ContactCenterInsightsClient.ListViewsPage
ContactCenterInsightsClient.ListViewsPage. createPage(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, ListViewsResponse response)
com.google.api.core.ApiFuture<ContactCenterInsightsClient.ListViewsPage>
ContactCenterInsightsClient.ListViewsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListViewsRequest,ListViewsResponse,View> context, com.google.api.core.ApiFuture<ListViewsResponse> futureResponse)
default void
ContactCenterInsightsGrpc.AsyncService. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Creates a view.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Creates a view.default void
ContactCenterInsightsGrpc.AsyncService. getView(GetViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Gets a view.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. getView(GetViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Gets a view.default void
ContactCenterInsightsGrpc.AsyncService. updateView(UpdateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Updates a view.void
ContactCenterInsightsGrpc.ContactCenterInsightsStub. updateView(UpdateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)
Updates a view. -
Uses of View in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type View Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,View>
ContactCenterInsightsStub. createViewCallable()
com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,View>
GrpcContactCenterInsightsStub. createViewCallable()
com.google.api.gax.rpc.UnaryCallable<CreateViewRequest,View>
HttpJsonContactCenterInsightsStub. createViewCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateViewRequest,View>
ContactCenterInsightsStubSettings.Builder. createViewSettings()
Returns the builder for the settings used for calls to createView.com.google.api.gax.rpc.UnaryCallSettings<CreateViewRequest,View>
ContactCenterInsightsStubSettings. createViewSettings()
Returns the object with the settings used for calls to createView.com.google.api.gax.rpc.UnaryCallable<GetViewRequest,View>
ContactCenterInsightsStub. getViewCallable()
com.google.api.gax.rpc.UnaryCallable<GetViewRequest,View>
GrpcContactCenterInsightsStub. getViewCallable()
com.google.api.gax.rpc.UnaryCallable<GetViewRequest,View>
HttpJsonContactCenterInsightsStub. getViewCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetViewRequest,View>
ContactCenterInsightsStubSettings.Builder. getViewSettings()
Returns the builder for the settings used for calls to getView.com.google.api.gax.rpc.UnaryCallSettings<GetViewRequest,View>
ContactCenterInsightsStubSettings. getViewSettings()
Returns the object with the settings used for calls to getView.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.
-