public static final class ListNotificationConfigsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder> implements ListNotificationConfigsResponseOrBuilder
Response message for listing notification configs.Protobuf type
google.cloud.securitycenter.v1.ListNotificationConfigsResponse| Modifier and Type | Method and Description |
|---|---|
ListNotificationConfigsResponse.Builder |
addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
addNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
addNotificationConfigs(int index,
NotificationConfig value)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
addNotificationConfigs(NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
addNotificationConfigs(NotificationConfig value)
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
addNotificationConfigsBuilder()
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
addNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListNotificationConfigsResponse |
build() |
ListNotificationConfigsResponse |
buildPartial() |
ListNotificationConfigsResponse.Builder |
clear() |
ListNotificationConfigsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListNotificationConfigsResponse.Builder |
clearNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
|
ListNotificationConfigsResponse.Builder |
clearNotificationConfigs()
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListNotificationConfigsResponse.Builder |
clone() |
ListNotificationConfigsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
|
NotificationConfig |
getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
NotificationConfig.Builder |
getNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
|
List<NotificationConfig.Builder> |
getNotificationConfigsBuilderList()
Notification configs belonging to the requested parent.
|
int |
getNotificationConfigsCount()
Notification configs belonging to the requested parent.
|
List<NotificationConfig> |
getNotificationConfigsList()
Notification configs belonging to the requested parent.
|
NotificationConfigOrBuilder |
getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
|
List<? extends NotificationConfigOrBuilder> |
getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListNotificationConfigsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListNotificationConfigsResponse.Builder |
mergeFrom(ListNotificationConfigsResponse other) |
ListNotificationConfigsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListNotificationConfigsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListNotificationConfigsResponse.Builder |
removeNotificationConfigs(int index)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListNotificationConfigsResponse.Builder |
setNextPageToken(String value)
Token to retrieve the next page of results, or empty if there are no more
results.
|
ListNotificationConfigsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
Token to retrieve the next page of results, or empty if there are no more
results.
|
ListNotificationConfigsResponse.Builder |
setNotificationConfigs(int index,
NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
setNotificationConfigs(int index,
NotificationConfig value)
Notification configs belonging to the requested parent.
|
ListNotificationConfigsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListNotificationConfigsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListNotificationConfigsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListNotificationConfigsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListNotificationConfigsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public ListNotificationConfigsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListNotificationConfigsResponse.Builder>IOExceptionpublic List<NotificationConfig> getNotificationConfigsList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
getNotificationConfigsList in interface ListNotificationConfigsResponseOrBuilderpublic int getNotificationConfigsCount()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
getNotificationConfigsCount in interface ListNotificationConfigsResponseOrBuilderpublic NotificationConfig getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
getNotificationConfigs in interface ListNotificationConfigsResponseOrBuilderpublic ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
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;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
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;
public ListNotificationConfigsResponse.Builder addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder clearNotificationConfigs()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder removeNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public NotificationConfig.Builder getNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
getNotificationConfigsOrBuilder in interface ListNotificationConfigsResponseOrBuilderpublic List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
getNotificationConfigsOrBuilderList in interface ListNotificationConfigsResponseOrBuilderpublic NotificationConfig.Builder addNotificationConfigsBuilder()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public NotificationConfig.Builder addNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1.NotificationConfig notification_configs = 1;
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;getNextPageToken in interface ListNotificationConfigsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;getNextPageTokenBytes in interface ListNotificationConfigsResponseOrBuilderpublic 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;value - The nextPageToken to set.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;public ListNotificationConfigsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Token to retrieve the next page of results, or empty if there are no more results.
string next_page_token = 2;value - The bytes for nextPageToken to set.public final ListNotificationConfigsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>public final ListNotificationConfigsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.