- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.0.6
public static final class ContinuousValidationEvent.Builder extends GeneratedMessageV3.Builder<ContinuousValidationEvent.Builder> implements ContinuousValidationEventOrBuilder
Represents an auditing event from Continuous Validation.
Protobuf type google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ContinuousValidationEvent.BuilderImplements
ContinuousValidationEventOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ContinuousValidationEvent.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ContinuousValidationEvent.Builder |
build()
public ContinuousValidationEvent build()
Type | Description |
ContinuousValidationEvent |
buildPartial()
public ContinuousValidationEvent buildPartial()
Type | Description |
ContinuousValidationEvent |
clear()
public ContinuousValidationEvent.Builder clear()
Type | Description |
ContinuousValidationEvent.Builder |
clearEventType()
public ContinuousValidationEvent.Builder clearEventType()
Type | Description |
ContinuousValidationEvent.Builder |
clearField(Descriptors.FieldDescriptor field)
public ContinuousValidationEvent.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ContinuousValidationEvent.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ContinuousValidationEvent.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ContinuousValidationEvent.Builder |
clearPodEvent()
public ContinuousValidationEvent.Builder clearPodEvent()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Type | Description |
ContinuousValidationEvent.Builder |
clearUnsupportedPolicyEvent()
public ContinuousValidationEvent.Builder clearUnsupportedPolicyEvent()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Type | Description |
ContinuousValidationEvent.Builder |
clone()
public ContinuousValidationEvent.Builder clone()
Type | Description |
ContinuousValidationEvent.Builder |
getDefaultInstanceForType()
public ContinuousValidationEvent getDefaultInstanceForType()
Type | Description |
ContinuousValidationEvent |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEventTypeCase()
public ContinuousValidationEvent.EventTypeCase getEventTypeCase()
Type | Description |
ContinuousValidationEvent.EventTypeCase |
getPodEvent()
public ContinuousValidationEvent.ContinuousValidationPodEvent getPodEvent()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Type | Description |
ContinuousValidationEvent.ContinuousValidationPodEvent | The podEvent. |
getPodEventBuilder()
public ContinuousValidationEvent.ContinuousValidationPodEvent.Builder getPodEventBuilder()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Type | Description |
ContinuousValidationEvent.ContinuousValidationPodEvent.Builder |
getPodEventOrBuilder()
public ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder getPodEventOrBuilder()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Type | Description |
ContinuousValidationEvent.ContinuousValidationPodEventOrBuilder |
getUnsupportedPolicyEvent()
public ContinuousValidationEvent.UnsupportedPolicyEvent getUnsupportedPolicyEvent()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Type | Description |
ContinuousValidationEvent.UnsupportedPolicyEvent | The unsupportedPolicyEvent. |
getUnsupportedPolicyEventBuilder()
public ContinuousValidationEvent.UnsupportedPolicyEvent.Builder getUnsupportedPolicyEventBuilder()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Type | Description |
ContinuousValidationEvent.UnsupportedPolicyEvent.Builder |
getUnsupportedPolicyEventOrBuilder()
public ContinuousValidationEvent.UnsupportedPolicyEventOrBuilder getUnsupportedPolicyEventOrBuilder()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Type | Description |
ContinuousValidationEvent.UnsupportedPolicyEventOrBuilder |
hasPodEvent()
public boolean hasPodEvent()
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Type | Description |
boolean | Whether the podEvent field is set. |
hasUnsupportedPolicyEvent()
public boolean hasUnsupportedPolicyEvent()
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Type | Description |
boolean | Whether the unsupportedPolicyEvent field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ContinuousValidationEvent other)
public ContinuousValidationEvent.Builder mergeFrom(ContinuousValidationEvent other)
Name | Description |
other | ContinuousValidationEvent |
Type | Description |
ContinuousValidationEvent.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ContinuousValidationEvent.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ContinuousValidationEvent.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ContinuousValidationEvent.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ContinuousValidationEvent.Builder |
mergePodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent value)
public ContinuousValidationEvent.Builder mergePodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent value)
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Name | Description |
value | ContinuousValidationEvent.ContinuousValidationPodEvent |
Type | Description |
ContinuousValidationEvent.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ContinuousValidationEvent.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ContinuousValidationEvent.Builder |
mergeUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent value)
public ContinuousValidationEvent.Builder mergeUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent value)
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Name | Description |
value | ContinuousValidationEvent.UnsupportedPolicyEvent |
Type | Description |
ContinuousValidationEvent.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ContinuousValidationEvent.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ContinuousValidationEvent.Builder |
setPodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent value)
public ContinuousValidationEvent.Builder setPodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent value)
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Name | Description |
value | ContinuousValidationEvent.ContinuousValidationPodEvent |
Type | Description |
ContinuousValidationEvent.Builder |
setPodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent.Builder builderForValue)
public ContinuousValidationEvent.Builder setPodEvent(ContinuousValidationEvent.ContinuousValidationPodEvent.Builder builderForValue)
Pod event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
Name | Description |
builderForValue | ContinuousValidationEvent.ContinuousValidationPodEvent.Builder |
Type | Description |
ContinuousValidationEvent.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ContinuousValidationEvent.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ContinuousValidationEvent.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ContinuousValidationEvent.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ContinuousValidationEvent.Builder |
setUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent value)
public ContinuousValidationEvent.Builder setUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent value)
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Name | Description |
value | ContinuousValidationEvent.UnsupportedPolicyEvent |
Type | Description |
ContinuousValidationEvent.Builder |
setUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent.Builder builderForValue)
public ContinuousValidationEvent.Builder setUnsupportedPolicyEvent(ContinuousValidationEvent.UnsupportedPolicyEvent.Builder builderForValue)
Unsupported policy event.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.UnsupportedPolicyEvent unsupported_policy_event = 2;
Name | Description |
builderForValue | ContinuousValidationEvent.UnsupportedPolicyEvent.Builder |
Type | Description |
ContinuousValidationEvent.Builder |