@Generated("by gapic-generator-java")
Package com.google.cloud.contentwarehouse.v1
The interfaces provided are listed below, along with usage samples.
======================= DocumentLinkServiceClient =======================
Service Description: This service lets you manage document-links. Document-Links are treated as sub-resources under source documents.
Sample for DocumentLinkServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DocumentLinkServiceClient documentLinkServiceClient = DocumentLinkServiceClient.create()) {
DocumentName parent =
DocumentName.ofProjectLocationDocumentName("[PROJECT]", "[LOCATION]", "[DOCUMENT]");
ListLinkedTargetsResponse response = documentLinkServiceClient.listLinkedTargets(parent);
}
======================= DocumentSchemaServiceClient =======================
Service Description: This service lets you manage document schema.
Sample for DocumentSchemaServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DocumentSchemaServiceClient documentSchemaServiceClient =
DocumentSchemaServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
DocumentSchema documentSchema = DocumentSchema.newBuilder().build();
DocumentSchema response =
documentSchemaServiceClient.createDocumentSchema(parent, documentSchema);
}
======================= DocumentServiceClient =======================
Service Description: This service lets you manage document.
Sample for DocumentServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DocumentServiceClient documentServiceClient = DocumentServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
Document document = Document.newBuilder().build();
CreateDocumentResponse response = documentServiceClient.createDocument(parent, document);
}
======================= PipelineServiceClient =======================
Service Description: This service lets you manage pipelines.
Sample for PipelineServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (PipelineServiceClient pipelineServiceClient = PipelineServiceClient.create()) {
LocationName name = LocationName.of("[PROJECT]", "[LOCATION]");
RunPipelineResponse response = pipelineServiceClient.runPipelineAsync(name).get();
}
======================= RuleSetServiceClient =======================
Service Description: Service to manage customer specific RuleSets.
Sample for RuleSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (RuleSetServiceClient ruleSetServiceClient = RuleSetServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
RuleSet ruleSet = RuleSet.newBuilder().build();
RuleSet response = ruleSetServiceClient.createRuleSet(parent, ruleSet);
}
======================= SynonymSetServiceClient =======================
Service Description: A Service that manage/custom customer specified SynonymSets.
Sample for SynonymSetServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (SynonymSetServiceClient synonymSetServiceClient = SynonymSetServiceClient.create()) {
LocationName parent = LocationName.of("[PROJECT]", "[LOCATION]");
SynonymSet synonymSet = SynonymSet.newBuilder().build();
SynonymSet response = synonymSetServiceClient.createSynonymSet(parent, synonymSet);
}
-
Class Summary Class Description AccessControlAction Represents the action responsible for access control list management operations.AccessControlAction.Builder Represents the action responsible for access control list management operations.Action Represents the action triggered by Rule Engine when the rule is true.Action.Builder Represents the action triggered by Rule Engine when the rule is true.ActionExecutorOutput Represents the output of the Action Executor.ActionExecutorOutput.Builder Represents the output of the Action Executor.ActionOutput Represents the result of executing an action.ActionOutput.Builder Represents the result of executing an action.AddToFolderAction Represents the action responsible for adding document under a folder.AddToFolderAction.Builder Represents the action responsible for adding document under a folder.AsyncDocumentServiceRequestProto CloudAIDocumentOption Request Option for processing Cloud AI Document in CW Document.CloudAIDocumentOption.Builder Request Option for processing Cloud AI Document in CW Document.CommonProto CreateDocumentLinkRequest Request message for DocumentLinkService.CreateDocumentLink.CreateDocumentLinkRequest.Builder Request message for DocumentLinkService.CreateDocumentLink.CreateDocumentMetadata Metadata object for CreateDocument request (currently empty).CreateDocumentMetadata.Builder Metadata object for CreateDocument request (currently empty).CreateDocumentRequest Request message for DocumentService.CreateDocument.CreateDocumentRequest.Builder Request message for DocumentService.CreateDocument.CreateDocumentResponse Response message for DocumentService.CreateDocument.CreateDocumentResponse.Builder Response message for DocumentService.CreateDocument.CreateDocumentSchemaRequest Request message for DocumentSchemaService.CreateDocumentSchema.CreateDocumentSchemaRequest.Builder Request message for DocumentSchemaService.CreateDocumentSchema.CreateRuleSetRequest Request message for RuleSetService.CreateRuleSet.CreateRuleSetRequest.Builder Request message for RuleSetService.CreateRuleSet.CreateSynonymSetRequest Request message for SynonymSetService.CreateSynonymSet.CreateSynonymSetRequest.Builder Request message for SynonymSetService.CreateSynonymSet.CustomWeightsMetadata To support the custom weighting across document schemas.CustomWeightsMetadata.Builder To support the custom weighting across document schemas.DataUpdateAction Represents the action responsible for properties update operations.DataUpdateAction.Builder Represents the action responsible for properties update operations.DataValidationAction Represents the action responsible for data validation operations.DataValidationAction.Builder Represents the action responsible for data validation operations.DateTimeArray DateTime values.DateTimeArray.Builder DateTime values.DateTimeTypeOptions Configurations for a date time property.DateTimeTypeOptions.Builder Configurations for a date time property.DeleteDocumentAction Represents the action responsible for deleting the document.DeleteDocumentAction.Builder Represents the action responsible for deleting the document.DeleteDocumentLinkRequest Request message for DocumentLinkService.DeleteDocumentLink.DeleteDocumentLinkRequest.Builder Request message for DocumentLinkService.DeleteDocumentLink.DeleteDocumentRequest Request message for DocumentService.DeleteDocument.DeleteDocumentRequest.Builder Request message for DocumentService.DeleteDocument.DeleteDocumentSchemaRequest Request message for DocumentSchemaService.DeleteDocumentSchema.DeleteDocumentSchemaRequest.Builder Request message for DocumentSchemaService.DeleteDocumentSchema.DeleteRuleSetRequest Request message for RuleSetService.DeleteRuleSet.DeleteRuleSetRequest.Builder Request message for RuleSetService.DeleteRuleSet.DeleteSynonymSetRequest Request message for SynonymSetService.DeleteSynonymSet.DeleteSynonymSetRequest.Builder Request message for SynonymSetService.DeleteSynonymSet.Document Defines the structure for content warehouse document proto.Document.Builder Defines the structure for content warehouse document proto.DocumentLink A document-link between source and target document.DocumentLink.Builder A document-link between source and target document.DocumentLinkName DocumentLinkName.Builder Builder for projects/{project}/locations/{location}/documents/{document}/documentLinks/{document_link}.DocumentLinkServiceClient Service Description: This service lets you manage document-links.DocumentLinkServiceClient.ListLinkedSourcesFixedSizeCollection DocumentLinkServiceClient.ListLinkedSourcesPage DocumentLinkServiceClient.ListLinkedSourcesPagedResponse DocumentLinkServiceGrpc This service lets you manage document-links.DocumentLinkServiceGrpc.DocumentLinkServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DocumentLinkService.DocumentLinkServiceGrpc.DocumentLinkServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentLinkService.DocumentLinkServiceGrpc.DocumentLinkServiceImplBase Base class for the server implementation of the service DocumentLinkService.DocumentLinkServiceGrpc.DocumentLinkServiceStub A stub to allow clients to do asynchronous rpc calls to service DocumentLinkService.DocumentLinkServiceProto DocumentLinkServiceSettings Settings class to configure an instance ofDocumentLinkServiceClient
.DocumentLinkServiceSettings.Builder Builder for DocumentLinkServiceSettings.DocumentName DocumentName.Builder Builder for projects/{project}/locations/{location}/documents/{document}.DocumentName.ProjectLocationReferenceIdBuilder Builder for projects/{project}/locations/{location}/documents/referenceId/{reference_id}.DocumentProto DocumentQuery Protobuf typegoogle.cloud.contentwarehouse.v1.DocumentQuery
DocumentQuery.Builder Protobuf typegoogle.cloud.contentwarehouse.v1.DocumentQuery
DocumentReference References to the documents.DocumentReference.Builder References to the documents.DocumentSchema A document schema used to define document structure.DocumentSchema.Builder A document schema used to define document structure.DocumentSchemaName DocumentSchemaName.Builder Builder for projects/{project}/locations/{location}/documentSchemas/{document_schema}.DocumentSchemaProto DocumentSchemaServiceClient Service Description: This service lets you manage document schema.DocumentSchemaServiceClient.ListDocumentSchemasFixedSizeCollection DocumentSchemaServiceClient.ListDocumentSchemasPage DocumentSchemaServiceClient.ListDocumentSchemasPagedResponse DocumentSchemaServiceGrpc This service lets you manage document schema.DocumentSchemaServiceGrpc.DocumentSchemaServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DocumentSchemaService.DocumentSchemaServiceGrpc.DocumentSchemaServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentSchemaService.DocumentSchemaServiceGrpc.DocumentSchemaServiceImplBase Base class for the server implementation of the service DocumentSchemaService.DocumentSchemaServiceGrpc.DocumentSchemaServiceStub A stub to allow clients to do asynchronous rpc calls to service DocumentSchemaService.DocumentSchemaServiceProto DocumentSchemaServiceSettings Settings class to configure an instance ofDocumentSchemaServiceClient
.DocumentSchemaServiceSettings.Builder Builder for DocumentSchemaServiceSettings.DocumentServiceClient Service Description: This service lets you manage document.DocumentServiceClient.SearchDocumentsFixedSizeCollection DocumentServiceClient.SearchDocumentsPage DocumentServiceClient.SearchDocumentsPagedResponse DocumentServiceGrpc This service lets you manage document.DocumentServiceGrpc.DocumentServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DocumentService.DocumentServiceGrpc.DocumentServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DocumentService.DocumentServiceGrpc.DocumentServiceImplBase Base class for the server implementation of the service DocumentService.DocumentServiceGrpc.DocumentServiceStub A stub to allow clients to do asynchronous rpc calls to service DocumentService.DocumentServiceProto DocumentServiceRequestProto DocumentServiceSettings Settings class to configure an instance ofDocumentServiceClient
.DocumentServiceSettings.Builder Builder for DocumentServiceSettings.EnumArray Enum values.EnumArray.Builder Enum values.EnumTypeOptions Configurations for an enum/categorical property.EnumTypeOptions.Builder Configurations for an enum/categorical property.EnumValue Represents the string value of the enum field.EnumValue.Builder Represents the string value of the enum field.ExportToCdwPipeline The configuration of exporting documents from the Document Warehouse to CDW pipeline.ExportToCdwPipeline.Builder The configuration of exporting documents from the Document Warehouse to CDW pipeline.FetchAclRequest Request message for DocumentService.FetchAclFetchAclRequest.Builder Request message for DocumentService.FetchAclFetchAclResponse Response message for DocumentService.FetchAcl.FetchAclResponse.Builder Response message for DocumentService.FetchAcl.FileTypeFilter Filter for the specific types of documents returned.FileTypeFilter.Builder Filter for the specific types of documents returned.FiltersProto FloatArray Float values.FloatArray.Builder Float values.FloatTypeOptions Configurations for a float property.FloatTypeOptions.Builder Configurations for a float property.GcsIngestPipeline The configuration of the Cloud Storage Ingestion pipeline.GcsIngestPipeline.Builder The configuration of the Cloud Storage Ingestion pipeline.GcsIngestWithDocAiProcessorsPipeline The configuration of the Cloud Storage Ingestion with DocAI Processors pipeline.GcsIngestWithDocAiProcessorsPipeline.Builder The configuration of the Cloud Storage Ingestion with DocAI Processors pipeline.GetDocumentRequest Request message for DocumentService.GetDocument.GetDocumentRequest.Builder Request message for DocumentService.GetDocument.GetDocumentSchemaRequest Request message for DocumentSchemaService.GetDocumentSchema.GetDocumentSchemaRequest.Builder Request message for DocumentSchemaService.GetDocumentSchema.GetRuleSetRequest Request message for RuleSetService.GetRuleSet.GetRuleSetRequest.Builder Request message for RuleSetService.GetRuleSet.GetSynonymSetRequest Request message for SynonymSetService.GetSynonymSet.GetSynonymSetRequest.Builder Request message for SynonymSetService.GetSynonymSet.HistogramProto HistogramQuery The histogram request.HistogramQuery.Builder The histogram request.HistogramQueryPropertyNameFilter Protobuf typegoogle.cloud.contentwarehouse.v1.HistogramQueryPropertyNameFilter
HistogramQueryPropertyNameFilter.Builder Protobuf typegoogle.cloud.contentwarehouse.v1.HistogramQueryPropertyNameFilter
HistogramQueryResult Histogram result that matches [HistogramQuery][google.cloud.contentwarehouse.v1.HistogramQuery] specified in searches.HistogramQueryResult.Builder Histogram result that matches [HistogramQuery][google.cloud.contentwarehouse.v1.HistogramQuery] specified in searches.IngestPipelineConfig The ingestion pipeline config.IngestPipelineConfig.Builder The ingestion pipeline config.IntegerArray Integer values.IntegerArray.Builder Integer values.IntegerTypeOptions Configurations for an integer property.IntegerTypeOptions.Builder Configurations for an integer property.InvalidRule A triggered rule that failed the validation check(s) after parsing.InvalidRule.Builder A triggered rule that failed the validation check(s) after parsing.ListDocumentSchemasRequest Request message for DocumentSchemaService.ListDocumentSchemas.ListDocumentSchemasRequest.Builder Request message for DocumentSchemaService.ListDocumentSchemas.ListDocumentSchemasResponse Response message for DocumentSchemaService.ListDocumentSchemas.ListDocumentSchemasResponse.Builder Response message for DocumentSchemaService.ListDocumentSchemas.ListLinkedSourcesRequest Response message for DocumentLinkService.ListLinkedSources.ListLinkedSourcesRequest.Builder Response message for DocumentLinkService.ListLinkedSources.ListLinkedSourcesResponse Response message for DocumentLinkService.ListLinkedSources.ListLinkedSourcesResponse.Builder Response message for DocumentLinkService.ListLinkedSources.ListLinkedTargetsRequest Request message for DocumentLinkService.ListLinkedTargets.ListLinkedTargetsRequest.Builder Request message for DocumentLinkService.ListLinkedTargets.ListLinkedTargetsResponse Response message for DocumentLinkService.ListLinkedTargets.ListLinkedTargetsResponse.Builder Response message for DocumentLinkService.ListLinkedTargets.ListRuleSetsRequest Request message for RuleSetService.ListRuleSets.ListRuleSetsRequest.Builder Request message for RuleSetService.ListRuleSets.ListRuleSetsResponse Response message for RuleSetService.ListRuleSets.ListRuleSetsResponse.Builder Response message for RuleSetService.ListRuleSets.ListSynonymSetsRequest Request message for SynonymSetService.ListSynonymSets.ListSynonymSetsRequest.Builder Request message for SynonymSetService.ListSynonymSets.ListSynonymSetsResponse Response message for SynonymSetService.ListSynonymSets.ListSynonymSetsResponse.Builder Response message for SynonymSetService.ListSynonymSets.LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.LockDocumentRequest Request message for DocumentService.LockDocument.LockDocumentRequest.Builder Request message for DocumentService.LockDocument.MapProperty Map property value.MapProperty.Builder Map property value.MapTypeOptions Configurations for a Map property.MapTypeOptions.Builder Configurations for a Map property.MergeFieldsOptions Options for merging updated fields.MergeFieldsOptions.Builder Options for merging updated fields.PipelineServiceClient Service Description: This service lets you manage pipelines.PipelineServiceGrpc This service lets you manage pipelines.PipelineServiceGrpc.PipelineServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service PipelineService.PipelineServiceGrpc.PipelineServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service PipelineService.PipelineServiceGrpc.PipelineServiceImplBase Base class for the server implementation of the service PipelineService.PipelineServiceGrpc.PipelineServiceStub A stub to allow clients to do asynchronous rpc calls to service PipelineService.PipelineServiceProto PipelineServiceSettings Settings class to configure an instance ofPipelineServiceClient
.PipelineServiceSettings.Builder Builder for PipelineServiceSettings.PipelinesProto ProcessorInfo The DocAI processor information.ProcessorInfo.Builder The DocAI processor information.ProcessWithDocAiPipeline The configuration of processing documents in Document Warehouse with DocAi processors pipeline.ProcessWithDocAiPipeline.Builder The configuration of processing documents in Document Warehouse with DocAi processors pipeline.Property Property of a document.Property.Builder Property of a document.PropertyArray Property values.PropertyArray.Builder Property values.PropertyDefinition Defines the metadata for a schema property.PropertyDefinition.Builder Defines the metadata for a schema property.PropertyDefinition.SchemaSource The schema source information.PropertyDefinition.SchemaSource.Builder The schema source information.PropertyFilter Protobuf typegoogle.cloud.contentwarehouse.v1.PropertyFilter
PropertyFilter.Builder Protobuf typegoogle.cloud.contentwarehouse.v1.PropertyFilter
PropertyTypeOptions Configurations for a nested structured data property.PropertyTypeOptions.Builder Configurations for a nested structured data property.PublishAction Represents the action responsible for publishing messages to a Pub/Sub topic.PublishAction.Builder Represents the action responsible for publishing messages to a Pub/Sub topic.QAResult Additional result info for the question-answering feature.QAResult.Builder Additional result info for the question-answering feature.QAResult.Highlight A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).QAResult.Highlight.Builder A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).RemoveFromFolderAction Represents the action responsible for remove a document from a specific folder.RemoveFromFolderAction.Builder Represents the action responsible for remove a document from a specific folder.RequestMetadata Meta information is used to improve the performance of the service.RequestMetadata.Builder Meta information is used to improve the performance of the service.ResponseMetadata Additional information returned to client, such as debugging information.ResponseMetadata.Builder Additional information returned to client, such as debugging information.Rule Represents the rule for a content warehouse trigger.Rule.Builder Represents the rule for a content warehouse trigger.RuleActionsPair Represents a rule and outputs of associated actions.RuleActionsPair.Builder Represents a rule and outputs of associated actions.RuleEngineOutput Records the output of Rule Engine including rule evaluation and actions result.RuleEngineOutput.Builder Records the output of Rule Engine including rule evaluation and actions result.RuleEngineProto RuleEvaluatorOutput Represents the output of the Rule Evaluator.RuleEvaluatorOutput.Builder Represents the output of the Rule Evaluator.RuleSet Represents a set of rules from a single customer.RuleSet.Builder Represents a set of rules from a single customer.RuleSetName RuleSetName.Builder Builder for projects/{project}/locations/{location}/ruleSets/{rule_set}.RuleSetServiceClient Service Description: Service to manage customer specific RuleSets.RuleSetServiceClient.ListRuleSetsFixedSizeCollection RuleSetServiceClient.ListRuleSetsPage RuleSetServiceClient.ListRuleSetsPagedResponse RuleSetServiceGrpc Service to manage customer specific RuleSets.RuleSetServiceGrpc.RuleSetServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service RuleSetService.RuleSetServiceGrpc.RuleSetServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service RuleSetService.RuleSetServiceGrpc.RuleSetServiceImplBase Base class for the server implementation of the service RuleSetService.RuleSetServiceGrpc.RuleSetServiceStub A stub to allow clients to do asynchronous rpc calls to service RuleSetService.RuleSetServiceProto RuleSetServiceRequestProto RuleSetServiceSettings Settings class to configure an instance ofRuleSetServiceClient
.RuleSetServiceSettings.Builder Builder for RuleSetServiceSettings.RunPipelineMetadata Metadata message of RunPipeline method.RunPipelineMetadata.Builder Metadata message of RunPipeline method.RunPipelineMetadata.ExportToCdwPipelineMetadata The metadata message for Export-to-CDW pipeline.RunPipelineMetadata.ExportToCdwPipelineMetadata.Builder The metadata message for Export-to-CDW pipeline.RunPipelineMetadata.GcsIngestPipelineMetadata The metadata message for GcsIngest pipeline.RunPipelineMetadata.GcsIngestPipelineMetadata.Builder The metadata message for GcsIngest pipeline.RunPipelineMetadata.IndividualDocumentStatus The status of processing a document.RunPipelineMetadata.IndividualDocumentStatus.Builder The status of processing a document.RunPipelineMetadata.ProcessWithDocAiPipelineMetadata The metadata message for Process-with-DocAi pipeline.RunPipelineMetadata.ProcessWithDocAiPipelineMetadata.Builder The metadata message for Process-with-DocAi pipeline.RunPipelineRequest Request message for DocumentService.RunPipeline.RunPipelineRequest.Builder Request message for DocumentService.RunPipeline.RunPipelineResponse Response message of RunPipeline method.RunPipelineResponse.Builder Response message of RunPipeline method.SearchDocumentsRequest Request message for DocumentService.SearchDocuments.SearchDocumentsRequest.Builder Request message for DocumentService.SearchDocuments.SearchDocumentsResponse Response message for DocumentService.SearchDocuments.SearchDocumentsResponse.Builder Response message for DocumentService.SearchDocuments.SearchDocumentsResponse.MatchingDocument Document entry with metadata inside [SearchDocumentsResponse][google.cloud.contentwarehouse.v1.SearchDocumentsResponse]SearchDocumentsResponse.MatchingDocument.Builder Document entry with metadata inside [SearchDocumentsResponse][google.cloud.contentwarehouse.v1.SearchDocumentsResponse]SetAclRequest Request message for DocumentService.SetAcl.SetAclRequest.Builder Request message for DocumentService.SetAcl.SetAclResponse Response message for DocumentService.SetAcl.SetAclResponse.Builder Response message for DocumentService.SetAcl.SynonymSet Represents a list of synonyms for a given context.SynonymSet.Builder Represents a list of synonyms for a given context.SynonymSet.Synonym Represents a list of words given by the customer All these words are synonyms of each other.SynonymSet.Synonym.Builder Represents a list of words given by the customer All these words are synonyms of each other.SynonymSetName SynonymSetName.Builder Builder for projects/{project}/locations/{location}/synonymSets/{context}.SynonymSetProto SynonymSetServiceClient Service Description: A Service that manage/custom customer specified SynonymSets.SynonymSetServiceClient.ListSynonymSetsFixedSizeCollection SynonymSetServiceClient.ListSynonymSetsPage SynonymSetServiceClient.ListSynonymSetsPagedResponse SynonymSetServiceGrpc A Service that manage/custom customer specified SynonymSets.SynonymSetServiceGrpc.SynonymSetServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service SynonymSetService.SynonymSetServiceGrpc.SynonymSetServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service SynonymSetService.SynonymSetServiceGrpc.SynonymSetServiceImplBase Base class for the server implementation of the service SynonymSetService.SynonymSetServiceGrpc.SynonymSetServiceStub A stub to allow clients to do asynchronous rpc calls to service SynonymSetService.SynonymSetServiceProto SynonymSetServiceRequestProto SynonymSetServiceSettings Settings class to configure an instance ofSynonymSetServiceClient
.SynonymSetServiceSettings.Builder Builder for SynonymSetServiceSettings.TextArray String/text values.TextArray.Builder String/text values.TextTypeOptions Configurations for a text property.TextTypeOptions.Builder Configurations for a text property.TimeFilter Filter on create timestamp or update timestamp of documents.TimeFilter.Builder Filter on create timestamp or update timestamp of documents.TimestampArray Timestamp values.TimestampArray.Builder Timestamp values.TimestampTypeOptions Configurations for a timestamp property.TimestampTypeOptions.Builder Configurations for a timestamp property.TimestampValue Timestamp value type.TimestampValue.Builder Timestamp value type.UpdateDocumentMetadata Metadata object for UpdateDocument request (currently empty).UpdateDocumentMetadata.Builder Metadata object for UpdateDocument request (currently empty).UpdateDocumentRequest Request message for DocumentService.UpdateDocument.UpdateDocumentRequest.Builder Request message for DocumentService.UpdateDocument.UpdateDocumentResponse Response message for DocumentService.UpdateDocument.UpdateDocumentResponse.Builder Response message for DocumentService.UpdateDocument.UpdateDocumentSchemaRequest Request message for DocumentSchemaService.UpdateDocumentSchema.UpdateDocumentSchemaRequest.Builder Request message for DocumentSchemaService.UpdateDocumentSchema.UpdateOptions Options for Update operations.UpdateOptions.Builder Options for Update operations.UpdateRuleSetRequest Request message for RuleSetService.UpdateRuleSet.UpdateRuleSetRequest.Builder Request message for RuleSetService.UpdateRuleSet.UpdateSynonymSetRequest Request message for SynonymSetService.UpdateSynonymSet.UpdateSynonymSetRequest.Builder Request message for SynonymSetService.UpdateSynonymSet.UserInfo The user information.UserInfo.Builder The user information.Value `Value` represents a dynamically typed value which can be either be a float, a integer, a string, or a datetime value.Value.Builder `Value` represents a dynamically typed value which can be either be a float, a integer, a string, or a datetime value.WeightedSchemaProperty Specifies the schema property name.WeightedSchemaProperty.Builder Specifies the schema property name. -
Enum Summary Enum Description AccessControlAction.OperationType Type of ACL modification operation.AccessControlMode Access Control Mode.Action.ActionCase ActionOutput.State Represents execution state of the action.ContentCategory When a raw document or structured content is supplied, this stores the content category.DatabaseType Type of database used by the customerDocument.RawDocumentCase Document.StructuredContentCase DocumentCreatorDefaultRole The default role of the document creator.DocumentLink.State The state of a document-link.FileTypeFilter.FileType Representation of the types of files.HistogramQueryPropertyNameFilter.HistogramYAxis The result of the histogram query count('FilterableProperties') using HISTOGRAM_YAXIS_DOCUMENT will be: invoice_id: 2 address: 1 payment_method: 2 line_item_description: 1Property.ValuesCase PropertyDefinition.RetrievalImportance Stores the retrieval importance.PropertyDefinition.ValueTypeOptionsCase RawDocumentFileType When a raw document is supplied, this indicates the file formatRule.TriggerType The trigger types for actions.RunPipelineMetadata.PipelineMetadataCase RunPipelineRequest.PipelineCase SearchDocumentsRequest.TotalResultSize The total number of matching documents.TimeFilter.TimeField Time field used in TimeFilter.TimestampValue.ValueCase UpdateType Update type of the requests.Value.KindCase