Class ImportMappingRulesRequest.RulesFile (2.18.0)

public static final class ImportMappingRulesRequest.RulesFile extends GeneratedMessageV3 implements ImportMappingRulesRequest.RulesFileOrBuilder

Details of a single rules file.

Protobuf type google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFile

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ImportMappingRulesRequest.RulesFile
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)

Static Fields

RULES_CONTENT_FIELD_NUMBER

public static final int RULES_CONTENT_FIELD_NUMBER
Field Value
TypeDescription
int

RULES_SOURCE_FILENAME_FIELD_NUMBER

public static final int RULES_SOURCE_FILENAME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ImportMappingRulesRequest.RulesFile getDefaultInstance()

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ImportMappingRulesRequest.RulesFile.Builder newBuilder()

newBuilder(ImportMappingRulesRequest.RulesFile prototype)

public static ImportMappingRulesRequest.RulesFile.Builder newBuilder(ImportMappingRulesRequest.RulesFile prototype)
Parameter
NameDescription
prototypeImportMappingRulesRequest.RulesFile

parseDelimitedFrom(InputStream input)

public static ImportMappingRulesRequest.RulesFile parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ImportMappingRulesRequest.RulesFile parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ImportMappingRulesRequest.RulesFile parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ImportMappingRulesRequest.RulesFile parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ImportMappingRulesRequest.RulesFile parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ImportMappingRulesRequest.RulesFile parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ImportMappingRulesRequest.RulesFile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ImportMappingRulesRequest.RulesFile> parser()
Returns
TypeDescription
Parser<RulesFile>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ImportMappingRulesRequest.RulesFile getDefaultInstanceForType()

getParserForType()

public Parser<ImportMappingRulesRequest.RulesFile> getParserForType()
Returns
TypeDescription
Parser<RulesFile>
Overrides

getRulesContent()

public String getRulesContent()

The text content of the rules that needs to be converted.

string rules_content = 2;

Returns
TypeDescription
String

The rulesContent.

getRulesContentBytes()

public ByteString getRulesContentBytes()

The text content of the rules that needs to be converted.

string rules_content = 2;

Returns
TypeDescription
ByteString

The bytes for rulesContent.

getRulesSourceFilename()

public String getRulesSourceFilename()

The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.

string rules_source_filename = 1;

Returns
TypeDescription
String

The rulesSourceFilename.

getRulesSourceFilenameBytes()

public ByteString getRulesSourceFilenameBytes()

The filename of the rules that needs to be converted. The filename is used mainly so that future logs of the import rules job contain it, and can therefore be searched by it.

string rules_source_filename = 1;

Returns
TypeDescription
ByteString

The bytes for rulesSourceFilename.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ImportMappingRulesRequest.RulesFile.Builder newBuilderForType()

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ImportMappingRulesRequest.RulesFile.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ImportMappingRulesRequest.RulesFile.Builder toBuilder()

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException