public final class ConfigFile extends GeneratedMessage implements ConfigFileOrBuilderGeneric specification of a source configuration file
Protobuf type google.api.servicemanagement.v1.ConfigFile
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ConfigFileImplements
ConfigFileOrBuilderStatic Fields
FILE_CONTENTS_FIELD_NUMBER
public static final int FILE_CONTENTS_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FILE_PATH_FIELD_NUMBER
public static final int FILE_PATH_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FILE_TYPE_FIELD_NUMBER
public static final int FILE_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ConfigFile getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ConfigFile.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ConfigFile.Builder |
|
newBuilder(ConfigFile prototype)
public static ConfigFile.Builder newBuilder(ConfigFile prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ConfigFile |
| Returns | |
|---|---|
| Type | Description |
ConfigFile.Builder |
|
parseDelimitedFrom(InputStream input)
public static ConfigFile parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ConfigFile parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ConfigFile parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ConfigFile parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ConfigFile parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ConfigFile parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConfigFile parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ConfigFile> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ConfigFile> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ConfigFile getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConfigFile |
|
getFileContents()
public ByteString getFileContents()The bytes that constitute the file.
bytes file_contents = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The fileContents. |
getFilePath()
public String getFilePath()The file name of the configuration file (full or relative path).
string file_path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The filePath. |
getFilePathBytes()
public ByteString getFilePathBytes()The file name of the configuration file (full or relative path).
string file_path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filePath. |
getFileType()
public ConfigFile.FileType getFileType()The type of configuration file this represents.
.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;
| Returns | |
|---|---|
| Type | Description |
ConfigFile.FileType |
The fileType. |
getFileTypeValue()
public int getFileTypeValue()The type of configuration file this represents.
.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for fileType. |
getParserForType()
public Parser<ConfigFile> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ConfigFile> |
|
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 ConfigFile.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ConfigFile.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ConfigFile.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ConfigFile.Builder |
|
toBuilder()
public ConfigFile.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ConfigFile.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|