Class ListBrandsRequest.Builder (0.39.0)

public static final class ListBrandsRequest.Builder extends GeneratedMessage.Builder<ListBrandsRequest.Builder> implements ListBrandsRequestOrBuilder

The request sent to ListBrands.

Protobuf type google.cloud.iap.v1.ListBrandsRequest

Static Methods

getDescriptor()

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

Methods

build()

public ListBrandsRequest build()
Returns
Type Description
ListBrandsRequest

buildPartial()

public ListBrandsRequest buildPartial()
Returns
Type Description
ListBrandsRequest

clear()

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

clearParent()

public ListBrandsRequest.Builder clearParent()

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Returns
Type Description
ListBrandsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListBrandsRequest getDefaultInstanceForType()
Returns
Type Description
ListBrandsRequest

getDescriptorForType()

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

getParent()

public String getParent()

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListBrandsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setParent(String value)

public ListBrandsRequest.Builder setParent(String value)

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListBrandsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListBrandsRequest.Builder setParentBytes(ByteString value)

Required. GCP Project number/id. In the following format: projects/{project_number/id}.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListBrandsRequest.Builder

This builder for chaining.