public interface DeleteEventsRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProjectName()
public abstract String getProjectName()
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
, where {projectID}
is the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The projectName. |
getProjectNameBytes()
public abstract ByteString getProjectNameBytes()
Required. The resource name of the Google Cloud Platform project. Written
as projects/{projectID}
, where {projectID}
is the
Google Cloud Platform project
ID.
Example: projects/my-project-123
.
string project_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for projectName. |