Class CreateExampleStoreRequest.Builder (3.64.0)

public static final class CreateExampleStoreRequest.Builder extends GeneratedMessageV3.Builder<CreateExampleStoreRequest.Builder> implements CreateExampleStoreRequestOrBuilder

Request message for ExampleStoreService.CreateExampleStore.

Protobuf type google.cloud.aiplatform.v1beta1.CreateExampleStoreRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateExampleStoreRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

build()

public CreateExampleStoreRequest build()
Returns
Type Description
CreateExampleStoreRequest

buildPartial()

public CreateExampleStoreRequest buildPartial()
Returns
Type Description
CreateExampleStoreRequest

clear()

public CreateExampleStoreRequest.Builder clear()
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

clearExampleStore()

public CreateExampleStoreRequest.Builder clearExampleStore()

Required. The Example Store to be created.

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

Returns
Type Description
CreateExampleStoreRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public CreateExampleStoreRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateExampleStoreRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

clearParent()

public CreateExampleStoreRequest.Builder clearParent()

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
CreateExampleStoreRequest.Builder

This builder for chaining.

clone()

public CreateExampleStoreRequest.Builder clone()
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateExampleStoreRequest getDefaultInstanceForType()
Returns
Type Description
CreateExampleStoreRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExampleStore()

public 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.

getExampleStoreBuilder()

public ExampleStore.Builder getExampleStoreBuilder()

Required. The Example Store to be created.

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

Returns
Type Description
ExampleStore.Builder

getExampleStoreOrBuilder()

public 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeExampleStore(ExampleStore value)

public CreateExampleStoreRequest.Builder mergeExampleStore(ExampleStore value)

Required. The Example Store to be created.

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

Parameter
Name Description
value ExampleStore
Returns
Type Description
CreateExampleStoreRequest.Builder

mergeFrom(CreateExampleStoreRequest other)

public CreateExampleStoreRequest.Builder mergeFrom(CreateExampleStoreRequest other)
Parameter
Name Description
other CreateExampleStoreRequest
Returns
Type Description
CreateExampleStoreRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateExampleStoreRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateExampleStoreRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateExampleStoreRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

setExampleStore(ExampleStore value)

public CreateExampleStoreRequest.Builder setExampleStore(ExampleStore value)

Required. The Example Store to be created.

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

Parameter
Name Description
value ExampleStore
Returns
Type Description
CreateExampleStoreRequest.Builder

setExampleStore(ExampleStore.Builder builderForValue)

public CreateExampleStoreRequest.Builder setExampleStore(ExampleStore.Builder builderForValue)

Required. The Example Store to be created.

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

Parameter
Name Description
builderForValue ExampleStore.Builder
Returns
Type Description
CreateExampleStoreRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CreateExampleStoreRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

setParent(String value)

public CreateExampleStoreRequest.Builder setParent(String value)

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) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateExampleStoreRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateExampleStoreRequest.Builder setParentBytes(ByteString value)

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) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateExampleStoreRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateExampleStoreRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateExampleStoreRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateExampleStoreRequest.Builder
Overrides