Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest

Request message for UserLicenseService.BatchUpdateUserLicenses method.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest : IDirectResponseSchema

Properties

DeleteUnassignedUserLicenses

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.

Declaration
[JsonProperty("deleteUnassignedUserLicenses")]
public virtual bool? DeleteUnassignedUserLicenses { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcsSource

Cloud Storage location for the input content.

Declaration
[JsonProperty("gcsSource")]
public virtual GoogleCloudDiscoveryengineV1alphaGcsSource GcsSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaGcsSource

InlineSource

The inline source for the input content for document embeddings.

Declaration
[JsonProperty("inlineSource")]
public virtual GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource InlineSource { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX