Class ListNotificationConfigsResponse.Builder (2.37.0)

public static final class ListNotificationConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListNotificationConfigsResponse.Builder> implements ListNotificationConfigsResponseOrBuilder

The result of a call to ListNotificationConfigs

Protobuf type google.storage.v2.ListNotificationConfigsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)

public ListNotificationConfigsResponse.Builder addAllNotificationConfigs(Iterable<? extends NotificationConfig> values)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
values Iterable<? extends com.google.storage.v2.NotificationConfig>
Returns
Type Description
ListNotificationConfigsResponse.Builder

addNotificationConfigs(NotificationConfig value)

public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
value NotificationConfig
Returns
Type Description
ListNotificationConfigsResponse.Builder

addNotificationConfigs(NotificationConfig.Builder builderForValue)

public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig.Builder builderForValue)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
builderForValue NotificationConfig.Builder
Returns
Type Description
ListNotificationConfigsResponse.Builder

addNotificationConfigs(int index, NotificationConfig value)

public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig value)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameters
Name Description
index int
value NotificationConfig
Returns
Type Description
ListNotificationConfigsResponse.Builder

addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)

public ListNotificationConfigsResponse.Builder addNotificationConfigs(int index, NotificationConfig.Builder builderForValue)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameters
Name Description
index int
builderForValue NotificationConfig.Builder
Returns
Type Description
ListNotificationConfigsResponse.Builder

addNotificationConfigsBuilder()

public NotificationConfig.Builder addNotificationConfigsBuilder()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
NotificationConfig.Builder

addNotificationConfigsBuilder(int index)

public NotificationConfig.Builder addNotificationConfigsBuilder(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
NotificationConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListNotificationConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

build()

public ListNotificationConfigsResponse build()
Returns
Type Description
ListNotificationConfigsResponse

buildPartial()

public ListNotificationConfigsResponse buildPartial()
Returns
Type Description
ListNotificationConfigsResponse

clear()

public ListNotificationConfigsResponse.Builder clear()
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListNotificationConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

clearNextPageToken()

public ListNotificationConfigsResponse.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
Type Description
ListNotificationConfigsResponse.Builder

This builder for chaining.

clearNotificationConfigs()

public ListNotificationConfigsResponse.Builder clearNotificationConfigs()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
ListNotificationConfigsResponse.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ListNotificationConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

clone()

public ListNotificationConfigsResponse.Builder clone()
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListNotificationConfigsResponse getDefaultInstanceForType()
Returns
Type Description
ListNotificationConfigsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public 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;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getNotificationConfigs(int index)

public NotificationConfig getNotificationConfigs(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
NotificationConfig

getNotificationConfigsBuilder(int index)

public NotificationConfig.Builder getNotificationConfigsBuilder(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
NotificationConfig.Builder

getNotificationConfigsBuilderList()

public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
List<Builder>

getNotificationConfigsCount()

public int getNotificationConfigsCount()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
int

getNotificationConfigsList()

public List<NotificationConfig> getNotificationConfigsList()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
List<NotificationConfig>

getNotificationConfigsOrBuilder(int index)

public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
NotificationConfigOrBuilder

getNotificationConfigsOrBuilderList()

public List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Returns
Type Description
List<? extends com.google.storage.v2.NotificationConfigOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListNotificationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListNotificationConfigsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

mergeFrom(ListNotificationConfigsResponse other)

public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
Parameter
Name Description
other ListNotificationConfigsResponse
Returns
Type Description
ListNotificationConfigsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListNotificationConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

removeNotificationConfigs(int index)

public ListNotificationConfigsResponse.Builder removeNotificationConfigs(int index)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListNotificationConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListNotificationConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

setNextPageToken(String value)

public ListNotificationConfigsResponse.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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListNotificationConfigsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListNotificationConfigsResponse.Builder setNextPageTokenBytes(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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListNotificationConfigsResponse.Builder

This builder for chaining.

setNotificationConfigs(int index, NotificationConfig value)

public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig value)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameters
Name Description
index int
value NotificationConfig
Returns
Type Description
ListNotificationConfigsResponse.Builder

setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)

public ListNotificationConfigsResponse.Builder setNotificationConfigs(int index, NotificationConfig.Builder builderForValue)

The list of items.

repeated .google.storage.v2.NotificationConfig notification_configs = 1;

Parameters
Name Description
index int
builderForValue NotificationConfig.Builder
Returns
Type Description
ListNotificationConfigsResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListNotificationConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListNotificationConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNotificationConfigsResponse.Builder
Overrides