Interface BatchUpdateUserLicensesRequestOrBuilder (0.60.0)

public interface BatchUpdateUserLicensesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeleteUnassignedUserLicenses()

public abstract boolean getDeleteUnassignedUserLicenses()

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.

bool delete_unassigned_user_licenses = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The deleteUnassignedUserLicenses.

getInlineSource()

public abstract BatchUpdateUserLicensesRequest.InlineSource getInlineSource()

The inline source for the input content for document embeddings.

.google.cloud.discoveryengine.v1.BatchUpdateUserLicensesRequest.InlineSource inline_source = 2;

Returns
Type Description
BatchUpdateUserLicensesRequest.InlineSource

The inlineSource.

getInlineSourceOrBuilder()

public abstract BatchUpdateUserLicensesRequest.InlineSourceOrBuilder getInlineSourceOrBuilder()

The inline source for the input content for document embeddings.

.google.cloud.discoveryengine.v1.BatchUpdateUserLicensesRequest.InlineSource inline_source = 2;

Returns
Type Description
BatchUpdateUserLicensesRequest.InlineSourceOrBuilder

getParent()

public abstract String getParent()

Required. The parent [UserStore][] resource name, format: projects/{project}/locations/{location}/userStores/{user_store_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent [UserStore][] resource name, format: projects/{project}/locations/{location}/userStores/{user_store_id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getSourceCase()

public abstract BatchUpdateUserLicensesRequest.SourceCase getSourceCase()
Returns
Type Description
BatchUpdateUserLicensesRequest.SourceCase

hasInlineSource()

public abstract boolean hasInlineSource()

The inline source for the input content for document embeddings.

.google.cloud.discoveryengine.v1.BatchUpdateUserLicensesRequest.InlineSource inline_source = 2;

Returns
Type Description
boolean

Whether the inlineSource field is set.