publicstaticfinalclass ListRuntimesRequest.BuilderextendsGeneratedMessageV3.Builder<ListRuntimesRequest.Builder>implementsListRuntimesRequestOrBuilder
Request for the ListRuntimes method.
Protobuf type google.cloud.functions.v2alpha.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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicListRuntimesRequestbuild()
buildPartial()
publicListRuntimesRequestbuildPartial()
clear()
publicListRuntimesRequest.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicListRuntimesRequest.BuilderclearField(Descriptors.FieldDescriptorfield)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
publicListRuntimesRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
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) = { ... }
clone()
publicListRuntimesRequest.Builderclone()
Overrides
getDefaultInstanceForType()
publicListRuntimesRequestgetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getFilter()
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()
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()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(ListRuntimesRequest other)
publicListRuntimesRequest.BuildermergeFrom(ListRuntimesRequestother)
publicListRuntimesRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicListRuntimesRequest.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicListRuntimesRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
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.
|
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListRuntimesRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListRuntimesRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides