Class ValidateSchemaResponse.Builder (1.147.0)

public static final class ValidateSchemaResponse.Builder extends GeneratedMessage.Builder<ValidateSchemaResponse.Builder> implements ValidateSchemaResponseOrBuilder

Response for the ValidateSchema method. Empty for now.

Protobuf type google.pubsub.v1.ValidateSchemaResponse

Static Methods

getDescriptor()

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

Methods

build()

public ValidateSchemaResponse build()
Returns
Type Description
ValidateSchemaResponse

buildPartial()

public ValidateSchemaResponse buildPartial()
Returns
Type Description
ValidateSchemaResponse

clear()

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

getDefaultInstanceForType()

public ValidateSchemaResponse getDefaultInstanceForType()
Returns
Type Description
ValidateSchemaResponse

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ValidateSchemaResponse other)

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