Represents a CreateServiceRequest.
Package
@google-cloud/dataproc-metastore!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.metastore.v1alpha.ICreateServiceRequest);Constructs a new CreateServiceRequest.
| Name | Description | 
| properties | 
          google.cloud.metastore.v1alpha.ICreateServiceRequest
          Properties to set  | 
      
Properties
parent
public parent: string;CreateServiceRequest parent.
| Type | Description | 
| string | 
requestId
public requestId: string;CreateServiceRequest requestId.
| Type | Description | 
| string | 
service
public service?: (google.cloud.metastore.v1alpha.IService|null);CreateServiceRequest service.
| Type | Description | 
| (google.cloud.metastore.v1alpha.IService|null) | 
serviceId
public serviceId: string;CreateServiceRequest serviceId.
| Type | Description | 
| string | 
Methods
create(properties)
public static create(properties?: google.cloud.metastore.v1alpha.ICreateServiceRequest): google.cloud.metastore.v1alpha.CreateServiceRequest;Creates a new CreateServiceRequest instance using the specified properties.
| Name | Description | 
| properties | 
          google.cloud.metastore.v1alpha.ICreateServiceRequest
          Properties to set  | 
      
| Type | Description | 
| google.cloud.metastore.v1alpha.CreateServiceRequest | CreateServiceRequest instance  | 
      
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.metastore.v1alpha.CreateServiceRequest;Decodes a CreateServiceRequest 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.v1alpha.CreateServiceRequest | CreateServiceRequest  | 
      
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.metastore.v1alpha.CreateServiceRequest;Decodes a CreateServiceRequest 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.v1alpha.CreateServiceRequest | CreateServiceRequest  | 
      
encode(message, writer)
public static encode(message: google.cloud.metastore.v1alpha.ICreateServiceRequest, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified CreateServiceRequest message. Does not implicitly messages.
| Name | Description | 
| message | 
          google.cloud.metastore.v1alpha.ICreateServiceRequest
          CreateServiceRequest 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.v1alpha.ICreateServiceRequest, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified CreateServiceRequest message, length delimited. Does not implicitly messages.
| Name | Description | 
| message | 
          google.cloud.metastore.v1alpha.ICreateServiceRequest
          CreateServiceRequest 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.v1alpha.CreateServiceRequest;Creates a CreateServiceRequest 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.v1alpha.CreateServiceRequest | CreateServiceRequest  | 
      
toJSON()
public toJSON(): { [k: string]: any };Converts this CreateServiceRequest to JSON.
| Type | Description | 
| { [k: string]: any } | JSON object  | 
      
toObject(message, options)
public static toObject(message: google.cloud.metastore.v1alpha.CreateServiceRequest, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a CreateServiceRequest message. Also converts values to other types if specified.
| Name | Description | 
| message | 
          google.cloud.metastore.v1alpha.CreateServiceRequest
          CreateServiceRequest  | 
      
| 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 CreateServiceRequest message.
| Name | Description | 
| message | 
          { [k: string]: any }
          Plain object to verify  | 
      
| Type | Description | 
| (string|null) | 
  |