Class GetBrandRequest.Builder (0.39.0)

public static final class GetBrandRequest.Builder extends GeneratedMessage.Builder<GetBrandRequest.Builder> implements GetBrandRequestOrBuilder

The request sent to GetBrand.

Protobuf type google.cloud.iap.v1.GetBrandRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetBrandRequest build()
Returns
Type Description
GetBrandRequest

buildPartial()

public GetBrandRequest buildPartial()
Returns
Type Description
GetBrandRequest

clear()

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

clearName()

public GetBrandRequest.Builder clearName()

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetBrandRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetBrandRequest getDefaultInstanceForType()
Returns
Type Description
GetBrandRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetBrandRequest.Builder setName(String value)

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetBrandRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetBrandRequest.Builder setNameBytes(ByteString value)

Required. Name of the brand to be fetched. In the following format: projects/{project_number/id}/brands/{brand}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetBrandRequest.Builder

This builder for chaining.