public interface ConfigFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getFileContents()
The bytes that constitute the file.
|
java.lang.String |
getFilePath()
The file name of the configuration file (full or relative path).
|
com.google.protobuf.ByteString |
getFilePathBytes()
The file name of the configuration file (full or relative path).
|
ConfigFile.FileType |
getFileType()
The type of configuration file this represents.
|
int |
getFileTypeValue()
The type of configuration file this represents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getFilePath()
The file name of the configuration file (full or relative path).
string file_path = 1;com.google.protobuf.ByteString getFilePathBytes()
The file name of the configuration file (full or relative path).
string file_path = 1;com.google.protobuf.ByteString getFileContents()
The bytes that constitute the file.
bytes file_contents = 3;int getFileTypeValue()
The type of configuration file this represents.
.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;ConfigFile.FileType getFileType()
The type of configuration file this represents.
.google.api.servicemanagement.v1.ConfigFile.FileType file_type = 4;