Represents a Service.
Package
@google-cloud/dataproc-metastore!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.metastore.v1beta.IService);
Constructs a new Service.
Name | Description |
properties |
IService
Properties to set |
Properties
artifactGcsUri
public artifactGcsUri: string;
Service artifactGcsUri.
Type | Description |
string |
createTime
public createTime?: (google.protobuf.ITimestamp|null);
Service createTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
endpointUri
public endpointUri: string;
Service endpointUri.
Type | Description |
string |
hiveMetastoreConfig
public hiveMetastoreConfig?: (google.cloud.metastore.v1beta.IHiveMetastoreConfig|null);
Service hiveMetastoreConfig.
Type | Description |
(google.cloud.metastore.v1beta.IHiveMetastoreConfig|null) |
labels
public labels: { [k: string]: string };
Service labels.
Type | Description |
{ [k: string]: string } |
maintenanceWindow
public maintenanceWindow?: (google.cloud.metastore.v1beta.IMaintenanceWindow|null);
Service maintenanceWindow.
Type | Description |
(google.cloud.metastore.v1beta.IMaintenanceWindow|null) |
metadataIntegration
public metadataIntegration?: (google.cloud.metastore.v1beta.IMetadataIntegration|null);
Service metadataIntegration.
Type | Description |
(google.cloud.metastore.v1beta.IMetadataIntegration|null) |
metadataManagementActivity
public metadataManagementActivity?: (google.cloud.metastore.v1beta.IMetadataManagementActivity|null);
Service metadataManagementActivity.
Type | Description |
(google.cloud.metastore.v1beta.IMetadataManagementActivity|null) |
metastoreConfig
public metastoreConfig?: "hiveMetastoreConfig";
Service metastoreConfig.
Type | Description |
"hiveMetastoreConfig" |
name
public name: string;
Service name.
Type | Description |
string |
network
public network: string;
Service network.
Type | Description |
string |
port
public port: number;
Service port.
Type | Description |
number |
releaseChannel
public releaseChannel: (google.cloud.metastore.v1beta.Service.ReleaseChannel|keyof typeof google.cloud.metastore.v1beta.Service.ReleaseChannel);
Service releaseChannel.
Type | Description |
(google.cloud.metastore.v1beta.Service.ReleaseChannel|keyof typeof google.cloud.metastore.v1beta.Service.ReleaseChannel) |
state
public state: (google.cloud.metastore.v1beta.Service.State|keyof typeof google.cloud.metastore.v1beta.Service.State);
Service state.
Type | Description |
(google.cloud.metastore.v1beta.Service.State|keyof typeof google.cloud.metastore.v1beta.Service.State) |
stateMessage
public stateMessage: string;
Service stateMessage.
Type | Description |
string |
tier
public tier: (google.cloud.metastore.v1beta.Service.Tier|keyof typeof google.cloud.metastore.v1beta.Service.Tier);
Service tier.
Type | Description |
(google.cloud.metastore.v1beta.Service.Tier|keyof typeof google.cloud.metastore.v1beta.Service.Tier) |
uid
public uid: string;
Service uid.
Type | Description |
string |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);
Service updateTime.
Type | Description |
(google.protobuf.ITimestamp|null) |
Methods
create(properties)
public static create(properties?: google.cloud.metastore.v1beta.IService): google.cloud.metastore.v1beta.Service;
Creates a new Service instance using the specified properties.
Name | Description |
properties |
IService
Properties to set |
Type | Description |
google.cloud.metastore.v1beta.Service | Service instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.metastore.v1beta.Service;
Decodes a Service 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.metastore.v1beta.Service | Service |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.metastore.v1beta.Service;
Decodes a Service 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.metastore.v1beta.Service | Service |
encode(message, writer)
public static encode(message: google.cloud.metastore.v1beta.IService, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Service message. Does not implicitly messages.
Name | Description |
message |
IService
Service 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.metastore.v1beta.IService, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified Service message, length delimited. Does not implicitly messages.
Name | Description |
message |
IService
Service 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.metastore.v1beta.Service;
Creates a Service 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.metastore.v1beta.Service | Service |
toJSON()
public toJSON(): { [k: string]: any };
Converts this Service to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.metastore.v1beta.Service, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from a Service message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.metastore.v1beta.Service
Service |
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 Service message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|