public static final class ListNotificationConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder> implements ListNotificationConfigsResponseOrBuilder
Response message for listing notification configs.Protobuf type
google.cloud.securitycenter.v1p1beta1.ListNotificationConfigsResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListNotificationConfigsResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListNotificationConfigsResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListNotificationConfigsResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public ListNotificationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListNotificationConfigsResponse.Builder>
IOException
public List<NotificationConfig> getNotificationConfigsList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
getNotificationConfigsList
in interface ListNotificationConfigsResponseOrBuilder
public int getNotificationConfigsCount()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
getNotificationConfigsCount
in interface ListNotificationConfigsResponseOrBuilder
public NotificationConfig getNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
getNotificationConfigs
in interface ListNotificationConfigsResponseOrBuilder
public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig value)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder clearNotificationConfigs()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public ListNotificationConfigsResponse.Builder removeNotificationConfigs(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public NotificationConfig.Builder getNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
getNotificationConfigsOrBuilder
in interface ListNotificationConfigsResponseOrBuilder
public List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
getNotificationConfigsOrBuilderList
in interface ListNotificationConfigsResponseOrBuilder
public NotificationConfig.Builder addNotificationConfigsBuilder()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public NotificationConfig.Builder addNotificationConfigsBuilder(int index)
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.NotificationConfig notification_configs = 1;
public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()
Notification configs belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.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 ListNotificationConfigsResponseOrBuilder
public 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 ListNotificationConfigsResponseOrBuilder
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;
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(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(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
public final ListNotificationConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder>
Copyright © 2022 Google LLC. All rights reserved.