public final class UnassignRequest extends GeneratedMessageV3 implements UnassignRequestOrBuilder
Request message for
LicenseManagementService.Unassign.
Protobuf type google.cloud.commerce.consumer.procurement.v1.UnassignRequest
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
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
USERNAMES_FIELD_NUMBER
public static final int USERNAMES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static UnassignRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static UnassignRequest.Builder newBuilder()
newBuilder(UnassignRequest prototype)
public static UnassignRequest.Builder newBuilder(UnassignRequest prototype)
public static UnassignRequest parseDelimitedFrom(InputStream input)
public static UnassignRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static UnassignRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UnassignRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static UnassignRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UnassignRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UnassignRequest parseFrom(CodedInputStream input)
public static UnassignRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UnassignRequest parseFrom(InputStream input)
public static UnassignRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static UnassignRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UnassignRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<UnassignRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public UnassignRequest getDefaultInstanceForType()
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.
|
getParserForType()
public Parser<UnassignRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
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];
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public UnassignRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UnassignRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public UnassignRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides