Class RetractLicenseConfigResponse (0.90.0)

public final class RetractLicenseConfigResponse extends GeneratedMessage implements RetractLicenseConfigResponseOrBuilder

Response message for LicenseConfigService.RetractLicenseConfig method.

Protobuf type google.cloud.discoveryengine.v1beta.RetractLicenseConfigResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > RetractLicenseConfigResponse

Static Fields

LICENSE_CONFIG_FIELD_NUMBER

public static final int LICENSE_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static RetractLicenseConfigResponse getDefaultInstance()
Returns
Type Description
RetractLicenseConfigResponse

getDescriptor()

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

newBuilder()

public static RetractLicenseConfigResponse.Builder newBuilder()
Returns
Type Description
RetractLicenseConfigResponse.Builder

newBuilder(RetractLicenseConfigResponse prototype)

public static RetractLicenseConfigResponse.Builder newBuilder(RetractLicenseConfigResponse prototype)
Parameter
Name Description
prototype RetractLicenseConfigResponse
Returns
Type Description
RetractLicenseConfigResponse.Builder

parseDelimitedFrom(InputStream input)

public static RetractLicenseConfigResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static RetractLicenseConfigResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RetractLicenseConfigResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RetractLicenseConfigResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static RetractLicenseConfigResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static RetractLicenseConfigResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RetractLicenseConfigResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
RetractLicenseConfigResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<RetractLicenseConfigResponse> parser()
Returns
Type Description
Parser<RetractLicenseConfigResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public RetractLicenseConfigResponse getDefaultInstanceForType()
Returns
Type Description
RetractLicenseConfigResponse

getLicenseConfig()

public LicenseConfig getLicenseConfig()

The updated LicenseConfig.

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

Returns
Type Description
LicenseConfig

The licenseConfig.

getLicenseConfigOrBuilder()

public LicenseConfigOrBuilder getLicenseConfigOrBuilder()

The updated LicenseConfig.

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

Returns
Type Description
LicenseConfigOrBuilder

getParserForType()

public Parser<RetractLicenseConfigResponse> getParserForType()
Returns
Type Description
Parser<RetractLicenseConfigResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public RetractLicenseConfigResponse.Builder newBuilderForType()
Returns
Type Description
RetractLicenseConfigResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected RetractLicenseConfigResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
RetractLicenseConfigResponse.Builder
Overrides

toBuilder()

public RetractLicenseConfigResponse.Builder toBuilder()
Returns
Type Description
RetractLicenseConfigResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException