Class ListFunctionsResponse.Builder (2.5.4)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicstaticfinalclass ListFunctionsResponse.BuilderextendsGeneratedMessageV3.Builder<ListFunctionsResponse.Builder>implementsListFunctionsResponseOrBuilder Response for the ListFunctions method.
Protobuf type google.cloud.functions.v1.ListFunctionsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListFunctionsResponse.BuilderImplements
ListFunctionsResponseOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()Methods
addAllFunctions(Iterable<? extends CloudFunction> values)
publicListFunctionsResponse.BuilderaddAllFunctions(Iterable<?extendsCloudFunction>values)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addAllUnreachable(Iterable<String> values)
publicListFunctionsResponse.BuilderaddAllUnreachable(Iterable<String>values)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
This builder for chaining.
addFunctions(CloudFunction value)
publicListFunctionsResponse.BuilderaddFunctions(CloudFunctionvalue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addFunctions(CloudFunction.Builder builderForValue)
publicListFunctionsResponse.BuilderaddFunctions(CloudFunction.BuilderbuilderForValue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addFunctions(int index, CloudFunction value)
publicListFunctionsResponse.BuilderaddFunctions(intindex,CloudFunctionvalue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addFunctions(int index, CloudFunction.Builder builderForValue)
publicListFunctionsResponse.BuilderaddFunctions(intindex,CloudFunction.BuilderbuilderForValue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addFunctionsBuilder()
publicCloudFunction.BuilderaddFunctionsBuilder()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addFunctionsBuilder(int index)
publicCloudFunction.BuilderaddFunctionsBuilder(intindex)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListFunctionsResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)addUnreachable(String value)
publicListFunctionsResponse.BuilderaddUnreachable(Stringvalue)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
This builder for chaining.
addUnreachableBytes(ByteString value)
publicListFunctionsResponse.BuilderaddUnreachableBytes(ByteStringvalue)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
This builder for chaining.
build()
publicListFunctionsResponsebuild()buildPartial()
publicListFunctionsResponsebuildPartial()clear()
publicListFunctionsResponse.Builderclear()clearField(Descriptors.FieldDescriptor field)
publicListFunctionsResponse.BuilderclearField(Descriptors.FieldDescriptorfield)clearFunctions()
publicListFunctionsResponse.BuilderclearFunctions()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
clearNextPageToken()
publicListFunctionsResponse.BuilderclearNextPageToken()If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
string next_page_token = 2;
This builder for chaining.
clearOneof(Descriptors.OneofDescriptor oneof)
publicListFunctionsResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)clearUnreachable()
publicListFunctionsResponse.BuilderclearUnreachable()Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
This builder for chaining.
clone()
publicListFunctionsResponse.Builderclone()getDefaultInstanceForType()
publicListFunctionsResponsegetDefaultInstanceForType()getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()getFunctions(int index)
publicCloudFunctiongetFunctions(intindex)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsBuilder(int index)
publicCloudFunction.BuildergetFunctionsBuilder(intindex)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsBuilderList()
publicList<CloudFunction.Builder>getFunctionsBuilderList()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsCount()
publicintgetFunctionsCount()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsList()
publicList<CloudFunction>getFunctionsList()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsOrBuilder(int index)
publicCloudFunctionOrBuildergetFunctionsOrBuilder(intindex)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getFunctionsOrBuilderList()
publicList<?extendsCloudFunctionOrBuilder>getFunctionsOrBuilderList()The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
getNextPageToken()
publicStringgetNextPageToken()If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
string next_page_token = 2;
The nextPageToken.
getNextPageTokenBytes()
publicByteStringgetNextPageTokenBytes()If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
string next_page_token = 2;
The bytes for nextPageToken.
getUnreachable(int index)
publicStringgetUnreachable(intindex)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
The unreachable at the given index.
getUnreachableBytes(int index)
publicByteStringgetUnreachableBytes(intindex)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
The bytes of the unreachable at the given index.
getUnreachableCount()
publicintgetUnreachableCount()Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
The count of unreachable.
getUnreachableList()
publicProtocolStringListgetUnreachableList()Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
A list containing the unreachable.
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()isInitialized()
publicfinalbooleanisInitialized()mergeFrom(ListFunctionsResponse other)
publicListFunctionsResponse.BuildermergeFrom(ListFunctionsResponseother)mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicListFunctionsResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)mergeFrom(Message other)
publicListFunctionsResponse.BuildermergeFrom(Messageother)mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListFunctionsResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)removeFunctions(int index)
publicListFunctionsResponse.BuilderremoveFunctions(intindex)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
setField(Descriptors.FieldDescriptor field, Object value)
publicListFunctionsResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)setFunctions(int index, CloudFunction value)
publicListFunctionsResponse.BuildersetFunctions(intindex,CloudFunctionvalue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
setFunctions(int index, CloudFunction.Builder builderForValue)
publicListFunctionsResponse.BuildersetFunctions(intindex,CloudFunction.BuilderbuilderForValue)The functions that match the request.
repeated .google.cloud.functions.v1.CloudFunction functions = 1;
setNextPageToken(String value)
publicListFunctionsResponse.BuildersetNextPageToken(Stringvalue)If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
string next_page_token = 2;
This builder for chaining.
setNextPageTokenBytes(ByteString value)
publicListFunctionsResponse.BuildersetNextPageTokenBytes(ByteStringvalue)If not empty, indicates that there may be more functions that match the request; this value should be passed in a new google.cloud.functions.v1.ListFunctionsRequest to get more functions.
string next_page_token = 2;
This builder for chaining.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListFunctionsResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListFunctionsResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)setUnreachable(int index, String value)
publicListFunctionsResponse.BuildersetUnreachable(intindex,Stringvalue)Locations that could not be reached. The response does not include any functions from these locations.
repeated string unreachable = 3;
This builder for chaining.