Interface DeleteDataSourceDefinitionRequestOrBuilder (2.9.0)

public interface DeleteDataSourceDefinitionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The field will contain name of the resource requested, for example: projects/{project_id}/locations/{location_id}/dataSourceDefinitions/{data_source_id}

string name = 1;

Returns
TypeDescription
String

getNameBytes()

public abstract ByteString getNameBytes()

The field will contain name of the resource requested, for example: projects/{project_id}/locations/{location_id}/dataSourceDefinitions/{data_source_id}

string name = 1;

Returns
TypeDescription
ByteString