Represents a Service.
Package
@google-cloud/dataproc-metastoreConstructors
(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.
createTime
public createTime?: (google.protobuf.ITimestamp|null);Service createTime.
endpointUri
public endpointUri: string;Service endpointUri.
hiveMetastoreConfig
public hiveMetastoreConfig?: (google.cloud.metastore.v1beta.IHiveMetastoreConfig|null);Service hiveMetastoreConfig.
labels
public labels: { [k: string]: string };Service labels.
maintenanceWindow
public maintenanceWindow?: (google.cloud.metastore.v1beta.IMaintenanceWindow|null);Service maintenanceWindow.
metadataIntegration
public metadataIntegration?: (google.cloud.metastore.v1beta.IMetadataIntegration|null);Service metadataIntegration.
metadataManagementActivity
public metadataManagementActivity?: (google.cloud.metastore.v1beta.IMetadataManagementActivity|null);Service metadataManagementActivity.
metastoreConfig
public metastoreConfig?: "hiveMetastoreConfig";Service metastoreConfig.
name
public name: string;Service name.
network
public network: string;Service network.
port
public port: number;Service port.
releaseChannel
public releaseChannel: (google.cloud.metastore.v1beta.Service.ReleaseChannel|keyof typeof google.cloud.metastore.v1beta.Service.ReleaseChannel);Service releaseChannel.
state
public state: (google.cloud.metastore.v1beta.Service.State|keyof typeof google.cloud.metastore.v1beta.Service.State);Service state.
stateMessage
public stateMessage: string;Service stateMessage.
tier
public tier: (google.cloud.metastore.v1beta.Service.Tier|keyof typeof google.cloud.metastore.v1beta.Service.Tier);Service tier.
uid
public uid: string;Service uid.
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);Service updateTime.
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) |
|