Class ListFunctionsResponse (2.62.0)

publicfinalclassListFunctionsResponseextendsGeneratedMessageV3implementsListFunctionsResponseOrBuilder

Response for the ListFunctions method.

Protobuf type google.cloud.functions.v2alpha.ListFunctionsResponse

Static Fields

FUNCTIONS_FIELD_NUMBER

publicstaticfinalintFUNCTIONS_FIELD_NUMBER
Field Value
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

publicstaticfinalintNEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

UNREACHABLE_FIELD_NUMBER

publicstaticfinalintUNREACHABLE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

publicstaticListFunctionsResponsegetDefaultInstance()
Returns
TypeDescription
ListFunctionsResponse

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

publicstaticListFunctionsResponse.BuildernewBuilder()
Returns
TypeDescription
ListFunctionsResponse.Builder

newBuilder(ListFunctionsResponse prototype)

publicstaticListFunctionsResponse.BuildernewBuilder(ListFunctionsResponseprototype)
Parameter
NameDescription
prototypeListFunctionsResponse
Returns
TypeDescription
ListFunctionsResponse.Builder

parseDelimitedFrom(InputStream input)

publicstaticListFunctionsResponseparseDelimitedFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

publicstaticListFunctionsResponseparseFrom(byte[]data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticListFunctionsResponseparseFrom(ByteStringdata)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticListFunctionsResponseparseFrom(CodedInputStreaminput)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

publicstaticListFunctionsResponseparseFrom(InputStreaminput)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

publicstaticListFunctionsResponseparseFrom(ByteBufferdata)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticListFunctionsResponseparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListFunctionsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

publicstaticParser<ListFunctionsResponse>parser()
Returns
TypeDescription
Parser<ListFunctionsResponse>

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

publicListFunctionsResponsegetDefaultInstanceForType()
Returns
TypeDescription
ListFunctionsResponse

getFunctions(int index)

publicFunctiongetFunctions(intindex)

The functions that match the request.

repeated .google.cloud.functions.v2alpha.Function functions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Function

getFunctionsCount()

publicintgetFunctionsCount()

The functions that match the request.

repeated .google.cloud.functions.v2alpha.Function functions = 1;

Returns
TypeDescription
int

getFunctionsList()

publicList<Function>getFunctionsList()

The functions that match the request.

repeated .google.cloud.functions.v2alpha.Function functions = 1;

Returns
TypeDescription
List<Function>

getFunctionsOrBuilder(int index)

publicFunctionOrBuildergetFunctionsOrBuilder(intindex)

The functions that match the request.

repeated .google.cloud.functions.v2alpha.Function functions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FunctionOrBuilder

getFunctionsOrBuilderList()

publicList<?extendsFunctionOrBuilder>getFunctionsOrBuilderList()

The functions that match the request.

repeated .google.cloud.functions.v2alpha.Function functions = 1;

Returns
TypeDescription
List<? extends com.google.cloud.functions.v2alpha.FunctionOrBuilder>

getNextPageToken()

publicStringgetNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

publicByteStringgetNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

publicParser<ListFunctionsResponse>getParserForType()
Returns
TypeDescription
Parser<ListFunctionsResponse>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
TypeDescription
int
Overrides

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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

hashCode()

publicinthashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

publicListFunctionsResponse.BuildernewBuilderForType()
Returns
TypeDescription
ListFunctionsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedListFunctionsResponse.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListFunctionsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

publicListFunctionsResponse.BuildertoBuilder()
Returns
TypeDescription
ListFunctionsResponse.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException