public static final class MetadataOuterClass.Maintainer extends GeneratedMessageV3 implements MetadataOuterClass.MaintainerOrBuilder
Maintainer describes a Chart maintainer.Protobuf type
hapi.chart.Maintainer
Modifier and Type | Class and Description |
---|---|
static class |
MetadataOuterClass.Maintainer.Builder
Maintainer describes a Chart maintainer.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
EMAIL_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
URL_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public String getName()
Name is a user name or organization name
string name = 1;
getName
in interface MetadataOuterClass.MaintainerOrBuilder
public ByteString getNameBytes()
Name is a user name or organization name
string name = 1;
getNameBytes
in interface MetadataOuterClass.MaintainerOrBuilder
public String getEmail()
Email is an optional email address to contact the named maintainer
string email = 2;
getEmail
in interface MetadataOuterClass.MaintainerOrBuilder
public ByteString getEmailBytes()
Email is an optional email address to contact the named maintainer
string email = 2;
getEmailBytes
in interface MetadataOuterClass.MaintainerOrBuilder
public String getUrl()
Url is an optional URL to an address for the named maintainer
string url = 3;
getUrl
in interface MetadataOuterClass.MaintainerOrBuilder
public ByteString getUrlBytes()
Url is an optional URL to an address for the named maintainer
string url = 3;
getUrlBytes
in interface MetadataOuterClass.MaintainerOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static MetadataOuterClass.Maintainer parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MetadataOuterClass.Maintainer parseFrom(InputStream input) throws IOException
IOException
public static MetadataOuterClass.Maintainer parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MetadataOuterClass.Maintainer parseDelimitedFrom(InputStream input) throws IOException
IOException
public static MetadataOuterClass.Maintainer parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static MetadataOuterClass.Maintainer parseFrom(CodedInputStream input) throws IOException
IOException
public static MetadataOuterClass.Maintainer parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public MetadataOuterClass.Maintainer.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static MetadataOuterClass.Maintainer.Builder newBuilder()
public static MetadataOuterClass.Maintainer.Builder newBuilder(MetadataOuterClass.Maintainer prototype)
public MetadataOuterClass.Maintainer.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected MetadataOuterClass.Maintainer.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static MetadataOuterClass.Maintainer getDefaultInstance()
public static Parser<MetadataOuterClass.Maintainer> parser()
public Parser<MetadataOuterClass.Maintainer> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public MetadataOuterClass.Maintainer getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2017–2018, microBean. All rights reserved.