Class GetLicenseConfigRequest.Builder (0.90.0)

public static final class GetLicenseConfigRequest.Builder extends GeneratedMessage.Builder<GetLicenseConfigRequest.Builder> implements GetLicenseConfigRequestOrBuilder

Request message for LicenseConfigService.GetLicenseConfig method.

Protobuf type google.cloud.discoveryengine.v1beta.GetLicenseConfigRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetLicenseConfigRequest build()
Returns
Type Description
GetLicenseConfigRequest

buildPartial()

public GetLicenseConfigRequest buildPartial()
Returns
Type Description
GetLicenseConfigRequest

clear()

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

clearName()

public GetLicenseConfigRequest.Builder clearName()

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetLicenseConfigRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetLicenseConfigRequest getDefaultInstanceForType()
Returns
Type Description
GetLicenseConfigRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetLicenseConfigRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetLicenseConfigRequest.Builder setName(String value)

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetLicenseConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetLicenseConfigRequest.Builder setNameBytes(ByteString value)

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*.

If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetLicenseConfigRequest.Builder

This builder for chaining.