Interface GetFunctionRequestOrBuilder (2.62.0)

publicinterfaceGetFunctionRequestOrBuilderextendsMessageOrBuilder

Methods

getName()

publicabstractStringgetName()

Required. The name of the function which details should be obtained.

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

Returns
TypeDescription
String

The name.

getNameBytes()

publicabstractByteStringgetNameBytes()

Required. The name of the function which details should be obtained.

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

Returns
TypeDescription
ByteString

The bytes for name.

getRevision()

publicabstractStringgetRevision()

Optional. The optional version of the 1st gen function whose details should be obtained. The version of a 1st gen function is an integer that starts from 1 and gets incremented on redeployments. GCF may keep historical configs for old versions of 1st gen function. This field can be specified to fetch the historical configs. This field is valid only for GCF 1st gen function.

string revision = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The revision.

getRevisionBytes()

publicabstractByteStringgetRevisionBytes()

Optional. The optional version of the 1st gen function whose details should be obtained. The version of a 1st gen function is an integer that starts from 1 and gets incremented on redeployments. GCF may keep historical configs for old versions of 1st gen function. This field can be specified to fetch the historical configs. This field is valid only for GCF 1st gen function.

string revision = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for revision.