Class ListRuntimesRequest.Builder (2.9.0)

publicstaticfinalclass ListRuntimesRequest.BuilderextendsGeneratedMessageV3.Builder<ListRuntimesRequest.Builder>implementsListRuntimesRequestOrBuilder

Request for the ListRuntimes method.

Protobuf type google.cloud.functions.v2.ListRuntimesRequest

Inherited Members

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicListRuntimesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

build()

publicListRuntimesRequestbuild()
Returns
Type Description

buildPartial()

publicListRuntimesRequestbuildPartial()
Returns
Type Description

clear()

publicListRuntimesRequest.Builderclear()
Returns
Type Description
Overrides

clearField(Descriptors.FieldDescriptor field)

publicListRuntimesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
Name Description
Returns
Type Description
Overrides

clearFilter()

publicListRuntimesRequest.BuilderclearFilter()

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

string filter = 2;

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

publicListRuntimesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
Name Description
Returns
Type Description
Overrides

clearParent()

publicListRuntimesRequest.BuilderclearParent()

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

clone()

publicListRuntimesRequest.Builderclone()
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicListRuntimesRequestgetDefaultInstanceForType()
Returns
Type Description

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
Type Description
Overrides

getFilter()

publicStringgetFilter()

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

string filter = 2;

Returns
Type Description
String

The filter.

getFilterBytes()

publicByteStringgetFilterBytes()

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

string filter = 2;

Returns
Type Description
ByteString

The bytes for filter.

getParent()

publicStringgetParent()

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

publicByteStringgetParentBytes()

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

mergeFrom(ListRuntimesRequest other)

publicListRuntimesRequest.BuildermergeFrom(ListRuntimesRequestother)
Parameter
Name Description
Returns
Type Description

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicListRuntimesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Overrides Exceptions
Type Description

mergeFrom(Message other)

publicListRuntimesRequest.BuildermergeFrom(Messageother)
Parameter
Name Description
other Message
Returns
Type Description
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalListRuntimesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

publicListRuntimesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
Name Description
value Object
Returns
Type Description
Overrides

setFilter(String value)

publicListRuntimesRequest.BuildersetFilter(Stringvalue)

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

string filter = 2;

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

publicListRuntimesRequest.BuildersetFilterBytes(ByteStringvalue)

The filter for Runtimes that match the filter expression, following the syntax outlined in https://google.aip.dev/160.

string filter = 2;

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setParent(String value)

publicListRuntimesRequest.BuildersetParent(Stringvalue)

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

publicListRuntimesRequest.BuildersetParentBytes(ByteStringvalue)

Required. The project and location from which the runtimes should be listed, specified in the format projects/*/locations/*

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListRuntimesRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicListRuntimesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
Name Description
index int
value Object
Returns
Type Description
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalListRuntimesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.