Interface GetLicensePoolRequestOrBuilder (0.51.0)

public interface GetLicensePoolRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name of the license pool to get. Format: billingAccounts/{billing_account}/orders/{order}/licensePool

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the license pool to get. Format: billingAccounts/{billing_account}/orders/{order}/licensePool

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

Returns
Type Description
ByteString

The bytes for name.