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