Send feedback
Class User (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.12.0 keyboard_arrow_down
public final class User extends GeneratedMessageV3 implements UserOrBuilder
A user .
Protobuf type google.shopping.merchant.accounts.v1beta.User
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int ACCESS_RIGHTS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
public static final int STATE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static User getDefaultInstance ()
Returns
Type
Description
User
public static final Descriptors . Descriptor getDescriptor ()
public static User . Builder newBuilder ()
public static User . Builder newBuilder ( User prototype )
Parameter
Name
Description
prototype
User
public static User parseDelimitedFrom ( InputStream input )
Returns
Type
Description
User
public static User parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static User parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
User
public static User parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static User parseFrom ( ByteString data )
Returns
Type
Description
User
public static User parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static User parseFrom ( CodedInputStream input )
Returns
Type
Description
User
public static User parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static User parseFrom ( InputStream input )
Returns
Type
Description
User
public static User parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static User parseFrom ( ByteBuffer data )
Returns
Type
Description
User
public static User parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
User
public static Parser<User> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public AccessRight getAccessRights ( int index )
Optional. The access
rights
the user has.
repeated .google.shopping.merchant.accounts.v1beta.AccessRight access_rights = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
AccessRight
The accessRights at the given index.
public int getAccessRightsCount ()
Optional. The access
rights
the user has.
repeated .google.shopping.merchant.accounts.v1beta.AccessRight access_rights = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
The count of accessRights.
public List<AccessRight> getAccessRightsList ()
Optional. The access
rights
the user has.
repeated .google.shopping.merchant.accounts.v1beta.AccessRight access_rights = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
List <AccessRight >
A list containing the accessRights.
public int getAccessRightsValue ( int index )
Optional. The access
rights
the user has.
repeated .google.shopping.merchant.accounts.v1beta.AccessRight access_rights = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
int
The enum numeric value on the wire of accessRights at the given index.
public List<Integer> getAccessRightsValueList ()
Optional. The access
rights
the user has.
repeated .google.shopping.merchant.accounts.v1beta.AccessRight access_rights = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
List <Integer >
A list containing the enum numeric values on the wire for accessRights.
public User getDefaultInstanceForType ()
Returns
Type
Description
User
Identifier. The resource name of the user.
Format: accounts/{account}/user/{email}
Use me
to refer to your own email address, for example
accounts/{account}/users/me
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns
Type
Description
String
The name.
public ByteString getNameBytes ()
Identifier. The resource name of the user.
Format: accounts/{account}/user/{email}
Use me
to refer to your own email address, for example
accounts/{account}/users/me
.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns
Type
Description
ByteString
The bytes for name.
public Parser<User> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public User . State getState ()
Output only. The state of the user.
.google.shopping.merchant.accounts.v1beta.User.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getStateValue ()
Output only. The state of the user.
.google.shopping.merchant.accounts.v1beta.User.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
The enum numeric value on the wire for state.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public User . Builder newBuilderForType ()
protected User . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public User . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]