Interface protos.google.cloud.privatecatalog.v1beta1.IGitSource (1.0.4)

Properties of a GitSource.

Package

@google-cloud/private-catalog!

Properties

branch

branch?: (string|null);

GitSource branch

Property Value
TypeDescription
(string|null)

commit

commit?: (string|null);

GitSource commit

Property Value
TypeDescription
(string|null)

dir

dir?: (string|null);

GitSource dir

Property Value
TypeDescription
(string|null)

repo

repo?: (string|null);

GitSource repo

Property Value
TypeDescription
(string|null)

tag

tag?: (string|null);

GitSource tag

Property Value
TypeDescription
(string|null)