getappfwprotofileResult Structure Definition

The getappfwprotofileResult structure defines the return type for getappfwprotofile API.

Syntax



Members

rc

If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings.

message

If the method succeeds, message is NULL else message contains Error/Warning message.

appfwprotofileList

List of appfwprotofiles


appfwprotofile Structure Definition

The appfwprotofile structure defines the actual return type values for getappfwprotofile API.

Syntax



Members

name

Name of the gRPC schema object.

response

gRPC import object response contents.

src

Indicates the source of the gRPC schema file as a URL of the form: ://[:][/] Where: is http or https. is the DNS name or IP address of the http or https server. is the port number of the server. If omitted, the default port for http or https will be used. is the path of the file on the server.

_nextgenapiresource


See Also