public interface GetOrganizationImpactRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. Name of the resource using the form
organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.
organization_id - ID (number) of the organization that contains the
event. To get your organization_id, see
Getting your organization resource
ID.<br>
organization_impact_id - ID of the OrganizationImpact
resource.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |