Interface DeleteEnvironmentRequestOrBuilder (1.41.0)

public interface DeleteEnvironmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The environment to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.