Interface CreateExampleStoreRequestOrBuilder (3.64.0)

public interface CreateExampleStoreRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExampleStore()

public abstract ExampleStore getExampleStore()

Required. The Example Store to be created.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExampleStore

The exampleStore.

getExampleStoreOrBuilder()

public abstract ExampleStoreOrBuilder getExampleStoreOrBuilder()

Required. The Example Store to be created.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ExampleStoreOrBuilder

getParent()

public abstract String getParent()

Required. The resource name of the Location to create the ExampleStore in. Format: 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 resource name of the Location to create the ExampleStore in. Format: projects/{project}/locations/{location}

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

Returns
Type Description
ByteString

The bytes for parent.

hasExampleStore()

public abstract boolean hasExampleStore()

Required. The Example Store to be created.

.google.cloud.aiplatform.v1beta1.ExampleStore example_store = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the exampleStore field is set.