Class GetExampleStoreRequest.Builder (3.84.0)

public static final class GetExampleStoreRequest.Builder extends GeneratedMessage.Builder<GetExampleStoreRequest.Builder> implements GetExampleStoreRequestOrBuilder

Request message for ExampleStoreService.GetExampleStore.

Protobuf type google.cloud.aiplatform.v1beta1.GetExampleStoreRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetExampleStoreRequest build()
Returns
Type Description
GetExampleStoreRequest

buildPartial()

public GetExampleStoreRequest buildPartial()
Returns
Type Description
GetExampleStoreRequest

clear()

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

clearName()

public GetExampleStoreRequest.Builder clearName()

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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

Returns
Type Description
GetExampleStoreRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetExampleStoreRequest getDefaultInstanceForType()
Returns
Type Description
GetExampleStoreRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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(GetExampleStoreRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetExampleStoreRequest.Builder setName(String value)

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetExampleStoreRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetExampleStoreRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the ExampleStore. Format: projects/{project}/locations/{location}/exampleStores/{example_store}

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

This builder for chaining.