Interface CreateSampleQuerySetRequestOrBuilder (0.45.0)

public interface CreateSampleQuerySetRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The parent resource name, such as projects/{project}/locations/{location}.

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 resource name, such as projects/{project}/locations/{location}.

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

Returns
Type Description
ByteString

The bytes for parent.

getSampleQuerySet()

public abstract SampleQuerySet getSampleQuerySet()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuerySet

The sampleQuerySet.

getSampleQuerySetId()

public abstract String getSampleQuerySetId()

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The sampleQuerySetId.

getSampleQuerySetIdBytes()

public abstract ByteString getSampleQuerySetIdBytes()

Required. The ID to use for the SampleQuerySet, which will become the final component of the SampleQuerySet.name.

If the caller does not have permission to create the SampleQuerySet, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

This field must be unique among all SampleQuerySets with the same parent. Otherwise, an ALREADY_EXISTS error is returned.

This field must conform to RFC-1034 standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.

string sample_query_set_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for sampleQuerySetId.

getSampleQuerySetOrBuilder()

public abstract SampleQuerySetOrBuilder getSampleQuerySetOrBuilder()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SampleQuerySetOrBuilder

hasSampleQuerySet()

public abstract boolean hasSampleQuerySet()

Required. The SampleQuerySet to create.

.google.cloud.discoveryengine.v1alpha.SampleQuerySet sample_query_set = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the sampleQuerySet field is set.