public final class FileMetadataImports extends GeneratedMessage implements FileMetadataImportsOrBuilderFile metadata imports.
Protobuf type google.backstory.FileMetadataImports
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FileMetadataImportsImplements
FileMetadataImportsOrBuilderStatic Fields
FUNCTIONS_FIELD_NUMBER
public static final int FUNCTIONS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LIBRARY_FIELD_NUMBER
public static final int LIBRARY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FileMetadataImports getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FileMetadataImports.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FileMetadataImports.Builder |
|
newBuilder(FileMetadataImports prototype)
public static FileMetadataImports.Builder newBuilder(FileMetadataImports prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FileMetadataImports |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports.Builder |
|
parseDelimitedFrom(InputStream input)
public static FileMetadataImports parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FileMetadataImports parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FileMetadataImports parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FileMetadataImports parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FileMetadataImports parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FileMetadataImports parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FileMetadataImports parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FileMetadataImports> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FileMetadataImports> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public FileMetadataImports getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FileMetadataImports |
|
getFunctions(int index)
public String getFunctions(int index)Function field.
repeated string functions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The functions at the given index. |
getFunctionsBytes(int index)
public ByteString getFunctionsBytes(int index)Function field.
repeated string functions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the functions at the given index. |
getFunctionsCount()
public int getFunctionsCount()Function field.
repeated string functions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of functions. |
getFunctionsList()
public ProtocolStringList getFunctionsList()Function field.
repeated string functions = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the functions. |
getLibrary()
public String getLibrary()Library field.
string library = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The library. |
getLibraryBytes()
public ByteString getLibraryBytes()Library field.
string library = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for library. |
getParserForType()
public Parser<FileMetadataImports> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FileMetadataImports> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FileMetadataImports.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FileMetadataImports.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FileMetadataImports.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FileMetadataImports.Builder |
|
toBuilder()
public FileMetadataImports.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FileMetadataImports.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|