Google Cloud Data Catalog V1 Client - Class Mode (1.3.9)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class Mode.

The input or output mode of the argument.

Protobuf type google.cloud.datacatalog.v1.RoutineSpec.Argument.Mode

Methods

name

Parameter
Name Description
value mixed

value

Parameter
Name Description
name mixed

Constants

MODE_UNSPECIFIED

Value: 0

Unspecified mode.

Generated from protobuf enum MODE_UNSPECIFIED = 0;

IN

Value: 1

The argument is input-only.

Generated from protobuf enum IN = 1;

OUT

Value: 2

The argument is output-only.

Generated from protobuf enum OUT = 2;

INOUT

Value: 3

The argument is both an input and an output.

Generated from protobuf enum INOUT = 3;

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.