Class GetSearchHypernymRequest.Builder (0.40.0)

public static final class GetSearchHypernymRequest.Builder extends GeneratedMessage.Builder<GetSearchHypernymRequest.Builder> implements GetSearchHypernymRequestOrBuilder

Request message for getting SearchHypernym.

Protobuf type google.cloud.visionai.v1.GetSearchHypernymRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetSearchHypernymRequest build()
Returns
Type Description
GetSearchHypernymRequest

buildPartial()

public GetSearchHypernymRequest buildPartial()
Returns
Type Description
GetSearchHypernymRequest

clear()

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

clearName()

public GetSearchHypernymRequest.Builder clearName()

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

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

Returns
Type Description
GetSearchHypernymRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetSearchHypernymRequest getDefaultInstanceForType()
Returns
Type Description
GetSearchHypernymRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetSearchHypernymRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetSearchHypernymRequest.Builder setName(String value)

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetSearchHypernymRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetSearchHypernymRequest.Builder setNameBytes(ByteString value)

Required. The name of the SearchHypernym to retrieve. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetSearchHypernymRequest.Builder

This builder for chaining.