public static final class ListNotificationConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder> implements ListNotificationConfigsResponseOrBuilder
Response message for listing notification configs.
Protobuf type google.cloud.securitycenter.v1.ListNotificationConfigsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
public ListNotificationConfigsResponse.Builder addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.securitycenter.v1.NotificationConfig>
|
Returns
addNotificationConfigs(NotificationConfig value)
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
addNotificationConfigs(NotificationConfig.Builder builderForValue)
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
addNotificationConfigs(int index, NotificationConfig value)
public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameters
Returns
addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameters
Returns
addNotificationConfigsBuilder()
public NotificationConfig.Builder addNotificationConfigsBuilder()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
addNotificationConfigsBuilder(int index)
public NotificationConfig.Builder addNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListNotificationConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListNotificationConfigsResponse build()
Returns
buildPartial()
public ListNotificationConfigsResponse buildPartial()
Returns
clear()
public ListNotificationConfigsResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListNotificationConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListNotificationConfigsResponse.Builder clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Returns
clearNotificationConfigs()
public ListNotificationConfigsResponse.Builder clearNotificationConfigs()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListNotificationConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clone()
public ListNotificationConfigsResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListNotificationConfigsResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getNotificationConfigs(int index)
public NotificationConfig getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
getNotificationConfigsBuilder(int index)
public NotificationConfig.Builder getNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
getNotificationConfigsBuilderList()
public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
getNotificationConfigsCount()
public int getNotificationConfigsCount()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
getNotificationConfigsList()
public List<NotificationConfig> getNotificationConfigsList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
getNotificationConfigsOrBuilder(int index)
public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
getNotificationConfigsOrBuilderList()
public List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Returns
Type | Description |
List<? extends com.google.cloud.securitycenter.v1.NotificationConfigOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListNotificationConfigsResponse other)
public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
Parameter
Returns
public ListNotificationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListNotificationConfigsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListNotificationConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeNotificationConfigs(int index)
public ListNotificationConfigsResponse.Builder removeNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListNotificationConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListNotificationConfigsResponse.Builder setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListNotificationConfigsResponse.Builder setNextPageTokenBytes(ByteString value)
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setNotificationConfigs(int index, NotificationConfig value)
public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameters
Returns
setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListNotificationConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListNotificationConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides