Interface VertexDatasetRegexOrBuilder (3.63.0)

public interface VertexDatasetRegexOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectIdRegex()

public abstract String getProjectIdRegex()

For organizations, if unset, will match all projects. Has no effect for configurations created within a project.

string project_id_regex = 1;

Returns
Type Description
String

The projectIdRegex.

getProjectIdRegexBytes()

public abstract ByteString getProjectIdRegexBytes()

For organizations, if unset, will match all projects. Has no effect for configurations created within a project.

string project_id_regex = 1;

Returns
Type Description
ByteString

The bytes for projectIdRegex.