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