Class Owner.Builder (0.36.0)

public static final class Owner.Builder extends GeneratedMessage.Builder<Owner.Builder> implements OwnerOrBuilder

Owner details.

Protobuf type google.cloud.apihub.v1.Owner

Implements

OwnerOrBuilder

Static 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
Overrides

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
Overrides

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Owner.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Owner.Builder
Overrides

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 String

The 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 ByteString

The 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 String

The 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 ByteString

The bytes for email to set.

Returns
Type Description
Owner.Builder

This builder for chaining.