public interface ConfigSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFiles(int index)
public abstract ConfigFile getFiles(int index) Set of source configuration files that are used to generate a service
configuration (google.api.Service).
repeated .google.api.servicemanagement.v1.ConfigFile files = 2;
| Name | Description |
| index | int |
| Type | Description |
| ConfigFile |
getFilesCount()
public abstract int getFilesCount() Set of source configuration files that are used to generate a service
configuration (google.api.Service).
repeated .google.api.servicemanagement.v1.ConfigFile files = 2;
| Type | Description |
| int |
getFilesList()
public abstract List<ConfigFile> getFilesList() Set of source configuration files that are used to generate a service
configuration (google.api.Service).
repeated .google.api.servicemanagement.v1.ConfigFile files = 2;
| Type | Description |
| List<ConfigFile> |
getFilesOrBuilder(int index)
public abstract ConfigFileOrBuilder getFilesOrBuilder(int index) Set of source configuration files that are used to generate a service
configuration (google.api.Service).
repeated .google.api.servicemanagement.v1.ConfigFile files = 2;
| Name | Description |
| index | int |
| Type | Description |
| ConfigFileOrBuilder |
getFilesOrBuilderList()
public abstract List<? extends ConfigFileOrBuilder> getFilesOrBuilderList() Set of source configuration files that are used to generate a service
configuration (google.api.Service).
repeated .google.api.servicemanagement.v1.ConfigFile files = 2;
| Type | Description |
| List<? extends com.google.api.servicemanagement.v1.ConfigFileOrBuilder> |
getId()
public abstract String getId()A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.
string id = 5;
| Type | Description |
| String | The id. |
getIdBytes()
public abstract ByteString getIdBytes()A unique ID for a specific instance of this message, typically assigned by the client for tracking purpose. If empty, the server may choose to generate one instead.
string id = 5;
| Type | Description |
| ByteString | The bytes for id. |