Uses of Class
com.google.cloud.retail.v2alpha.MerchantCenterAccountLink.State
-
Packages that use MerchantCenterAccountLink.State Package Description com.google.cloud.retail.v2alpha A client to Retail API -
-
Uses of MerchantCenterAccountLink.State in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return MerchantCenterAccountLink.State Modifier and Type Method Description static MerchantCenterAccountLink.State
MerchantCenterAccountLink.State. forNumber(int value)
MerchantCenterAccountLink.State
MerchantCenterAccountLink.Builder. getState()
Output only.MerchantCenterAccountLink.State
MerchantCenterAccountLink. getState()
Output only.MerchantCenterAccountLink.State
MerchantCenterAccountLinkOrBuilder. getState()
Output only.static MerchantCenterAccountLink.State
MerchantCenterAccountLink.State. valueOf(int value)
Deprecated.static MerchantCenterAccountLink.State
MerchantCenterAccountLink.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static MerchantCenterAccountLink.State
MerchantCenterAccountLink.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static MerchantCenterAccountLink.State[]
MerchantCenterAccountLink.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type MerchantCenterAccountLink.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<MerchantCenterAccountLink.State>
MerchantCenterAccountLink.State. internalGetValueMap()
Methods in com.google.cloud.retail.v2alpha with parameters of type MerchantCenterAccountLink.State Modifier and Type Method Description MerchantCenterAccountLink.Builder
MerchantCenterAccountLink.Builder. setState(MerchantCenterAccountLink.State value)
Output only.
-