Class Owner (2.22.6)

public final class Owner extends GeneratedMessageV3 implements OwnerOrBuilder

The owner of a specific resource.

Protobuf type google.storage.v2.Owner

Implements

OwnerOrBuilder

Static Fields

ENTITY_FIELD_NUMBER

public static final int ENTITY_FIELD_NUMBER
Field Value
Type Description
int

ENTITY_ID_FIELD_NUMBER

public static final int ENTITY_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Owner getDefaultInstance()
Returns
Type Description
Owner

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Owner.Builder newBuilder()
Returns
Type Description
Owner.Builder

newBuilder(Owner prototype)

public static Owner.Builder newBuilder(Owner prototype)
Parameter
Name Description
prototype Owner
Returns
Type Description
Owner.Builder

parseDelimitedFrom(InputStream input)

public static Owner parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Owner
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Owner parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Owner
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Owner parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Owner
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Owner parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Owner
Exceptions
Type Description