public final class ListSinksResponse extends com.google.protobuf.GeneratedMessageV3 implements ListSinksResponseOrBuilder
Result returned from `ListSinks`.Protobuf type
google.logging.v2.ListSinksResponse
Modifier and Type | Class and Description |
---|---|
static class |
ListSinksResponse.Builder
Result returned from `ListSinks`.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
NEXT_PAGE_TOKEN_FIELD_NUMBER |
static int |
SINKS_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static ListSinksResponse |
getDefaultInstance() |
ListSinksResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getNextPageToken()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
com.google.protobuf.Parser<ListSinksResponse> |
getParserForType() |
int |
getSerializedSize() |
LogSink |
getSinks(int index)
A list of sinks.
|
int |
getSinksCount()
A list of sinks.
|
List<LogSink> |
getSinksList()
A list of sinks.
|
LogSinkOrBuilder |
getSinksOrBuilder(int index)
A list of sinks.
|
List<? extends LogSinkOrBuilder> |
getSinksOrBuilderList()
A list of sinks.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListSinksResponse.Builder |
newBuilder() |
static ListSinksResponse.Builder |
newBuilder(ListSinksResponse prototype) |
ListSinksResponse.Builder |
newBuilderForType() |
protected ListSinksResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ListSinksResponse |
parseDelimitedFrom(InputStream input) |
static ListSinksResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSinksResponse |
parseFrom(byte[] data) |
static ListSinksResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSinksResponse |
parseFrom(ByteBuffer data) |
static ListSinksResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSinksResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ListSinksResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSinksResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListSinksResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSinksResponse |
parseFrom(InputStream input) |
static ListSinksResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListSinksResponse> |
parser() |
ListSinksResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int SINKS_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public List<LogSink> getSinksList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
getSinksList
in interface ListSinksResponseOrBuilder
public List<? extends LogSinkOrBuilder> getSinksOrBuilderList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
getSinksOrBuilderList
in interface ListSinksResponseOrBuilder
public int getSinksCount()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
getSinksCount
in interface ListSinksResponseOrBuilder
public LogSink getSinks(int index)
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
getSinks
in interface ListSinksResponseOrBuilder
public LogSinkOrBuilder getSinksOrBuilder(int index)
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
getSinksOrBuilder
in interface ListSinksResponseOrBuilder
public String getNextPageToken()
If there might be more results than appear in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;
getNextPageToken
in interface ListSinksResponseOrBuilder
public com.google.protobuf.ByteString getNextPageTokenBytes()
If there might be more results than appear in this response, then `nextPageToken` is included. To get the next set of results, call the same method again using the value of `nextPageToken` as `pageToken`.
string next_page_token = 2;
getNextPageTokenBytes
in interface ListSinksResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ListSinksResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ListSinksResponse parseFrom(InputStream input) throws IOException
IOException
public static ListSinksResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ListSinksResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ListSinksResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ListSinksResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ListSinksResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ListSinksResponse.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ListSinksResponse.Builder newBuilder()
public static ListSinksResponse.Builder newBuilder(ListSinksResponse prototype)
public ListSinksResponse.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ListSinksResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ListSinksResponse getDefaultInstance()
public static com.google.protobuf.Parser<ListSinksResponse> parser()
public com.google.protobuf.Parser<ListSinksResponse> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ListSinksResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023 Google LLC. All rights reserved.