Class UnassignRequest.Builder (0.81.0)

public static final class UnassignRequest.Builder extends GeneratedMessage.Builder<UnassignRequest.Builder> implements UnassignRequestOrBuilder

Request message for LicenseManagementService.Unassign.

Protobuf type google.cloud.commerce.consumer.procurement.v1.UnassignRequest

Static Methods

getDescriptor()

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

Methods

addAllUsernames(Iterable<String> values)

public UnassignRequest.Builder addAllUsernames(Iterable<String> values)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
values Iterable<String>

The usernames to add.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

addUsernames(String value)

public UnassignRequest.Builder addUsernames(String value)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The usernames to add.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

addUsernamesBytes(ByteString value)

public UnassignRequest.Builder addUsernamesBytes(ByteString value)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes of the usernames to add.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

build()

public UnassignRequest build()
Returns
Type Description
UnassignRequest

buildPartial()

public UnassignRequest buildPartial()
Returns
Type Description
UnassignRequest

clear()

public UnassignRequest.Builder clear()
Returns
Type Description
UnassignRequest.Builder
Overrides

clearParent()

public UnassignRequest.Builder clearParent()

Required. License pool name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

clearUsernames()

public UnassignRequest.Builder clearUsernames()

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public UnassignRequest getDefaultInstanceForType()
Returns
Type Description
UnassignRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. License pool name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. License pool name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getUsernames(int index)

public String getUsernames(int index)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The usernames at the given index.

getUsernamesBytes(int index)

public ByteString getUsernamesBytes(int index)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the usernames at the given index.

getUsernamesCount()

public int getUsernamesCount()

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of usernames.

getUsernamesList()

public ProtocolStringList getUsernamesList()

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ProtocolStringList

A list containing the usernames.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UnassignRequest other)

public UnassignRequest.Builder mergeFrom(UnassignRequest other)
Parameter
Name Description
other UnassignRequest
Returns
Type Description
UnassignRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UnassignRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UnassignRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UnassignRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UnassignRequest.Builder
Overrides

setParent(String value)

public UnassignRequest.Builder setParent(String value)

Required. License pool name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public UnassignRequest.Builder setParentBytes(ByteString value)

Required. License pool name.

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.

setUsernames(int index, String value)

public UnassignRequest.Builder setUsernames(int index, String value)

Required. Username. Format: name@domain.com.

repeated string usernames = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
Name Description
index int

The index to set the value at.

value String

The usernames to set.

Returns
Type Description
UnassignRequest.Builder

This builder for chaining.