public
final
class
User
extends
GeneratedMessageV3
implements
UserOrBuilder
The User resource.
Protobuf type google.ads.admanager.v1.User
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UserImplements
UserOrBuilderStatic Fields
ACTIVE_FIELD_NUMBER
public
static
final
int
ACTIVE_FIELD_NUMBER
DISPLAY_NAME_FIELD_NUMBER
public
static
final
int
DISPLAY_NAME_FIELD_NUMBER
EMAIL_FIELD_NUMBER
public
static
final
int
EMAIL_FIELD_NUMBER
EXTERNAL_ID_FIELD_NUMBER
public
static
final
int
EXTERNAL_ID_FIELD_NUMBER
NAME_FIELD_NUMBER
public
static
final
int
NAME_FIELD_NUMBER
ORDERS_UI_LOCAL_TIME_ZONE_FIELD_NUMBER
public
static
final
int
ORDERS_UI_LOCAL_TIME_ZONE_FIELD_NUMBER
ROLE_FIELD_NUMBER
public
static
final
int
ROLE_FIELD_NUMBER
SERVICE_ACCOUNT_FIELD_NUMBER
public
static
final
int
SERVICE_ACCOUNT_FIELD_NUMBER
USER_ID_FIELD_NUMBER
public
static
final
int
USER_ID_FIELD_NUMBER
Static Methods
getDefaultInstance()
public
static
User
getDefaultInstance
()
getDescriptor()
public
static
final
Descriptors
.
Descriptor
getDescriptor
()
newBuilder()
public
static
User
.
Builder
newBuilder
()
newBuilder(User prototype)
public
static
User
.
Builder
newBuilder
(
User
prototype
)
parseDelimitedFrom(InputStream input)
public
static
User
parseDelimitedFrom
(
InputStream
input
)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
User
parseDelimitedFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(byte[] data)
public
static
User
parseFrom
(
byte
[]
data
)
data
byte
[]
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public
static
User
parseFrom
(
byte
[]
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteString data)
public
static
User
parseFrom
(
ByteString
data
)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public
static
User
parseFrom
(
ByteString
data
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(CodedInputStream input)
public
static
User
parseFrom
(
CodedInputStream
input
)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public
static
User
parseFrom
(
CodedInputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(InputStream input)
public
static
User
parseFrom
(
InputStream
input
)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public
static
User
parseFrom
(
InputStream
input
,
ExtensionRegistryLite
extensionRegistry
)
parseFrom(ByteBuffer data)
public
static
User
parseFrom
(
ByteBuffer
data
)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public
static
User
parseFrom
(
ByteBuffer
data
,
ExtensionRegistryLite
extensionRegistry
)
parser()
public
static
Parser<User>
parser
()
Methods
equals(Object obj)
public
boolean
equals
(
Object
obj
)
getActive()
public
boolean
getActive
()
Output only. Specifies whether or not the User is active. An inactive user cannot log in to the system or perform any operations.
bool active = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getDefaultInstanceForType()
public
User
getDefaultInstanceForType
()
getDisplayName()
public
String
getDisplayName
()
Required. The name of the User. It has a maximum length of 128 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getDisplayNameBytes()
public
ByteString
getDisplayNameBytes
()
Required. The name of the User. It has a maximum length of 128 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
getEmail()
public
String
getEmail
()
Required. The email or login of the User. In order to create a new user, you must already have a Google Account.
string email = 3 [(.google.api.field_behavior) = REQUIRED];
getEmailBytes()
public
ByteString
getEmailBytes
()
Required. The email or login of the User. In order to create a new user, you must already have a Google Account.
string email = 3 [(.google.api.field_behavior) = REQUIRED];
getExternalId()
public
String
getExternalId
()
Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 characters.
string external_id = 7 [(.google.api.field_behavior) = OPTIONAL];
getExternalIdBytes()
public
ByteString
getExternalIdBytes
()
Optional. An identifier for the User that is meaningful to the publisher. This attribute has a maximum length of 255 characters.
string external_id = 7 [(.google.api.field_behavior) = OPTIONAL];
getName()
public
String
getName
()
Identifier. The resource name of the User.
Format: networks/{network_code}/users/{user_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getNameBytes()
public
ByteString
getNameBytes
()
Identifier. The resource name of the User.
Format: networks/{network_code}/users/{user_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
getOrdersUiLocalTimeZone()
public
String
getOrdersUiLocalTimeZone
()
Optional. The IANA Time Zone Database time zone, e.g. "America/New_York", used in the orders and line items UI for this User. If not provided, the UI then defaults to using the Network's timezone. This setting only affects the UI for this user and does not affect the timezone of any dates and times returned in API responses.
string orders_ui_local_time_zone = 9 [(.google.api.field_behavior) = OPTIONAL];
getOrdersUiLocalTimeZoneBytes()
public
ByteString
getOrdersUiLocalTimeZoneBytes
()
Optional. The IANA Time Zone Database time zone, e.g. "America/New_York", used in the orders and line items UI for this User. If not provided, the UI then defaults to using the Network's timezone. This setting only affects the UI for this user and does not affect the timezone of any dates and times returned in API responses.
string orders_ui_local_time_zone = 9 [(.google.api.field_behavior) = OPTIONAL];
getParserForType()
public
Parser<User>
getParserForType
()
getRole()
public
String
getRole
()
Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs.
string role = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getRoleBytes()
public
ByteString
getRoleBytes
()
Required. The unique Role ID of the User. Roles that are created by Google will have negative IDs.
string role = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getSerializedSize()
public
int
getSerializedSize
()
getServiceAccount()
public
boolean
getServiceAccount
()
Output only. Whether the user is an OAuth2 service account user. Service account users can only be added through the UI.
bool service_account = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUserId()
public
long
getUserId
()
Output only. User
ID.
int64 user_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hashCode()
public
int
hashCode
()
internalGetFieldAccessorTable()
protected
GeneratedMessageV3
.
FieldAccessorTable
internalGetFieldAccessorTable
()
isInitialized()
public
final
boolean
isInitialized
()
newBuilderForType()
public
User
.
Builder
newBuilderForType
()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected
User
.
Builder
newBuilderForType
(
GeneratedMessageV3
.
BuilderParent
parent
)
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected
Object
newInstance
(
GeneratedMessageV3
.
UnusedPrivateParameter
unused
)
toBuilder()
public
User
.
Builder
toBuilder
()
writeTo(CodedOutputStream output)
public
void
writeTo
(
CodedOutputStream
output
)