Class GetDefaultBranchRequest.Builder (2.85.0)

public static final class GetDefaultBranchRequest.Builder extends GeneratedMessage.Builder<GetDefaultBranchRequest.Builder> implements GetDefaultBranchRequestOrBuilder

Request message to show which branch is currently the default branch.

Protobuf type google.cloud.retail.v2alpha.GetDefaultBranchRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDefaultBranchRequest build()
Returns
Type Description
GetDefaultBranchRequest

buildPartial()

public GetDefaultBranchRequest buildPartial()
Returns
Type Description
GetDefaultBranchRequest

clear()

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

clearCatalog()

public GetDefaultBranchRequest.Builder clearCatalog()

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

string catalog = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
GetDefaultBranchRequest.Builder

This builder for chaining.

getCatalog()

public String getCatalog()

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

string catalog = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The catalog.

getCatalogBytes()

public ByteString getCatalogBytes()

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

string catalog = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for catalog.

getDefaultInstanceForType()

public GetDefaultBranchRequest getDefaultInstanceForType()
Returns
Type Description
GetDefaultBranchRequest

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetDefaultBranchRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCatalog(String value)

public GetDefaultBranchRequest.Builder setCatalog(String value)

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

string catalog = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The catalog to set.

Returns
Type Description
GetDefaultBranchRequest.Builder

This builder for chaining.

setCatalogBytes(ByteString value)

public GetDefaultBranchRequest.Builder setCatalogBytes(ByteString value)

The parent catalog resource name, such as projects/*/locations/global/catalogs/default_catalog.

string catalog = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for catalog to set.

Returns
Type Description
GetDefaultBranchRequest.Builder

This builder for chaining.