public interface GetLicenseRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLicense()
public abstract String getLicense()Name of the License resource to return.
string license = 166757441 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The license. |
getLicenseBytes()
public abstract ByteString getLicenseBytes()Name of the License resource to return.
string license = 166757441 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for license. |
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. |