public static final class EventRequest.ObjectMeta.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder> implements EventRequest.ObjectMetaOrBuilder
appscode.kubernetes.v1beta1.EventRequest.ObjectMeta| Modifier and Type | Method and Description |
|---|---|
EventRequest.ObjectMeta.Builder |
addAllAncestors(java.lang.Iterable<? extends EventRequest.Ancestors> values)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
addAncestors(EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
addAncestors(EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
addAncestors(int index,
EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
addAncestors(int index,
EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.Ancestors.Builder |
addAncestorsBuilder()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.Ancestors.Builder |
addAncestorsBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
EventRequest.ObjectMeta |
build() |
EventRequest.ObjectMeta |
buildPartial() |
EventRequest.ObjectMeta.Builder |
clear() |
EventRequest.ObjectMeta.Builder |
clearAncestors()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
EventRequest.ObjectMeta.Builder |
clearInstanceExternalIp()
optional string instance_external_ip = 10; |
EventRequest.ObjectMeta.Builder |
clearInstanceId()
optional string instance_id = 6; |
EventRequest.ObjectMeta.Builder |
clearInstanceInternalIp()
optional string instance_internal_ip = 7; |
EventRequest.ObjectMeta.Builder |
clearKind()
optional string kind = 1; |
EventRequest.ObjectMeta.Builder |
clearLabels() |
EventRequest.ObjectMeta.Builder |
clearNamespace()
optional string namespace = 4; |
EventRequest.ObjectMeta.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
EventRequest.ObjectMeta.Builder |
clearPodIp()
optional string pod_ip = 5; |
EventRequest.ObjectMeta.Builder |
clone() |
boolean |
containsLabels(java.lang.String key)
map<string, string> labels = 8; |
EventRequest.Ancestors |
getAncestors(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.Ancestors.Builder |
getAncestorsBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
java.util.List<EventRequest.Ancestors.Builder> |
getAncestorsBuilderList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
int |
getAncestorsCount()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
java.util.List<EventRequest.Ancestors> |
getAncestorsList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.AncestorsOrBuilder |
getAncestorsOrBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
java.util.List<? extends EventRequest.AncestorsOrBuilder> |
getAncestorsOrBuilderList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getInstanceExternalIp()
optional string instance_external_ip = 10; |
com.google.protobuf.ByteString |
getInstanceExternalIpBytes()
optional string instance_external_ip = 10; |
java.lang.String |
getInstanceId()
optional string instance_id = 6; |
com.google.protobuf.ByteString |
getInstanceIdBytes()
optional string instance_id = 6; |
java.lang.String |
getInstanceInternalIp()
optional string instance_internal_ip = 7; |
com.google.protobuf.ByteString |
getInstanceInternalIpBytes()
optional string instance_internal_ip = 7; |
java.lang.String |
getKind()
optional string kind = 1; |
com.google.protobuf.ByteString |
getKindBytes()
optional string kind = 1; |
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
map<string, string> labels = 8; |
java.util.Map<java.lang.String,java.lang.String> |
getLabelsMap()
map<string, string> labels = 8; |
java.lang.String |
getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> labels = 8; |
java.lang.String |
getLabelsOrThrow(java.lang.String key)
map<string, string> labels = 8; |
java.util.Map<java.lang.String,java.lang.String> |
getMutableLabels()
Deprecated.
|
java.lang.String |
getNamespace()
optional string namespace = 4; |
com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 4; |
java.lang.String |
getPodIp()
optional string pod_ip = 5; |
com.google.protobuf.ByteString |
getPodIpBytes()
optional string pod_ip = 5; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
EventRequest.ObjectMeta.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
EventRequest.ObjectMeta.Builder |
mergeFrom(EventRequest.ObjectMeta other) |
EventRequest.ObjectMeta.Builder |
mergeFrom(com.google.protobuf.Message other) |
EventRequest.ObjectMeta.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
EventRequest.ObjectMeta.Builder |
putAllLabels(java.util.Map<java.lang.String,java.lang.String> values)
map<string, string> labels = 8; |
EventRequest.ObjectMeta.Builder |
putLabels(java.lang.String key,
java.lang.String value)
map<string, string> labels = 8; |
EventRequest.ObjectMeta.Builder |
removeAncestors(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
removeLabels(java.lang.String key)
map<string, string> labels = 8; |
EventRequest.ObjectMeta.Builder |
setAncestors(int index,
EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
setAncestors(int index,
EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9; |
EventRequest.ObjectMeta.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
EventRequest.ObjectMeta.Builder |
setInstanceExternalIp(java.lang.String value)
optional string instance_external_ip = 10; |
EventRequest.ObjectMeta.Builder |
setInstanceExternalIpBytes(com.google.protobuf.ByteString value)
optional string instance_external_ip = 10; |
EventRequest.ObjectMeta.Builder |
setInstanceId(java.lang.String value)
optional string instance_id = 6; |
EventRequest.ObjectMeta.Builder |
setInstanceIdBytes(com.google.protobuf.ByteString value)
optional string instance_id = 6; |
EventRequest.ObjectMeta.Builder |
setInstanceInternalIp(java.lang.String value)
optional string instance_internal_ip = 7; |
EventRequest.ObjectMeta.Builder |
setInstanceInternalIpBytes(com.google.protobuf.ByteString value)
optional string instance_internal_ip = 7; |
EventRequest.ObjectMeta.Builder |
setKind(java.lang.String value)
optional string kind = 1; |
EventRequest.ObjectMeta.Builder |
setKindBytes(com.google.protobuf.ByteString value)
optional string kind = 1; |
EventRequest.ObjectMeta.Builder |
setNamespace(java.lang.String value)
optional string namespace = 4; |
EventRequest.ObjectMeta.Builder |
setNamespaceBytes(com.google.protobuf.ByteString value)
optional string namespace = 4; |
EventRequest.ObjectMeta.Builder |
setPodIp(java.lang.String value)
optional string pod_ip = 5; |
EventRequest.ObjectMeta.Builder |
setPodIpBytes(com.google.protobuf.ByteString value)
optional string pod_ip = 5; |
EventRequest.ObjectMeta.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
EventRequest.ObjectMeta.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic EventRequest.ObjectMeta build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic EventRequest.ObjectMeta buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic EventRequest.ObjectMeta.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder mergeFrom(EventRequest.ObjectMeta other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public EventRequest.ObjectMeta.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<EventRequest.ObjectMeta.Builder>java.io.IOExceptionpublic java.lang.String getKind()
optional string kind = 1;getKind in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
optional string kind = 1;getKindBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setKind(java.lang.String value)
optional string kind = 1;public EventRequest.ObjectMeta.Builder clearKind()
optional string kind = 1;public EventRequest.ObjectMeta.Builder setKindBytes(com.google.protobuf.ByteString value)
optional string kind = 1;public java.util.List<EventRequest.Ancestors> getAncestorsList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;getAncestorsList in interface EventRequest.ObjectMetaOrBuilderpublic int getAncestorsCount()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;getAncestorsCount in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.Ancestors getAncestors(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;getAncestors in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setAncestors(int index, EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder setAncestors(int index, EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder addAncestors(EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder addAncestors(int index, EventRequest.Ancestors value)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder addAncestors(EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder addAncestors(int index, EventRequest.Ancestors.Builder builderForValue)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder addAllAncestors(java.lang.Iterable<? extends EventRequest.Ancestors> values)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder clearAncestors()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.ObjectMeta.Builder removeAncestors(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.Ancestors.Builder getAncestorsBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.AncestorsOrBuilder getAncestorsOrBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;getAncestorsOrBuilder in interface EventRequest.ObjectMetaOrBuilderpublic java.util.List<? extends EventRequest.AncestorsOrBuilder> getAncestorsOrBuilderList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;getAncestorsOrBuilderList in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.Ancestors.Builder addAncestorsBuilder()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public EventRequest.Ancestors.Builder addAncestorsBuilder(int index)
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public java.util.List<EventRequest.Ancestors.Builder> getAncestorsBuilderList()
repeated .appscode.kubernetes.v1beta1.EventRequest.Ancestors ancestors = 9;public java.lang.String getNamespace()
optional string namespace = 4;getNamespace in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 4;getNamespaceBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setNamespace(java.lang.String value)
optional string namespace = 4;public EventRequest.ObjectMeta.Builder clearNamespace()
optional string namespace = 4;public EventRequest.ObjectMeta.Builder setNamespaceBytes(com.google.protobuf.ByteString value)
optional string namespace = 4;public java.lang.String getPodIp()
optional string pod_ip = 5;getPodIp in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getPodIpBytes()
optional string pod_ip = 5;getPodIpBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setPodIp(java.lang.String value)
optional string pod_ip = 5;public EventRequest.ObjectMeta.Builder clearPodIp()
optional string pod_ip = 5;public EventRequest.ObjectMeta.Builder setPodIpBytes(com.google.protobuf.ByteString value)
optional string pod_ip = 5;public java.lang.String getInstanceId()
optional string instance_id = 6;getInstanceId in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getInstanceIdBytes()
optional string instance_id = 6;getInstanceIdBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setInstanceId(java.lang.String value)
optional string instance_id = 6;public EventRequest.ObjectMeta.Builder clearInstanceId()
optional string instance_id = 6;public EventRequest.ObjectMeta.Builder setInstanceIdBytes(com.google.protobuf.ByteString value)
optional string instance_id = 6;public java.lang.String getInstanceInternalIp()
optional string instance_internal_ip = 7;getInstanceInternalIp in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getInstanceInternalIpBytes()
optional string instance_internal_ip = 7;getInstanceInternalIpBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setInstanceInternalIp(java.lang.String value)
optional string instance_internal_ip = 7;public EventRequest.ObjectMeta.Builder clearInstanceInternalIp()
optional string instance_internal_ip = 7;public EventRequest.ObjectMeta.Builder setInstanceInternalIpBytes(com.google.protobuf.ByteString value)
optional string instance_internal_ip = 7;public java.lang.String getInstanceExternalIp()
optional string instance_external_ip = 10;getInstanceExternalIp in interface EventRequest.ObjectMetaOrBuilderpublic com.google.protobuf.ByteString getInstanceExternalIpBytes()
optional string instance_external_ip = 10;getInstanceExternalIpBytes in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder setInstanceExternalIp(java.lang.String value)
optional string instance_external_ip = 10;public EventRequest.ObjectMeta.Builder clearInstanceExternalIp()
optional string instance_external_ip = 10;public EventRequest.ObjectMeta.Builder setInstanceExternalIpBytes(com.google.protobuf.ByteString value)
optional string instance_external_ip = 10;public int getLabelsCount()
EventRequest.ObjectMetaOrBuildermap<string, string> labels = 8;getLabelsCount in interface EventRequest.ObjectMetaOrBuilderpublic boolean containsLabels(java.lang.String key)
map<string, string> labels = 8;containsLabels in interface EventRequest.ObjectMetaOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getLabels()
getLabelsMap() instead.getLabels in interface EventRequest.ObjectMetaOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getLabelsMap()
map<string, string> labels = 8;getLabelsMap in interface EventRequest.ObjectMetaOrBuilderpublic java.lang.String getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> labels = 8;getLabelsOrDefault in interface EventRequest.ObjectMetaOrBuilderpublic java.lang.String getLabelsOrThrow(java.lang.String key)
map<string, string> labels = 8;getLabelsOrThrow in interface EventRequest.ObjectMetaOrBuilderpublic EventRequest.ObjectMeta.Builder clearLabels()
public EventRequest.ObjectMeta.Builder removeLabels(java.lang.String key)
map<string, string> labels = 8;@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableLabels()
public EventRequest.ObjectMeta.Builder putLabels(java.lang.String key, java.lang.String value)
map<string, string> labels = 8;public EventRequest.ObjectMeta.Builder putAllLabels(java.util.Map<java.lang.String,java.lang.String> values)
map<string, string> labels = 8;public final EventRequest.ObjectMeta.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>public final EventRequest.ObjectMeta.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<EventRequest.ObjectMeta.Builder>