public static final class Status.StatusAnnotation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder> implements Status.StatusAnnotationOrBuilder
udpa.annotations.StatusAnnotation| Modifier and Type | Method and Description |
|---|---|
Status.StatusAnnotation.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Status.StatusAnnotation |
build() |
Status.StatusAnnotation |
buildPartial() |
Status.StatusAnnotation.Builder |
clear() |
Status.StatusAnnotation.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Status.StatusAnnotation.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Status.StatusAnnotation.Builder |
clearPackageVersionStatus()
The entity belongs to a package with the given version status.
|
Status.StatusAnnotation.Builder |
clearWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
|
Status.StatusAnnotation.Builder |
clone() |
Status.StatusAnnotation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Status.PackageVersionStatus |
getPackageVersionStatus()
The entity belongs to a package with the given version status.
|
int |
getPackageVersionStatusValue()
The entity belongs to a package with the given version status.
|
boolean |
getWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Status.StatusAnnotation.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Status.StatusAnnotation.Builder |
mergeFrom(com.google.protobuf.Message other) |
Status.StatusAnnotation.Builder |
mergeFrom(Status.StatusAnnotation other) |
Status.StatusAnnotation.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Status.StatusAnnotation.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Status.StatusAnnotation.Builder |
setPackageVersionStatus(Status.PackageVersionStatus value)
The entity belongs to a package with the given version status.
|
Status.StatusAnnotation.Builder |
setPackageVersionStatusValue(int value)
The entity belongs to a package with the given version status.
|
Status.StatusAnnotation.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Status.StatusAnnotation.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Status.StatusAnnotation.Builder |
setWorkInProgress(boolean value)
The entity is work-in-progress and subject to breaking changes.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.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<Status.StatusAnnotation.Builder>public Status.StatusAnnotation getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Status.StatusAnnotation build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Status.StatusAnnotation buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Status.StatusAnnotation.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder mergeFrom(Status.StatusAnnotation other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public Status.StatusAnnotation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Status.StatusAnnotation.Builder>IOExceptionpublic boolean getWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
bool work_in_progress = 1;getWorkInProgress in interface Status.StatusAnnotationOrBuilderpublic Status.StatusAnnotation.Builder setWorkInProgress(boolean value)
The entity is work-in-progress and subject to breaking changes.
bool work_in_progress = 1;public Status.StatusAnnotation.Builder clearWorkInProgress()
The entity is work-in-progress and subject to breaking changes.
bool work_in_progress = 1;public int getPackageVersionStatusValue()
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;getPackageVersionStatusValue in interface Status.StatusAnnotationOrBuilderpublic Status.StatusAnnotation.Builder setPackageVersionStatusValue(int value)
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;public Status.PackageVersionStatus getPackageVersionStatus()
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;getPackageVersionStatus in interface Status.StatusAnnotationOrBuilderpublic Status.StatusAnnotation.Builder setPackageVersionStatus(Status.PackageVersionStatus value)
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;public Status.StatusAnnotation.Builder clearPackageVersionStatus()
The entity belongs to a package with the given version status.
.udpa.annotations.PackageVersionStatus package_version_status = 2;public final Status.StatusAnnotation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>public final Status.StatusAnnotation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Status.StatusAnnotation.Builder>Copyright © 2018–2021 The Envoy Project. All rights reserved.