Interface ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListDescendantSecurityHealthAnalyticsCustomModulesResponse
,ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder
public interface ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNextPageToken()
If not empty, indicates that there may be more custom modules to be returned.com.google.protobuf.ByteString
getNextPageTokenBytes()
If not empty, indicates that there may be more custom modules to be returned.SecurityHealthAnalyticsCustomModule
getSecurityHealthAnalyticsCustomModules(int index)
Custom modules belonging to the requested parent and its descendants.int
getSecurityHealthAnalyticsCustomModulesCount()
Custom modules belonging to the requested parent and its descendants.List<SecurityHealthAnalyticsCustomModule>
getSecurityHealthAnalyticsCustomModulesList()
Custom modules belonging to the requested parent and its descendants.SecurityHealthAnalyticsCustomModuleOrBuilder
getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
Custom modules belonging to the requested parent and its descendants.List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder>
getSecurityHealthAnalyticsCustomModulesOrBuilderList()
Custom modules belonging to the requested parent and its descendants.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSecurityHealthAnalyticsCustomModulesList
List<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModules
SecurityHealthAnalyticsCustomModule getSecurityHealthAnalyticsCustomModules(int index)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesCount
int getSecurityHealthAnalyticsCustomModulesCount()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesOrBuilderList
List<? extends SecurityHealthAnalyticsCustomModuleOrBuilder> getSecurityHealthAnalyticsCustomModulesOrBuilderList()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getSecurityHealthAnalyticsCustomModulesOrBuilder
SecurityHealthAnalyticsCustomModuleOrBuilder getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
-
getNextPageToken
String getNextPageToken()
If not empty, indicates that there may be more custom modules to be returned.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more custom modules to be returned.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-