public static final class GetLicenseRequest.Builder extends GeneratedMessage.Builder<GetLicenseRequest.Builder> implements GetLicenseRequestOrBuilderA request message for Licenses.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetLicenseRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetLicenseRequest.BuilderImplements
GetLicenseRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetLicenseRequest build()| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest |
|
buildPartial()
public GetLicenseRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest |
|
clear()
public GetLicenseRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
|
clearLicense()
public GetLicenseRequest.Builder clearLicense()Name of the License resource to return.
string license = 166757441 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |
clearProject()
public GetLicenseRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetLicenseRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLicense()
public 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 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 String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetLicenseRequest other)
public GetLicenseRequest.Builder mergeFrom(GetLicenseRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetLicenseRequest |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetLicenseRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetLicenseRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
|
setLicense(String value)
public GetLicenseRequest.Builder setLicense(String value)Name of the License resource to return.
string license = 166757441 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe license to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |
setLicenseBytes(ByteString value)
public GetLicenseRequest.Builder setLicenseBytes(ByteString value)Name of the License resource to return.
string license = 166757441 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for license to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetLicenseRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetLicenseRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseRequest.Builder |
This builder for chaining. |