Class UpdateUserListGlobalLicenseRequest (0.8.0)

public final class UpdateUserListGlobalLicenseRequest extends GeneratedMessage implements UpdateUserListGlobalLicenseRequestOrBuilder

Request to update a UserListGlobalLicense resource.

Protobuf type google.ads.datamanager.v1.UpdateUserListGlobalLicenseRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > UpdateUserListGlobalLicenseRequest

Static Fields

UPDATE_MASK_FIELD_NUMBER

public static final int UPDATE_MASK_FIELD_NUMBER
Field Value
Type Description
int

USER_LIST_GLOBAL_LICENSE_FIELD_NUMBER

public static final int USER_LIST_GLOBAL_LICENSE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UpdateUserListGlobalLicenseRequest getDefaultInstance()
Returns
Type Description
UpdateUserListGlobalLicenseRequest

getDescriptor()

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

newBuilder()

public static UpdateUserListGlobalLicenseRequest.Builder newBuilder()
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

newBuilder(UpdateUserListGlobalLicenseRequest prototype)

public static UpdateUserListGlobalLicenseRequest.Builder newBuilder(UpdateUserListGlobalLicenseRequest prototype)
Parameter
Name Description
prototype UpdateUserListGlobalLicenseRequest
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

parseDelimitedFrom(InputStream input)

public static UpdateUserListGlobalLicenseRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static UpdateUserListGlobalLicenseRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static UpdateUserListGlobalLicenseRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static UpdateUserListGlobalLicenseRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static UpdateUserListGlobalLicenseRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static UpdateUserListGlobalLicenseRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static UpdateUserListGlobalLicenseRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateUserListGlobalLicenseRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<UpdateUserListGlobalLicenseRequest> parser()
Returns
Type Description
Parser<UpdateUserListGlobalLicenseRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public UpdateUserListGlobalLicenseRequest getDefaultInstanceForType()
Returns
Type Description
UpdateUserListGlobalLicenseRequest

getParserForType()

public Parser<UpdateUserListGlobalLicenseRequest> getParserForType()
Returns
Type Description
Parser<UpdateUserListGlobalLicenseRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUpdateMask()

public FieldMask getUpdateMask()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

getUserListGlobalLicense()

public UserListGlobalLicense getUserListGlobalLicense()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListGlobalLicense

The userListGlobalLicense.

getUserListGlobalLicenseOrBuilder()

public UserListGlobalLicenseOrBuilder getUserListGlobalLicenseOrBuilder()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UserListGlobalLicenseOrBuilder

hasUpdateMask()

public boolean hasUpdateMask()

Optional. The list of fields to update. The special character * is not supported and an INVALID_UPDATE_MASK error will be thrown if used.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

hasUserListGlobalLicense()

public boolean hasUserListGlobalLicense()

Required. The licenses' name field is used to identify the license to update.

.google.ads.datamanager.v1.UserListGlobalLicense user_list_global_license = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the userListGlobalLicense field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public UpdateUserListGlobalLicenseRequest.Builder newBuilderForType()
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected UpdateUserListGlobalLicenseRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder
Overrides

toBuilder()

public UpdateUserListGlobalLicenseRequest.Builder toBuilder()
Returns
Type Description
UpdateUserListGlobalLicenseRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException