public interface OrganizationImpactOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAsset()
public abstract Asset getAsset()
Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Asset |
The asset. |
getAssetOrBuilder()
public abstract AssetOrBuilder getAssetOrBuilder()
Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AssetOrBuilder |
getEvents(int index)
public abstract String getEvents(int index)
Output only. A list of event names impacting the asset.
repeated string events = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The events at the given index. |
getEventsBytes(int index)
public abstract ByteString getEventsBytes(int index)
Output only. A list of event names impacting the asset.
repeated string events = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the events at the given index. |
getEventsCount()
public abstract int getEventsCount()
Output only. A list of event names impacting the asset.
repeated string events = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
int |
The count of events. |
getEventsList()
public abstract List<String> getEventsList()
Output only. A list of event names impacting the asset.
repeated string events = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the events. |
getName()
public abstract String getName()
Output only. Identifier. Unique name of the organization impact in this
scope including organization and location using the form
organizations/{organization_id}/locations/{location}/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) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Output only. Identifier. Unique name of the organization impact in this
scope including organization and location using the form
organizations/{organization_id}/locations/{location}/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) = OUTPUT_ONLY, (.google.api.field_behavior) = IDENTIFIER];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getUpdateTime()
public abstract Timestamp getUpdateTime()
Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasAsset()
public abstract boolean hasAsset()
Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the asset field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()
Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the updateTime field is set. |