Class CreateModelMetadata.Builder (2.85.0)

public static final class CreateModelMetadata.Builder extends GeneratedMessage.Builder<CreateModelMetadata.Builder> implements CreateModelMetadataOrBuilder

Metadata associated with a create operation.

Protobuf type google.cloud.retail.v2beta.CreateModelMetadata

Static Methods

getDescriptor()

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

Methods

build()

public CreateModelMetadata build()
Returns
Type Description
CreateModelMetadata

buildPartial()

public CreateModelMetadata buildPartial()
Returns
Type Description
CreateModelMetadata

clear()

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

clearModel()

public CreateModelMetadata.Builder clearModel()

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Returns
Type Description
CreateModelMetadata.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateModelMetadata getDefaultInstanceForType()
Returns
Type Description
CreateModelMetadata

getDescriptorForType()

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

getModel()

public String getModel()

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Returns
Type Description
String

The model.

getModelBytes()

public ByteString getModelBytes()

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Returns
Type Description
ByteString

The bytes for model.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateModelMetadata other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setModel(String value)

public CreateModelMetadata.Builder setModel(String value)

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Parameter
Name Description
value String

The model to set.

Returns
Type Description
CreateModelMetadata.Builder

This builder for chaining.

setModelBytes(ByteString value)

public CreateModelMetadata.Builder setModelBytes(ByteString value)

The resource name of the model that this create applies to. Format: projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/models/{model_id}

string model = 1;

Parameter
Name Description
value ByteString

The bytes for model to set.

Returns
Type Description
CreateModelMetadata.Builder

This builder for chaining.