visibility property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? visibility
getter/setter pair

The job is only visible to the owner.

The visibility of the job. Defaults to Visibility.ACCOUNT_ONLY if not specified.

Deprecated. Possible string values are:

  • "VISIBILITY_UNSPECIFIED" : Default value.
  • "ACCOUNT_ONLY" : The resource is only visible to the GCP account who owns it.
  • "SHARED_WITH_GOOGLE" : The resource is visible to the owner and may be visible to other applications and processes at Google.
  • "SHARED_WITH_PUBLIC" : The resource is visible to the owner and may be visible to all other API clients.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? visibility;