public static final class Owner.Builder extends GeneratedMessage.Builder<Owner.Builder> implements OwnerOrBuilderOwner details.
Protobuf type google.cloud.apihub.v1.Owner
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Owner.BuilderImplements
OwnerOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Owner build()| Returns | |
|---|---|
| Type | Description |
Owner |
|
buildPartial()
public Owner buildPartial()| Returns | |
|---|---|
| Type | Description |
Owner |
|
clear()
public Owner.Builder clear()| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
|
clearDisplayName()
public Owner.Builder clearDisplayName()Optional. The name of the owner.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |
clearEmail()
public Owner.Builder clearEmail()Required. The email of the owner.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Owner getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Owner |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDisplayName()
public String getDisplayName()Optional. The name of the owner.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()Optional. The name of the owner.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getEmail()
public String getEmail()Required. The email of the owner.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The email. |
getEmailBytes()
public ByteString getEmailBytes()Required. The email of the owner.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for email. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Owner other)
public Owner.Builder mergeFrom(Owner other)| Parameter | |
|---|---|
| Name | Description |
other |
Owner |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Owner.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Owner.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
|
setDisplayName(String value)
public Owner.Builder setDisplayName(String value)Optional. The name of the owner.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe displayName to set. |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Owner.Builder setDisplayNameBytes(ByteString value)Optional. The name of the owner.
string display_name = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for displayName to set. |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |
setEmail(String value)
public Owner.Builder setEmail(String value)Required. The email of the owner.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe email to set. |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |
setEmailBytes(ByteString value)
public Owner.Builder setEmailBytes(ByteString value)Required. The email of the owner.
string email = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for email to set. |
| Returns | |
|---|---|
| Type | Description |
Owner.Builder |
This builder for chaining. |