Class ListNotificationConfigsResponse.Builder (2.22.2)

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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.storage.v2.NotificationConfig>
Returns
TypeDescription
ListNotificationConfigsResponse.Builder

addNotificationConfigs(NotificationConfig value)

public ListNotificationConfigsResponse.Builder addNotificationConfigs(NotificationConfig value)

The list of items.

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

Parameter
NameDescription
valueNotificationConfig
Returns
TypeDescription
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
NameDescription
builderForValueNotificationConfig.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueNotificationConfig
Returns
TypeDescription
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
NameDescription
indexint
builderForValueNotificationConfig.Builder
Returns
TypeDescription
ListNotificationConfigsResponse.Builder

addNotificationConfigsBuilder()

public NotificationConfig.Builder addNotificationConfigsBuilder()

The list of items.

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

Returns
TypeDescription
NotificationConfig.Builder

addNotificationConfigsBuilder(int index)

public NotificationConfig.Builder addNotificationConfigsBuilder(int index)

The list of items.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfig.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListNotificationConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

build()

public ListNotificationConfigsResponse build()
Returns
TypeDescription
ListNotificationConfigsResponse

buildPartial()

public ListNotificationConfigsResponse buildPartial()
Returns
TypeDescription
ListNotificationConfigsResponse

clear()

public ListNotificationConfigsResponse.Builder clear()
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListNotificationConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListNotificationConfigsResponse.Builder

This builder for chaining.

clearNotificationConfigs()

public ListNotificationConfigsResponse.Builder clearNotificationConfigs()

The list of items.

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

Returns
TypeDescription
ListNotificationConfigsResponse.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public ListNotificationConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

clone()

public ListNotificationConfigsResponse.Builder clone()
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListNotificationConfigsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListNotificationConfigsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
NotificationConfig

getNotificationConfigsBuilder(int index)

public NotificationConfig.Builder getNotificationConfigsBuilder(int index)

The list of items.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfig.Builder

getNotificationConfigsBuilderList()

public List<NotificationConfig.Builder> getNotificationConfigsBuilderList()

The list of items.

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

Returns
TypeDescription
List<Builder>

getNotificationConfigsCount()

public int getNotificationConfigsCount()

The list of items.

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

Returns
TypeDescription
int

getNotificationConfigsList()

public List<NotificationConfig> getNotificationConfigsList()

The list of items.

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

Returns
TypeDescription
List<NotificationConfig>

getNotificationConfigsOrBuilder(int index)

public NotificationConfigOrBuilder getNotificationConfigsOrBuilder(int index)

The list of items.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
NotificationConfigOrBuilder

getNotificationConfigsOrBuilderList()

public List<? extends NotificationConfigOrBuilder> getNotificationConfigsOrBuilderList()

The list of items.

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

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListNotificationConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListNotificationConfigsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

mergeFrom(ListNotificationConfigsResponse other)

public ListNotificationConfigsResponse.Builder mergeFrom(ListNotificationConfigsResponse other)
Parameter
NameDescription
otherListNotificationConfigsResponse
Returns
TypeDescription
ListNotificationConfigsResponse.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListNotificationConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ListNotificationConfigsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListNotificationConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
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
NameDescription
indexint
valueNotificationConfig
Returns
TypeDescription
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
NameDescription
indexint
builderForValueNotificationConfig.Builder
Returns
TypeDescription
ListNotificationConfigsResponse.Builder

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

public ListNotificationConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListNotificationConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListNotificationConfigsResponse.Builder
Overrides