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`).
|
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`).
|
List<? extends ConfigFileOrBuilder> |
getFilesOrBuilderList()
Set of source configuration files that are used to generate a service
configuration (`google.api.Service`).
|
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, hasOneofString 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;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;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;Copyright © 2024 Google LLC. All rights reserved.