Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ConfigFile |
ConfigFile.clone() |
ConfigFile |
ConfigFile.encodeFileContents(byte[] fileContents)
The bytes that constitute the file.
|
ConfigFile |
ConfigFile.set(String fieldName,
Object value) |
ConfigFile |
ConfigFile.setFileContents(String fileContents)
The bytes that constitute the file.
|
ConfigFile |
ConfigFile.setFilePath(String filePath)
The file name of the configuration file (full or relative path).
|
ConfigFile |
ConfigFile.setFileType(String fileType)
The type of configuration file this represents.
|
Modifier and Type | Method and Description |
---|---|
List<ConfigFile> |
ConfigSource.getFiles()
Set of source configuration files that are used to generate a service configuration
(`google.api.Service`).
|
Modifier and Type | Method and Description |
---|---|
ConfigSource |
ConfigSource.setFiles(List<ConfigFile> files)
Set of source configuration files that are used to generate a service configuration
(`google.api.Service`).
|
Copyright © 2011–2024 Google. All rights reserved.