public final class ValidateMessageResponse extends GeneratedMessageV3 implements ValidateMessageResponseOrBuilder
Response for the ValidateMessage
method.
Empty for now.
Protobuf type google.pubsub.v1.ValidateMessageResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ValidateMessageResponseImplements
ValidateMessageResponseOrBuilderStatic Methods
getDefaultInstance()
public static ValidateMessageResponse getDefaultInstance()
Type | Description |
ValidateMessageResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ValidateMessageResponse.Builder newBuilder()
Type | Description |
ValidateMessageResponse.Builder |
newBuilder(ValidateMessageResponse prototype)
public static ValidateMessageResponse.Builder newBuilder(ValidateMessageResponse prototype)
Name | Description |
prototype | ValidateMessageResponse |
Type | Description |
ValidateMessageResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ValidateMessageResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ValidateMessageResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ValidateMessageResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ValidateMessageResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ValidateMessageResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ValidateMessageResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ValidateMessageResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ValidateMessageResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ValidateMessageResponse> parser()
Type | Description |
Parser<ValidateMessageResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ValidateMessageResponse getDefaultInstanceForType()
Type | Description |
ValidateMessageResponse |
getParserForType()
public Parser<ValidateMessageResponse> getParserForType()
Type | Description |
Parser<ValidateMessageResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ValidateMessageResponse.Builder newBuilderForType()
Type | Description |
ValidateMessageResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ValidateMessageResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ValidateMessageResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ValidateMessageResponse.Builder toBuilder()
Type | Description |
ValidateMessageResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |