Interface ConfigFileOrBuilder (3.39.0)

public interface ConfigFileOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileContents()

public abstract ByteString getFileContents()

The bytes that constitute the file.

bytes file_contents = 3;

Returns
TypeDescription
ByteString

The fileContents.

getFilePath()

public abstract String getFilePath()

The file name of the configuration file (full or relative path).

string file_path = 1;

Returns
TypeDescription
String

The filePath.

getFilePathBytes()

public abstract ByteString getFilePathBytes()

The file name of the configuration file (full or relative path).

string file_path = 1;

Returns
TypeDescription
ByteString

The bytes for filePath.

getFileType()

public abstract ConfigFile.FileType getFileType()

The type of configuration file this represents.

.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;

Returns
TypeDescription
ConfigFile.FileType

The fileType.

getFileTypeValue()

public abstract int getFileTypeValue()

The type of configuration file this represents.

.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for fileType.