public static final class ListFunctionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder> implements ListFunctionsRequestOrBuilder
Request for the `ListFunctions` method.Protobuf type
google.cloud.functions.v2.ListFunctionsRequest| Modifier and Type | Method and Description |
|---|---|
ListFunctionsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListFunctionsRequest |
build() |
ListFunctionsRequest |
buildPartial() |
ListFunctionsRequest.Builder |
clear() |
ListFunctionsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListFunctionsRequest.Builder |
clearFilter()
The filter for Functions that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
|
ListFunctionsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListFunctionsRequest.Builder |
clearOrderBy()
The sorting order of the resources returned.
|
ListFunctionsRequest.Builder |
clearPageSize()
Maximum number of functions to return per call.
|
ListFunctionsRequest.Builder |
clearPageToken()
The value returned by the last
`ListFunctionsResponse`; indicates that
this is a continuation of a prior `ListFunctions` call, and that the
system should return the next page of data.
|
ListFunctionsRequest.Builder |
clearParent()
Required.
|
ListFunctionsRequest.Builder |
clone() |
ListFunctionsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilter()
The filter for Functions that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
|
com.google.protobuf.ByteString |
getFilterBytes()
The filter for Functions that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
|
String |
getOrderBy()
The sorting order of the resources returned.
|
com.google.protobuf.ByteString |
getOrderByBytes()
The sorting order of the resources returned.
|
int |
getPageSize()
Maximum number of functions to return per call.
|
String |
getPageToken()
The value returned by the last
`ListFunctionsResponse`; indicates that
this is a continuation of a prior `ListFunctions` call, and that the
system should return the next page of data.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
The value returned by the last
`ListFunctionsResponse`; indicates that
this is a continuation of a prior `ListFunctions` call, and that the
system should return the next page of data.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListFunctionsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListFunctionsRequest.Builder |
mergeFrom(ListFunctionsRequest other) |
ListFunctionsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListFunctionsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListFunctionsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListFunctionsRequest.Builder |
setFilter(String value)
The filter for Functions that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
|
ListFunctionsRequest.Builder |
setFilterBytes(com.google.protobuf.ByteString value)
The filter for Functions that match the filter expression,
following the syntax outlined in https://google.aip.dev/160.
|
ListFunctionsRequest.Builder |
setOrderBy(String value)
The sorting order of the resources returned.
|
ListFunctionsRequest.Builder |
setOrderByBytes(com.google.protobuf.ByteString value)
The sorting order of the resources returned.
|
ListFunctionsRequest.Builder |
setPageSize(int value)
Maximum number of functions to return per call.
|
ListFunctionsRequest.Builder |
setPageToken(String value)
The value returned by the last
`ListFunctionsResponse`; indicates that
this is a continuation of a prior `ListFunctions` call, and that the
system should return the next page of data.
|
ListFunctionsRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last
`ListFunctionsResponse`; indicates that
this is a continuation of a prior `ListFunctions` call, and that the
system should return the next page of data.
|
ListFunctionsRequest.Builder |
setParent(String value)
Required.
|
ListFunctionsRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Required.
|
ListFunctionsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListFunctionsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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<ListFunctionsRequest.Builder>public ListFunctionsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.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<ListFunctionsRequest.Builder>public ListFunctionsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListFunctionsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListFunctionsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListFunctionsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>public ListFunctionsRequest.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<ListFunctionsRequest.Builder>public ListFunctionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>public ListFunctionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>public ListFunctionsRequest.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<ListFunctionsRequest.Builder>public ListFunctionsRequest.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<ListFunctionsRequest.Builder>public ListFunctionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListFunctionsRequest.Builder>public ListFunctionsRequest.Builder mergeFrom(ListFunctionsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>public ListFunctionsRequest.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<ListFunctionsRequest.Builder>IOExceptionpublic String getParent()
Required. The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ListFunctionsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ListFunctionsRequestOrBuilderpublic ListFunctionsRequest.Builder setParent(String value)
Required. The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ListFunctionsRequest.Builder clearParent()
Required. The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListFunctionsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The project and location from which the function should be listed, specified in the format `projects/*/locations/*` If you want to list functions in all locations, use "-" in place of a location. When listing functions in all locations, if one or more location(s) are unreachable, the response will contain functions from all reachable locations along with the names of any unreachable locations.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public int getPageSize()
Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
int32 page_size = 2;getPageSize in interface ListFunctionsRequestOrBuilderpublic ListFunctionsRequest.Builder setPageSize(int value)
Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
int32 page_size = 2;value - The pageSize to set.public ListFunctionsRequest.Builder clearPageSize()
Maximum number of functions to return per call. The largest allowed page_size is 1,000, if the page_size is omitted or specified as greater than 1,000 then it will be replaced as 1,000. The size of the list response can be less than specified when used with filters.
int32 page_size = 2;public String getPageToken()
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
string page_token = 3;getPageToken in interface ListFunctionsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
string page_token = 3;getPageTokenBytes in interface ListFunctionsRequestOrBuilderpublic ListFunctionsRequest.Builder setPageToken(String value)
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
string page_token = 3;value - The pageToken to set.public ListFunctionsRequest.Builder clearPageToken()
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
string page_token = 3;public ListFunctionsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
The value returned by the last `ListFunctionsResponse`; indicates that this is a continuation of a prior `ListFunctions` call, and that the system should return the next page of data.
string page_token = 3;value - The bytes for pageToken to set.public String getFilter()
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
string filter = 4;getFilter in interface ListFunctionsRequestOrBuilderpublic com.google.protobuf.ByteString getFilterBytes()
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
string filter = 4;getFilterBytes in interface ListFunctionsRequestOrBuilderpublic ListFunctionsRequest.Builder setFilter(String value)
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
string filter = 4;value - The filter to set.public ListFunctionsRequest.Builder clearFilter()
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
string filter = 4;public ListFunctionsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
The filter for Functions that match the filter expression, following the syntax outlined in https://google.aip.dev/160.
string filter = 4;value - The bytes for filter to set.public String getOrderBy()
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
string order_by = 5;getOrderBy in interface ListFunctionsRequestOrBuilderpublic com.google.protobuf.ByteString getOrderByBytes()
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
string order_by = 5;getOrderByBytes in interface ListFunctionsRequestOrBuilderpublic ListFunctionsRequest.Builder setOrderBy(String value)
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
string order_by = 5;value - The orderBy to set.public ListFunctionsRequest.Builder clearOrderBy()
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
string order_by = 5;public ListFunctionsRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.
string order_by = 5;value - The bytes for orderBy to set.public final ListFunctionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>public final ListFunctionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListFunctionsRequest.Builder>Copyright © 2023 Google LLC. All rights reserved.