Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest.
Request message for UserLicenseService.BatchUpdateUserLicenses method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#delete_unassigned_user_licenses
def delete_unassigned_user_licenses() -> ::Boolean
    Returns
    
  - (::Boolean) — Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state.
 
#delete_unassigned_user_licenses=
def delete_unassigned_user_licenses=(value) -> ::Boolean
    Parameter
    
  - value (::Boolean) — Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state.
 
    Returns
    
  - (::Boolean) — Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state.
 
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource) — The inline source for the input content for document embeddings.
 
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource
    Parameter
    
  - value (::Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource) — The inline source for the input content for document embeddings.
 
    Returns
    
  - (::Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesRequest::InlineSource) — The inline source for the input content for document embeddings.
 
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. The parent [UserStore][] resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}. 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The parent [UserStore][] resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}. 
    Returns
    
- 
        (::String) — Required. The parent [UserStore][] resource name, format:
projects/{project}/locations/{location}/userStores/{user_store_id}.