Class GetLicenseRequest.Builder (1.93.0)

public static final class GetLicenseRequest.Builder extends GeneratedMessage.Builder<GetLicenseRequest.Builder> implements GetLicenseRequestOrBuilder

A request message for Licenses.Get. See the method description for details.

Protobuf type google.cloud.compute.v1.GetLicenseRequest

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetLicenseRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetLicenseRequest.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for project to set.

Returns
Type Description
GetLicenseRequest.Builder

This builder for chaining.