public static final class ListSourcesRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder> implements ListSourcesRequestOrBuilder
Request message for listing sources.Protobuf type
google.cloud.securitycenter.v1beta1.ListSourcesRequest| Modifier and Type | Method and Description |
|---|---|
ListSourcesRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListSourcesRequest |
build() |
ListSourcesRequest |
buildPartial() |
ListSourcesRequest.Builder |
clear() |
ListSourcesRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListSourcesRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListSourcesRequest.Builder |
clearPageSize()
The maximum number of results to return in a single response.
|
ListSourcesRequest.Builder |
clearPageToken()
The value returned by the last `ListSourcesResponse`; indicates
that this is a continuation of a prior `ListSources` call, and
that the system should return the next page of data.
|
ListSourcesRequest.Builder |
clearParent()
Resource name of the parent of sources to list.
|
ListSourcesRequest.Builder |
clone() |
ListSourcesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getPageSize()
The maximum number of results to return in a single response.
|
String |
getPageToken()
The value returned by the last `ListSourcesResponse`; indicates
that this is a continuation of a prior `ListSources` call, and
that the system should return the next page of data.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value returned by the last `ListSourcesResponse`; indicates
that this is a continuation of a prior `ListSources` call, and
that the system should return the next page of data.
|
String |
getParent()
Resource name of the parent of sources to list.
|
com.google.protobuf.ByteString |
getParentBytes()
Resource name of the parent of sources to list.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListSourcesRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListSourcesRequest.Builder |
mergeFrom(ListSourcesRequest other) |
ListSourcesRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListSourcesRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListSourcesRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListSourcesRequest.Builder |
setPageSize(int value)
The maximum number of results to return in a single response.
|
ListSourcesRequest.Builder |
setPageToken(String value)
The value returned by the last `ListSourcesResponse`; indicates
that this is a continuation of a prior `ListSources` call, and
that the system should return the next page of data.
|
ListSourcesRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last `ListSourcesResponse`; indicates
that this is a continuation of a prior `ListSources` call, and
that the system should return the next page of data.
|
ListSourcesRequest.Builder |
setParent(String value)
Resource name of the parent of sources to list.
|
ListSourcesRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Resource name of the parent of sources to list.
|
ListSourcesRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListSourcesRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListSourcesRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListSourcesRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListSourcesRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder mergeFrom(ListSourcesRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public ListSourcesRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListSourcesRequest.Builder>IOExceptionpublic String getParent()
Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
string parent = 1;getParent in interface ListSourcesRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
string parent = 1;getParentBytes in interface ListSourcesRequestOrBuilderpublic ListSourcesRequest.Builder setParent(String value)
Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
string parent = 1;public ListSourcesRequest.Builder clearParent()
Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
string parent = 1;public ListSourcesRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Resource name of the parent of sources to list. Its format should be "organizations/[organization_id]".
string parent = 1;public String getPageToken()
The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.
string page_token = 2;getPageToken in interface ListSourcesRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.
string page_token = 2;getPageTokenBytes in interface ListSourcesRequestOrBuilderpublic ListSourcesRequest.Builder setPageToken(String value)
The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.
string page_token = 2;public ListSourcesRequest.Builder clearPageToken()
The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.
string page_token = 2;public ListSourcesRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last `ListSourcesResponse`; indicates that this is a continuation of a prior `ListSources` call, and that the system should return the next page of data.
string page_token = 2;public int getPageSize()
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 7;getPageSize in interface ListSourcesRequestOrBuilderpublic ListSourcesRequest.Builder setPageSize(int value)
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 7;public ListSourcesRequest.Builder clearPageSize()
The maximum number of results to return in a single response. Default is 10, minimum is 1, maximum is 1000.
int32 page_size = 7;public final ListSourcesRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>public final ListSourcesRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListSourcesRequest.Builder>Copyright © 2019 Google LLC. All rights reserved.