Class RetractLicenseConfigResponse.Builder (0.90.0)

public static final class RetractLicenseConfigResponse.Builder extends GeneratedMessage.Builder<RetractLicenseConfigResponse.Builder> implements RetractLicenseConfigResponseOrBuilder

Response message for LicenseConfigService.RetractLicenseConfig method.

Protobuf type google.cloud.discoveryengine.v1beta.RetractLicenseConfigResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public RetractLicenseConfigResponse build()
Returns
Type Description
RetractLicenseConfigResponse

buildPartial()

public RetractLicenseConfigResponse buildPartial()
Returns
Type Description
RetractLicenseConfigResponse

clear()

public RetractLicenseConfigResponse.Builder clear()
Returns
Type Description
RetractLicenseConfigResponse.Builder
Overrides

clearLicenseConfig()

public RetractLicenseConfigResponse.Builder clearLicenseConfig()

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Returns
Type Description
RetractLicenseConfigResponse.Builder

getDefaultInstanceForType()

public RetractLicenseConfigResponse getDefaultInstanceForType()
Returns
Type Description
RetractLicenseConfigResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLicenseConfig()

public LicenseConfig getLicenseConfig()

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Returns
Type Description
LicenseConfig

The licenseConfig.

getLicenseConfigBuilder()

public LicenseConfig.Builder getLicenseConfigBuilder()

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Returns
Type Description
LicenseConfig.Builder

getLicenseConfigOrBuilder()

public LicenseConfigOrBuilder getLicenseConfigOrBuilder()

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Returns
Type Description
LicenseConfigOrBuilder

hasLicenseConfig()

public boolean hasLicenseConfig()

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Returns
Type Description
boolean

Whether the licenseConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(RetractLicenseConfigResponse other)

public RetractLicenseConfigResponse.Builder mergeFrom(RetractLicenseConfigResponse other)
Parameter
Name Description
other RetractLicenseConfigResponse
Returns
Type Description
RetractLicenseConfigResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public RetractLicenseConfigResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

mergeLicenseConfig(LicenseConfig value)

public RetractLicenseConfigResponse.Builder mergeLicenseConfig(LicenseConfig value)

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Parameter
Name Description
value LicenseConfig
Returns
Type Description
RetractLicenseConfigResponse.Builder

setLicenseConfig(LicenseConfig value)

public RetractLicenseConfigResponse.Builder setLicenseConfig(LicenseConfig value)

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Parameter
Name Description
value LicenseConfig
Returns
Type Description
RetractLicenseConfigResponse.Builder

setLicenseConfig(LicenseConfig.Builder builderForValue)

public RetractLicenseConfigResponse.Builder setLicenseConfig(LicenseConfig.Builder builderForValue)

The updated LicenseConfig.

.google.cloud.discoveryengine.v1beta.LicenseConfig license_config = 1;

Parameter
Name Description
builderForValue LicenseConfig.Builder
Returns
Type Description
RetractLicenseConfigResponse.Builder