Class DistributeLicenseConfigResponse.Builder (0.90.0)

public static final class DistributeLicenseConfigResponse.Builder extends GeneratedMessage.Builder<DistributeLicenseConfigResponse.Builder> implements DistributeLicenseConfigResponseOrBuilder

Response message for LicenseConfigService.DistributeLicenseConfig method.

Protobuf type google.cloud.discoveryengine.v1beta.DistributeLicenseConfigResponse

Static Methods

getDescriptor()

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

Methods

build()

public DistributeLicenseConfigResponse build()
Returns
Type Description
DistributeLicenseConfigResponse

buildPartial()

public DistributeLicenseConfigResponse buildPartial()
Returns
Type Description
DistributeLicenseConfigResponse

clear()

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

clearLicenseConfig()

public DistributeLicenseConfigResponse.Builder clearLicenseConfig()

The updated or created LicenseConfig.

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

Returns
Type Description
DistributeLicenseConfigResponse.Builder

getDefaultInstanceForType()

public DistributeLicenseConfigResponse getDefaultInstanceForType()
Returns
Type Description
DistributeLicenseConfigResponse

getDescriptorForType()

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

getLicenseConfig()

public LicenseConfig getLicenseConfig()

The updated or created LicenseConfig.

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

Returns
Type Description
LicenseConfig

The licenseConfig.

getLicenseConfigBuilder()

public LicenseConfig.Builder getLicenseConfigBuilder()

The updated or created LicenseConfig.

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

Returns
Type Description
LicenseConfig.Builder

getLicenseConfigOrBuilder()

public LicenseConfigOrBuilder getLicenseConfigOrBuilder()

The updated or created LicenseConfig.

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

Returns
Type Description
LicenseConfigOrBuilder

hasLicenseConfig()

public boolean hasLicenseConfig()

The updated or created 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(DistributeLicenseConfigResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeLicenseConfig(LicenseConfig value)

public DistributeLicenseConfigResponse.Builder mergeLicenseConfig(LicenseConfig value)

The updated or created LicenseConfig.

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

Parameter
Name Description
value LicenseConfig
Returns
Type Description
DistributeLicenseConfigResponse.Builder

setLicenseConfig(LicenseConfig value)

public DistributeLicenseConfigResponse.Builder setLicenseConfig(LicenseConfig value)

The updated or created LicenseConfig.

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

Parameter
Name Description
value LicenseConfig
Returns
Type Description
DistributeLicenseConfigResponse.Builder

setLicenseConfig(LicenseConfig.Builder builderForValue)

public DistributeLicenseConfigResponse.Builder setLicenseConfig(LicenseConfig.Builder builderForValue)

The updated or created LicenseConfig.

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

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