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