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
,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 type
grpc.gateway.protoc_gen_openapiv2.options.Contact
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
clear()
The email address of the contact person/organization.The identifying name of the contact person/organization.clearUrl()
The URL pointing to the contact information.static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getEmail()
The email address of the contact person/organization.com.google.protobuf.ByteString
The email address of the contact person/organization.getName()
The identifying name of the contact person/organization.com.google.protobuf.ByteString
The identifying name of the contact person/organization.getUrl()
The URL pointing to the contact information.com.google.protobuf.ByteString
The URL pointing to the contact information.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Openapiv2.Contact other) The email address of the contact person/organization.setEmailBytes
(com.google.protobuf.ByteString value) The email address of the contact person/organization.The identifying name of the contact person/organization.setNameBytes
(com.google.protobuf.ByteString value) The identifying name of the contact person/organization.The URL pointing to the contact information.setUrlBytes
(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
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Contact.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Contact.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in 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 IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Contact.Builder>
- Throws:
IOException
-
getName
The identifying name of the contact person/organization.
string name = 1;
- Specified by:
getName
in 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:
getNameBytes
in interfaceOpenapiv2.ContactOrBuilder
- Returns:
- The bytes for name.
-
setName
The identifying name of the contact person/organization.
string name = 1;
- Parameters:
value
- The name to set.- Returns:
- This builder for chaining.
-
clearName
The identifying name of the contact person/organization.
string name = 1;
- Returns:
- This builder for chaining.
-
setNameBytes
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
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;
- Specified by:
getUrl
in 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:
getUrlBytes
in interfaceOpenapiv2.ContactOrBuilder
- Returns:
- The bytes for url.
-
setUrl
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
The URL pointing to the contact information. MUST be in the format of a URL.
string url = 2;
- Returns:
- This builder for chaining.
-
setUrlBytes
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
The email address of the contact person/organization. MUST be in the format of an email address.
string email = 3;
- Specified by:
getEmail
in 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:
getEmailBytes
in interfaceOpenapiv2.ContactOrBuilder
- Returns:
- The bytes for email.
-
setEmail
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
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
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.
-