public static final class OrganizationImpact.Builder extends GeneratedMessageV3.Builder<OrganizationImpact.Builder> implements OrganizationImpactOrBuilderRepresents impact to assets at organizational level. It is a read-only view and does not allow any modifications.
Protobuf type google.cloud.servicehealth.v1.OrganizationImpact
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OrganizationImpact.BuilderImplements
OrganizationImpactOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllEvents(Iterable<String> values)
public OrganizationImpact.Builder addAllEvents(Iterable<String> values)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 |
values |
Iterable<String>The events to add. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
addEvents(String value)
public OrganizationImpact.Builder addEvents(String value)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 |
value |
StringThe events to add. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
addEventsBytes(ByteString value)
public OrganizationImpact.Builder addEventsBytes(ByteString value)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 |
value |
ByteStringThe bytes of the events to add. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OrganizationImpact.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
build()
public OrganizationImpact build()| Returns | |
|---|---|
| Type | Description |
OrganizationImpact |
|
buildPartial()
public OrganizationImpact buildPartial()| Returns | |
|---|---|
| Type | Description |
OrganizationImpact |
|
clear()
public OrganizationImpact.Builder clear()| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
clearAsset()
public OrganizationImpact.Builder clearAsset()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 |
OrganizationImpact.Builder |
|
clearEvents()
public OrganizationImpact.Builder clearEvents()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 |
OrganizationImpact.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public OrganizationImpact.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
clearName()
public OrganizationImpact.Builder clearName() 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 |
OrganizationImpact.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public OrganizationImpact.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
clearUpdateTime()
public OrganizationImpact.Builder clearUpdateTime()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 |
OrganizationImpact.Builder |
|
clone()
public OrganizationImpact.Builder clone()| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
getAsset()
public 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. |
getAssetBuilder()
public Asset.Builder getAssetBuilder()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.Builder |
|
getAssetOrBuilder()
public 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 |
|
getDefaultInstanceForType()
public OrganizationImpact getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
OrganizationImpact |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEvents(int index)
public 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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The events at the given index. |
getEventsBytes(int index)
public 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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the events at the given index. |
getEventsCount()
public 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 ProtocolStringList 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 |
ProtocolStringList |
A list containing the events. |
getName()
public 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 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 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. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()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 |
Builder |
|
getUpdateTimeOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAsset(Asset value)
public OrganizationImpact.Builder mergeAsset(Asset value)Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Asset |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
mergeFrom(OrganizationImpact other)
public OrganizationImpact.Builder mergeFrom(OrganizationImpact other)| Parameter | |
|---|---|
| Name | Description |
other |
OrganizationImpact |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OrganizationImpact.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public OrganizationImpact.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OrganizationImpact.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
mergeUpdateTime(Timestamp value)
public OrganizationImpact.Builder mergeUpdateTime(Timestamp value)Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setAsset(Asset value)
public OrganizationImpact.Builder setAsset(Asset value)Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Asset |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setAsset(Asset.Builder builderForValue)
public OrganizationImpact.Builder setAsset(Asset.Builder builderForValue)Output only. Google Cloud asset possibly impacted by the specified events.
.google.cloud.servicehealth.v1.Asset asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Asset.Builder |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setEvents(int index, String value)
public OrganizationImpact.Builder setEvents(int index, String value)Output only. A list of event names impacting the asset.
repeated string events = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe events to set. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public OrganizationImpact.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setName(String value)
public OrganizationImpact.Builder setName(String value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public OrganizationImpact.Builder setNameBytes(ByteString value) 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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OrganizationImpact.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
public final OrganizationImpact.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setUpdateTime(Timestamp value)
public OrganizationImpact.Builder setUpdateTime(Timestamp value)Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|
setUpdateTime(Timestamp.Builder builderForValue)
public OrganizationImpact.Builder setUpdateTime(Timestamp.Builder builderForValue)Output only. The time when the affected project was last modified.
.google.protobuf.Timestamp update_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
OrganizationImpact.Builder |
|