public final class ListNotificationConfigsResponse extends GeneratedMessageV3 implements ListNotificationConfigsResponseOrBuilder
The result of a call to ListNotificationConfigs
Protobuf type google.storage.v2.ListNotificationConfigsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListNotificationConfigsResponseImplements
ListNotificationConfigsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
NOTIFICATION_CONFIGS_FIELD_NUMBER
public static final int NOTIFICATION_CONFIGS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListNotificationConfigsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListNotificationConfigsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse.Builder |
newBuilder(ListNotificationConfigsResponse prototype)
public static ListNotificationConfigsResponse.Builder newBuilder(ListNotificationConfigsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListNotificationConfigsResponse |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListNotificationConfigsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListNotificationConfigsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListNotificationConfigsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListNotificationConfigsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListNotificationConfigsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListNotificationConfigsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListNotificationConfigsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListNotificationConfigsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListNotificationConfigsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListNotificationConfigsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse |
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 |
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> |
getParserForType()
public Parser<ListNotificationConfigsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListNotificationConfigsResponse> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListNotificationConfigsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListNotificationConfigsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListNotificationConfigsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListNotificationConfigsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |