public interface ConfigSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigFile |
getFiles(int index)
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
int |
getFilesCount()
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
java.util.List<ConfigFile> |
getFilesList()
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
ConfigFileOrBuilder |
getFilesOrBuilder(int index)
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
java.util.List<? extends ConfigFileOrBuilder> |
getFilesOrBuilderList()
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
java.lang.String |
getId()
A unique ID for a specific instance of this message, typically assigned
by the client for tracking purpose.
|
com.google.protobuf.ByteString |
getIdBytes()
A unique ID for a specific instance of this message, typically assigned
by the client for tracking purpose.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.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;com.google.protobuf.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;java.util.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;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;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;java.util.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;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;