krb5ConfigGcsUri property

  1. @TagNumber(3)
String get krb5ConfigGcsUri

A Cloud Storage URI that specifies the path to a krb5.conf file. It is of the form gs://{bucket_name}/path/to/krb5.conf, although the file does not need to be named krb5.conf explicitly.

Implementation

@$pb.TagNumber(3)
$core.String get krb5ConfigGcsUri => $_getSZ(2);
  1. @TagNumber(3)
set krb5ConfigGcsUri (String v)

Implementation

@$pb.TagNumber(3)
set krb5ConfigGcsUri($core.String v) { $_setString(2, v); }