public static final class GetLicenseCodeRequest.Builder extends GeneratedMessage.Builder<GetLicenseCodeRequest.Builder> implements GetLicenseCodeRequestOrBuilderA request message for LicenseCodes.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetLicenseCodeRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetLicenseCodeRequest.BuilderImplements
GetLicenseCodeRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetLicenseCodeRequest build()| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest |
|
buildPartial()
public GetLicenseCodeRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest |
|
clear()
public GetLicenseCodeRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
|
clearLicenseCode()
public GetLicenseCodeRequest.Builder clearLicenseCode()Number corresponding to the License code resource to return.
string license_code = 1467179 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
This builder for chaining. |
clearProject()
public GetLicenseCodeRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetLicenseCodeRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLicenseCode()
public 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 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 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(GetLicenseCodeRequest other)
public GetLicenseCodeRequest.Builder mergeFrom(GetLicenseCodeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetLicenseCodeRequest |
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetLicenseCodeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetLicenseCodeRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
|
setLicenseCode(String value)
public GetLicenseCodeRequest.Builder setLicenseCode(String value)Number corresponding to the License code resource to return.
string license_code = 1467179 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe licenseCode to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
This builder for chaining. |
setLicenseCodeBytes(ByteString value)
public GetLicenseCodeRequest.Builder setLicenseCodeBytes(ByteString value)Number corresponding to the License code resource to return.
string license_code = 1467179 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for licenseCode to set. |
| Returns | |
|---|---|
| Type | Description |
GetLicenseCodeRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetLicenseCodeRequest.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 |
GetLicenseCodeRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetLicenseCodeRequest.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 |
GetLicenseCodeRequest.Builder |
This builder for chaining. |