Send feedback
Class Owner.Builder (2.11.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.11.2 keyboard_arrow_down
public static final class Owner . Builder extends GeneratedMessageV3 . Builder<Owner . Builder > implements OwnerOrBuilder
The owner of a specific resource.
Protobuf type google.storage.v2.Owner
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Owner . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
Returns
buildPartial()
public Owner buildPartial ()
Returns
clear()
public Owner . Builder clear ()
Returns
Overrides
clearEntity()
public Owner . Builder clearEntity ()
The entity, in the form user-
userId .
string entity = 1;
Returns
clearEntityId()
public Owner . Builder clearEntityId ()
The ID for the entity.
string entity_id = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public Owner . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Owner . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public Owner . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public Owner getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEntity()
public String getEntity ()
The entity, in the form user-
userId .
string entity = 1;
Returns
Type Description String The entity.
getEntityBytes()
public ByteString getEntityBytes ()
The entity, in the form user-
userId .
string entity = 1;
Returns
getEntityId()
public String getEntityId ()
The ID for the entity.
string entity_id = 2;
Returns
Type Description String The entityId.
getEntityIdBytes()
public ByteString getEntityIdBytes ()
The ID for the entity.
string entity_id = 2;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public Owner . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Owner . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(Owner other)
public Owner . Builder mergeFrom ( Owner other )
Parameter
Name Description other Owner
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Owner . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setEntity(String value)
public Owner . Builder setEntity ( String value )
The entity, in the form user-
userId .
string entity = 1;
Parameter
Name Description value String
The entity to set.
Returns
setEntityBytes(ByteString value)
public Owner . Builder setEntityBytes ( ByteString value )
The entity, in the form user-
userId .
string entity = 1;
Parameter
Name Description value ByteString
The bytes for entity to set.
Returns
setEntityId(String value)
public Owner . Builder setEntityId ( String value )
The ID for the entity.
string entity_id = 2;
Parameter
Name Description value String
The entityId to set.
Returns
setEntityIdBytes(ByteString value)
public Owner . Builder setEntityIdBytes ( ByteString value )
The ID for the entity.
string entity_id = 2;
Parameter
Name Description value ByteString
The bytes for entityId to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Owner . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Owner . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Owner . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]