Interface GetLicenseRequestOrBuilder (1.51.0)

public interface GetLicenseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getLicense()

public abstract String getLicense()

Name of the License resource to return.

string license = 166757441 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The license.

getLicenseBytes()

public abstract ByteString getLicenseBytes()

Name of the License resource to return.

string license = 166757441 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for license.

getProject()

public abstract String getProject()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The project.

getProjectBytes()

public abstract ByteString getProjectBytes()

Project ID for this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for project.