public interface ConfigFileOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFileContents()
public abstract ByteString getFileContents()The bytes that constitute the file.
bytes file_contents = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The fileContents. |
getFilePath()
public abstract 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 abstract 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 abstract 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 abstract 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. |