Enum BranchView (2.48.0)

public enum BranchView extends Enum<BranchView> implements ProtocolMessageEnum

A view that specifies different level of fields of a Branch to show in responses.

Protobuf enum google.cloud.retail.v2alpha.BranchView

Implements

ProtocolMessageEnum

Static Fields

Name Description
BRANCH_VIEW_BASIC

Includes basic metadata about the branch, but not statistical fields. See documentation of fields of Branch to find what fields are excluded from BASIC view.

BRANCH_VIEW_BASIC = 1;

BRANCH_VIEW_BASIC_VALUE

Includes basic metadata about the branch, but not statistical fields. See documentation of fields of Branch to find what fields are excluded from BASIC view.

BRANCH_VIEW_BASIC = 1;

BRANCH_VIEW_FULL

Includes all fields of a Branch.

BRANCH_VIEW_FULL = 2;

BRANCH_VIEW_FULL_VALUE

Includes all fields of a Branch.

BRANCH_VIEW_FULL = 2;

BRANCH_VIEW_UNSPECIFIED

The value when it's unspecified. This defaults to the BASIC view.

BRANCH_VIEW_UNSPECIFIED = 0;

BRANCH_VIEW_UNSPECIFIED_VALUE

The value when it's unspecified. This defaults to the BASIC view.

BRANCH_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()