public final class ListSourcesResponse extends GeneratedMessageV3 implements ListSourcesResponseOrBuilder
Response message for listing sources.
Protobuf type google.cloud.securitycenter.v1p1beta1.ListSourcesResponse
Static Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
SOURCES_FIELD_NUMBER
public static final int SOURCES_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ListSourcesResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ListSourcesResponse.Builder newBuilder()
Returns
newBuilder(ListSourcesResponse prototype)
public static ListSourcesResponse.Builder newBuilder(ListSourcesResponse prototype)
Parameter
Returns
public static ListSourcesResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSourcesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ListSourcesResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListSourcesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ListSourcesResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListSourcesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSourcesResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ListSourcesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ListSourcesResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ListSourcesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ListSourcesResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListSourcesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ListSourcesResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ListSourcesResponse getDefaultInstanceForType()
Returns
getNextPageToken()
public String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getParserForType()
public Parser<ListSourcesResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSources(int index)
public Source getSources(int index)
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.Source sources = 1;
Parameter
Returns
getSourcesCount()
public int getSourcesCount()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.Source sources = 1;
Returns
getSourcesList()
public List<Source> getSourcesList()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.Source sources = 1;
Returns
getSourcesOrBuilder(int index)
public SourceOrBuilder getSourcesOrBuilder(int index)
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.Source sources = 1;
Parameter
Returns
getSourcesOrBuilderList()
public List<? extends SourceOrBuilder> getSourcesOrBuilderList()
Sources belonging to the requested parent.
repeated .google.cloud.securitycenter.v1p1beta1.Source sources = 1;
Returns
Type | Description |
List<? extends com.google.cloud.securitycenter.v1p1beta1.SourceOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ListSourcesResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListSourcesResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ListSourcesResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions