Interface ListSettingsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSettingsResponse,ListSettingsResponse.Builder
public interface ListSettingsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNextPageToken()Unused.com.google.protobuf.ByteStringgetNextPageTokenBytes()Unused.SettinggetSettings(int index)A list of settings that are available at the specified Cloud resource.intgetSettingsCount()A list of settings that are available at the specified Cloud resource.List<Setting>getSettingsList()A list of settings that are available at the specified Cloud resource.SettingOrBuildergetSettingsOrBuilder(int index)A list of settings that are available at the specified Cloud resource.List<? extends SettingOrBuilder>getSettingsOrBuilderList()A list of settings that are available at the specified Cloud resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSettingsList
List<Setting> getSettingsList()
A list of settings that are available at the specified Cloud resource.
repeated .google.cloud.resourcesettings.v1.Setting settings = 1;
-
getSettings
Setting getSettings(int index)
A list of settings that are available at the specified Cloud resource.
repeated .google.cloud.resourcesettings.v1.Setting settings = 1;
-
getSettingsCount
int getSettingsCount()
A list of settings that are available at the specified Cloud resource.
repeated .google.cloud.resourcesettings.v1.Setting settings = 1;
-
getSettingsOrBuilderList
List<? extends SettingOrBuilder> getSettingsOrBuilderList()
A list of settings that are available at the specified Cloud resource.
repeated .google.cloud.resourcesettings.v1.Setting settings = 1;
-
getSettingsOrBuilder
SettingOrBuilder getSettingsOrBuilder(int index)
A list of settings that are available at the specified Cloud resource.
repeated .google.cloud.resourcesettings.v1.Setting settings = 1;
-
getNextPageToken
String getNextPageToken()
Unused. A page token used to retrieve the next page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
Unused. A page token used to retrieve the next page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-