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