public interface ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SecurityHealthAnalyticsCustomModule> getSecurityHealthAnalyticsCustomModulesList()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
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;
int getSecurityHealthAnalyticsCustomModulesCount()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
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;
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;
String getNextPageToken()
If not empty, indicates that there may be more custom modules to be returned.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more custom modules to be returned.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.