Uses of Class
com.google.cloud.contactcenterinsights.v1.CreateViewRequest
-
Packages that use CreateViewRequest Package Description com.google.cloud.contactcenterinsights.v1 A client to Contact Center AI Insights APIcom.google.cloud.contactcenterinsights.v1.stub -
-
Uses of CreateViewRequest in com.google.cloud.contactcenterinsights.v1
Methods in com.google.cloud.contactcenterinsights.v1 that return CreateViewRequest Modifier and Type Method Description CreateViewRequestCreateViewRequest.Builder. build()CreateViewRequestCreateViewRequest.Builder. buildPartial()static CreateViewRequestCreateViewRequest. getDefaultInstance()CreateViewRequestCreateViewRequest.Builder. getDefaultInstanceForType()CreateViewRequestCreateViewRequest. getDefaultInstanceForType()static CreateViewRequestCreateViewRequest. parseDelimitedFrom(InputStream input)static CreateViewRequestCreateViewRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(byte[] data)static CreateViewRequestCreateViewRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.ByteString data)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateViewRequestCreateViewRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(InputStream input)static CreateViewRequestCreateViewRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateViewRequestCreateViewRequest. parseFrom(ByteBuffer data)static CreateViewRequestCreateViewRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.contactcenterinsights.v1 that return types with arguments of type CreateViewRequest Modifier and Type Method Description 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()com.google.protobuf.Parser<CreateViewRequest>CreateViewRequest. getParserForType()static com.google.protobuf.Parser<CreateViewRequest>CreateViewRequest. parser()Methods in com.google.cloud.contactcenterinsights.v1 with parameters of type CreateViewRequest Modifier and Type Method Description ViewContactCenterInsightsClient. createView(CreateViewRequest request)Creates a view.default voidContactCenterInsightsGrpc.AsyncService. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)Creates a view.ViewContactCenterInsightsGrpc.ContactCenterInsightsBlockingStub. createView(CreateViewRequest request)Creates a view.com.google.common.util.concurrent.ListenableFuture<View>ContactCenterInsightsGrpc.ContactCenterInsightsFutureStub. createView(CreateViewRequest request)Creates a view.voidContactCenterInsightsGrpc.ContactCenterInsightsStub. createView(CreateViewRequest request, io.grpc.stub.StreamObserver<View> responseObserver)Creates a view.CreateViewRequest.BuilderCreateViewRequest.Builder. mergeFrom(CreateViewRequest other)static CreateViewRequest.BuilderCreateViewRequest. newBuilder(CreateViewRequest prototype) -
Uses of CreateViewRequest in com.google.cloud.contactcenterinsights.v1.stub
Methods in com.google.cloud.contactcenterinsights.v1.stub that return types with arguments of type CreateViewRequest 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.
-