Class Openapiv2.Contact.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
- grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Contact.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Openapiv2.ContactOrBuilder,java.lang.Cloneable
- Enclosing class:
- Openapiv2.Contact
public static final class Openapiv2.Contact.Builder extends com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder> implements Openapiv2.ContactOrBuilder
`Contact` is a representation of OpenAPI v2 specification's Contact object. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#contactObject Example: option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { ... contact: { name: "gRPC-Gateway project"; url: "https://github.com/grpc-ecosystem/grpc-gateway"; email: "none@example.com"; }; ... }; ... };Protobuf typegrpc.gateway.protoc_gen_openapiv2.options.Contact
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Openapiv2.Contactbuild()Openapiv2.ContactbuildPartial()Openapiv2.Contact.Builderclear()Openapiv2.Contact.BuilderclearEmail()The email address of the contact person/organization.Openapiv2.Contact.BuilderclearName()The identifying name of the contact person/organization.Openapiv2.Contact.BuilderclearUrl()The URL pointing to the contact information.Openapiv2.ContactgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetEmail()The email address of the contact person/organization.com.google.protobuf.ByteStringgetEmailBytes()The email address of the contact person/organization.java.lang.StringgetName()The identifying name of the contact person/organization.com.google.protobuf.ByteStringgetNameBytes()The identifying name of the contact person/organization.java.lang.StringgetUrl()The URL pointing to the contact information.com.google.protobuf.ByteStringgetUrlBytes()The URL pointing to the contact information.protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()Openapiv2.Contact.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Openapiv2.Contact.BuildermergeFrom(com.google.protobuf.Message other)Openapiv2.Contact.BuildermergeFrom(Openapiv2.Contact other)Openapiv2.Contact.BuildersetEmail(java.lang.String value)The email address of the contact person/organization.Openapiv2.Contact.BuildersetEmailBytes(com.google.protobuf.ByteString value)The email address of the contact person/organization.Openapiv2.Contact.BuildersetName(java.lang.String value)The identifying name of the contact person/organization.Openapiv2.Contact.BuildersetNameBytes(com.google.protobuf.ByteString value)The identifying name of the contact person/organization.Openapiv2.Contact.BuildersetUrl(java.lang.String value)The URL pointing to the contact information.Openapiv2.Contact.BuildersetUrlBytes(com.google.protobuf.ByteString value)The URL pointing to the contact information.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
clear
public Openapiv2.Contact.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
getDefaultInstanceForType
public Openapiv2.Contact getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Openapiv2.Contact build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Openapiv2.Contact buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public Openapiv2.Contact.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Contact.Builder>
-
mergeFrom
public Openapiv2.Contact.Builder mergeFrom(Openapiv2.Contact other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
mergeFrom
public Openapiv2.Contact.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Contact.Builder>- Throws:
java.io.IOException
-
getName
public java.lang.String getName()
The identifying name of the contact person/organization.
string name = 1;- Specified by:
getNamein interfaceOpenapiv2.ContactOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
The identifying name of the contact person/organization.
string name = 1;- Specified by:
getNameBytesin interfaceOpenapiv2.ContactOrBuilder- Returns:
- The bytes for name.
-
setName
public Openapiv2.Contact.Builder setName(java.lang.String value)
The identifying name of the contact person/organization.
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public Openapiv2.Contact.Builder clearName()
The identifying name of the contact person/organization.
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public Openapiv2.Contact.Builder setNameBytes(com.google.protobuf.ByteString value)
The identifying name of the contact person/organization.
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getUrl
public java.lang.String getUrl()
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;- Specified by:
getUrlin interfaceOpenapiv2.ContactOrBuilder- Returns:
- The url.
-
getUrlBytes
public com.google.protobuf.ByteString getUrlBytes()
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;- Specified by:
getUrlBytesin interfaceOpenapiv2.ContactOrBuilder- Returns:
- The bytes for url.
-
setUrl
public Openapiv2.Contact.Builder setUrl(java.lang.String value)
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;- Parameters:
value- The url to set.- Returns:
- This builder for chaining.
-
clearUrl
public Openapiv2.Contact.Builder clearUrl()
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;- Returns:
- This builder for chaining.
-
setUrlBytes
public Openapiv2.Contact.Builder setUrlBytes(com.google.protobuf.ByteString value)
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;- Parameters:
value- The bytes for url to set.- Returns:
- This builder for chaining.
-
getEmail
public java.lang.String getEmail()
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;- Specified by:
getEmailin interfaceOpenapiv2.ContactOrBuilder- Returns:
- The email.
-
getEmailBytes
public com.google.protobuf.ByteString getEmailBytes()
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;- Specified by:
getEmailBytesin interfaceOpenapiv2.ContactOrBuilder- Returns:
- The bytes for email.
-
setEmail
public Openapiv2.Contact.Builder setEmail(java.lang.String value)
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;- Parameters:
value- The email to set.- Returns:
- This builder for chaining.
-
clearEmail
public Openapiv2.Contact.Builder clearEmail()
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;- Returns:
- This builder for chaining.
-
setEmailBytes
public Openapiv2.Contact.Builder setEmailBytes(com.google.protobuf.ByteString value)
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;- Parameters:
value- The bytes for email to set.- Returns:
- This builder for chaining.
-
-