Represents a KerberosConfig.
Package
@google-cloud/dataproc!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.dataproc.v1.IKerberosConfig);
Constructs a new KerberosConfig.
Name | Description |
properties |
IKerberosConfig
Properties to set |
Properties
crossRealmTrustAdminServer
public crossRealmTrustAdminServer: string;
KerberosConfig crossRealmTrustAdminServer.
Type | Description |
string |
crossRealmTrustKdc
public crossRealmTrustKdc: string;
KerberosConfig crossRealmTrustKdc.
Type | Description |
string |
crossRealmTrustRealm
public crossRealmTrustRealm: string;
KerberosConfig crossRealmTrustRealm.
Type | Description |
string |
crossRealmTrustSharedPasswordUri
public crossRealmTrustSharedPasswordUri: string;
KerberosConfig crossRealmTrustSharedPasswordUri.
Type | Description |
string |
enableKerberos
public enableKerberos: boolean;
KerberosConfig enableKerberos.
Type | Description |
boolean |
kdcDbKeyUri
public kdcDbKeyUri: string;
KerberosConfig kdcDbKeyUri.
Type | Description |
string |
keyPasswordUri
public keyPasswordUri: string;
KerberosConfig keyPasswordUri.
Type | Description |
string |
keystorePasswordUri
public keystorePasswordUri: string;
KerberosConfig keystorePasswordUri.
Type | Description |
string |
keystoreUri
public keystoreUri: string;
KerberosConfig keystoreUri.
Type | Description |
string |
kmsKeyUri
public kmsKeyUri: string;
KerberosConfig kmsKeyUri.
Type | Description |
string |
realm
public realm: string;
KerberosConfig realm.
Type | Description |
string |
rootPrincipalPasswordUri
public rootPrincipalPasswordUri: string;
KerberosConfig rootPrincipalPasswordUri.
Type | Description |
string |
tgtLifetimeHours
public tgtLifetimeHours: number;
KerberosConfig tgtLifetimeHours.
Type | Description |
number |
truststorePasswordUri
public truststorePasswordUri: string;
KerberosConfig truststorePasswordUri.
Type | Description |
string |
truststoreUri
public truststoreUri: string;
KerberosConfig truststoreUri.
Type | Description |
string |
Methods
create(properties)
public static create(properties?: google.cloud.dataproc.v1.IKerberosConfig): google.cloud.dataproc.v1.KerberosConfig;
Creates a new KerberosConfig instance using the specified properties.
Name | Description |
properties |
IKerberosConfig
Properties to set |
Type | Description |
google.cloud.dataproc.v1.KerberosConfig | KerberosConfig instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.dataproc.v1.KerberosConfig;
Decodes a KerberosConfig message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.dataproc.v1.KerberosConfig | KerberosConfig |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.dataproc.v1.KerberosConfig;
Decodes a KerberosConfig message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.dataproc.v1.KerberosConfig | KerberosConfig |
encode(message, writer)
public static encode(message: google.cloud.dataproc.v1.IKerberosConfig, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified KerberosConfig message. Does not implicitly messages.
Name | Description |
message |
IKerberosConfig
KerberosConfig message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.dataproc.v1.IKerberosConfig, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified KerberosConfig message, length delimited. Does not implicitly messages.
Name | Description |
message |
IKerberosConfig
KerberosConfig message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.dataproc.v1.KerberosConfig;
Creates a KerberosConfig message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.dataproc.v1.KerberosConfig | KerberosConfig |
toJSON()
public toJSON(): { [k: string]: any };
Converts this KerberosConfig to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.dataproc.v1.KerberosConfig, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a KerberosConfig message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.dataproc.v1.KerberosConfig
KerberosConfig |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies a KerberosConfig message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|