public interface GetLicenseCodeRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicenseCode()
public abstract String getLicenseCode()Number corresponding to the License code resource to return.
string license_code = 1467179 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The licenseCode. |
getLicenseCodeBytes()
public abstract ByteString getLicenseCodeBytes()Number corresponding to the License code resource to return.
string license_code = 1467179 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for licenseCode. |
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |