public static final class ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder extends GeneratedMessageV3.Builder<ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder> implements ListDescendantSecurityHealthAnalyticsCustomModulesResponseOrBuilder
Response message for listing descendant Security Health Analytics custom
modules.
Protobuf type
google.cloud.securitycenter.v1.ListDescendantSecurityHealthAnalyticsCustomModulesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllSecurityHealthAnalyticsCustomModules(Iterable<? extends SecurityHealthAnalyticsCustomModule> values)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addAllSecurityHealthAnalyticsCustomModules(Iterable<? extends SecurityHealthAnalyticsCustomModule> values)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule value)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule.Builder builderForValue)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(SecurityHealthAnalyticsCustomModule.Builder builderForValue)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder addSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
addSecurityHealthAnalyticsCustomModulesBuilder()
public SecurityHealthAnalyticsCustomModule.Builder addSecurityHealthAnalyticsCustomModulesBuilder()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
addSecurityHealthAnalyticsCustomModulesBuilder(int index)
public SecurityHealthAnalyticsCustomModule.Builder addSecurityHealthAnalyticsCustomModulesBuilder(int index)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter |
---|
Name | Description |
index | int
|
build()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse build()
buildPartial()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse buildPartial()
clear()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clearNextPageToken()
If not empty, indicates that there may be more custom modules to be
returned.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSecurityHealthAnalyticsCustomModules()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clearSecurityHealthAnalyticsCustomModules()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
clone()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
If not empty, indicates that there may be more custom modules to be
returned.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
If not empty, indicates that there may be more custom modules to be
returned.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
getSecurityHealthAnalyticsCustomModules(int index)
public 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;
Parameter |
---|
Name | Description |
index | int
|
getSecurityHealthAnalyticsCustomModulesBuilder(int index)
public SecurityHealthAnalyticsCustomModule.Builder getSecurityHealthAnalyticsCustomModulesBuilder(int index)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter |
---|
Name | Description |
index | int
|
getSecurityHealthAnalyticsCustomModulesBuilderList()
public List<SecurityHealthAnalyticsCustomModule.Builder> getSecurityHealthAnalyticsCustomModulesBuilderList()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
getSecurityHealthAnalyticsCustomModulesCount()
public int getSecurityHealthAnalyticsCustomModulesCount()
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Returns |
---|
Type | Description |
int | |
getSecurityHealthAnalyticsCustomModulesList()
public 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;
getSecurityHealthAnalyticsCustomModulesOrBuilder(int index)
public 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;
Parameter |
---|
Name | Description |
index | int
|
getSecurityHealthAnalyticsCustomModulesOrBuilderList()
public 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;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModuleOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListDescendantSecurityHealthAnalyticsCustomModulesResponse other)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder mergeFrom(ListDescendantSecurityHealthAnalyticsCustomModulesResponse other)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSecurityHealthAnalyticsCustomModules(int index)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder removeSecurityHealthAnalyticsCustomModules(int index)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
Parameter |
---|
Name | Description |
index | int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageToken(String value)
If not empty, indicates that there may be more custom modules to be
returned.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setNextPageTokenBytes(ByteString value)
If not empty, indicates that there may be more custom modules to be
returned.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule value)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)
public ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setSecurityHealthAnalyticsCustomModules(int index, SecurityHealthAnalyticsCustomModule.Builder builderForValue)
Custom modules belonging to the requested parent and its descendants.
repeated .google.cloud.securitycenter.v1.SecurityHealthAnalyticsCustomModule security_health_analytics_custom_modules = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final ListDescendantSecurityHealthAnalyticsCustomModulesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides