Class ListMuteConfigsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
- com.google.cloud.securitycenter.v1.ListMuteConfigsResponse.Builder
-
- All Implemented Interfaces:
ListMuteConfigsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListMuteConfigsResponse
public static final class ListMuteConfigsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder> implements ListMuteConfigsResponseOrBuilder
Response message for listing mute configs.
Protobuf typegoogle.cloud.securitycenter.v1.ListMuteConfigsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMuteConfigsResponse.Builder
addAllMuteConfigs(Iterable<? extends MuteConfig> values)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
addMuteConfigs(int index, MuteConfig value)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
addMuteConfigs(int index, MuteConfig.Builder builderForValue)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
addMuteConfigs(MuteConfig value)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
addMuteConfigs(MuteConfig.Builder builderForValue)
The mute configs from the specified parent.MuteConfig.Builder
addMuteConfigsBuilder()
The mute configs from the specified parent.MuteConfig.Builder
addMuteConfigsBuilder(int index)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListMuteConfigsResponse
build()
ListMuteConfigsResponse
buildPartial()
ListMuteConfigsResponse.Builder
clear()
ListMuteConfigsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListMuteConfigsResponse.Builder
clearMuteConfigs()
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.ListMuteConfigsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListMuteConfigsResponse.Builder
clone()
ListMuteConfigsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
MuteConfig
getMuteConfigs(int index)
The mute configs from the specified parent.MuteConfig.Builder
getMuteConfigsBuilder(int index)
The mute configs from the specified parent.List<MuteConfig.Builder>
getMuteConfigsBuilderList()
The mute configs from the specified parent.int
getMuteConfigsCount()
The mute configs from the specified parent.List<MuteConfig>
getMuteConfigsList()
The mute configs from the specified parent.MuteConfigOrBuilder
getMuteConfigsOrBuilder(int index)
The mute configs from the specified parent.List<? extends MuteConfigOrBuilder>
getMuteConfigsOrBuilderList()
The mute configs from the specified parent.String
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteString
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListMuteConfigsResponse.Builder
mergeFrom(ListMuteConfigsResponse other)
ListMuteConfigsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListMuteConfigsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListMuteConfigsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListMuteConfigsResponse.Builder
removeMuteConfigs(int index)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListMuteConfigsResponse.Builder
setMuteConfigs(int index, MuteConfig value)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
setMuteConfigs(int index, MuteConfig.Builder builderForValue)
The mute configs from the specified parent.ListMuteConfigsResponse.Builder
setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page.ListMuteConfigsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page.ListMuteConfigsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListMuteConfigsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
clear
public ListMuteConfigsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
getDefaultInstanceForType
public ListMuteConfigsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListMuteConfigsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListMuteConfigsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListMuteConfigsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
setField
public ListMuteConfigsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
clearField
public ListMuteConfigsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
clearOneof
public ListMuteConfigsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
setRepeatedField
public ListMuteConfigsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
addRepeatedField
public ListMuteConfigsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
mergeFrom
public ListMuteConfigsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListMuteConfigsResponse.Builder>
-
mergeFrom
public ListMuteConfigsResponse.Builder mergeFrom(ListMuteConfigsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
mergeFrom
public ListMuteConfigsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListMuteConfigsResponse.Builder>
- Throws:
IOException
-
getMuteConfigsList
public List<MuteConfig> getMuteConfigsList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
- Specified by:
getMuteConfigsList
in interfaceListMuteConfigsResponseOrBuilder
-
getMuteConfigsCount
public int getMuteConfigsCount()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
- Specified by:
getMuteConfigsCount
in interfaceListMuteConfigsResponseOrBuilder
-
getMuteConfigs
public MuteConfig getMuteConfigs(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
- Specified by:
getMuteConfigs
in interfaceListMuteConfigsResponseOrBuilder
-
setMuteConfigs
public ListMuteConfigsResponse.Builder setMuteConfigs(int index, MuteConfig value)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
setMuteConfigs
public ListMuteConfigsResponse.Builder setMuteConfigs(int index, MuteConfig.Builder builderForValue)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addMuteConfigs
public ListMuteConfigsResponse.Builder addMuteConfigs(MuteConfig value)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addMuteConfigs
public ListMuteConfigsResponse.Builder addMuteConfigs(int index, MuteConfig value)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addMuteConfigs
public ListMuteConfigsResponse.Builder addMuteConfigs(MuteConfig.Builder builderForValue)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addMuteConfigs
public ListMuteConfigsResponse.Builder addMuteConfigs(int index, MuteConfig.Builder builderForValue)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addAllMuteConfigs
public ListMuteConfigsResponse.Builder addAllMuteConfigs(Iterable<? extends MuteConfig> values)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
clearMuteConfigs
public ListMuteConfigsResponse.Builder clearMuteConfigs()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
removeMuteConfigs
public ListMuteConfigsResponse.Builder removeMuteConfigs(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsBuilder
public MuteConfig.Builder getMuteConfigsBuilder(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsOrBuilder
public MuteConfigOrBuilder getMuteConfigsOrBuilder(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
- Specified by:
getMuteConfigsOrBuilder
in interfaceListMuteConfigsResponseOrBuilder
-
getMuteConfigsOrBuilderList
public List<? extends MuteConfigOrBuilder> getMuteConfigsOrBuilderList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
- Specified by:
getMuteConfigsOrBuilderList
in interfaceListMuteConfigsResponseOrBuilder
-
addMuteConfigsBuilder
public MuteConfig.Builder addMuteConfigsBuilder()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
addMuteConfigsBuilder
public MuteConfig.Builder addMuteConfigsBuilder(int index)
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getMuteConfigsBuilderList
public List<MuteConfig.Builder> getMuteConfigsBuilderList()
The mute configs from the specified parent.
repeated .google.cloud.securitycenter.v1.MuteConfig mute_configs = 1;
-
getNextPageToken
public String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListMuteConfigsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListMuteConfigsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListMuteConfigsResponse.Builder setNextPageToken(String value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListMuteConfigsResponse.Builder clearNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListMuteConfigsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListMuteConfigsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
mergeUnknownFields
public final ListMuteConfigsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListMuteConfigsResponse.Builder>
-
-