public final class Lease extends GeneratedMessage implements LeaseOrBuilderThe lease message.
Protobuf type google.cloud.visionai.v1.Lease
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > LeaseImplements
LeaseOrBuilderStatic Fields
EXPIRE_TIME_FIELD_NUMBER
public static final int EXPIRE_TIME_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
ID_FIELD_NUMBER
public static final int ID_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LEASE_TYPE_FIELD_NUMBER
public static final int LEASE_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
OWNER_FIELD_NUMBER
public static final int OWNER_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
SERIES_FIELD_NUMBER
public static final int SERIES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static Lease getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
Lease |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static Lease.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
Lease.Builder |
|
newBuilder(Lease prototype)
public static Lease.Builder newBuilder(Lease prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
Lease |
| Returns | |
|---|---|
| Type | Description |
Lease.Builder |
|
parseDelimitedFrom(InputStream input)
public static Lease parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Lease parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static Lease parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Lease parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static Lease parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Lease parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static Lease parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Lease parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static Lease parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Lease parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static Lease parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Lease parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Lease |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<Lease> parser()| Returns | |
|---|---|
| Type | Description |
Parser<Lease> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public Lease getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Lease |
|
getExpireTime()
public Timestamp getExpireTime()The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public TimestampOrBuilder getExpireTimeOrBuilder()The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getId()
public String getId()The lease id.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The id. |
getIdBytes()
public ByteString getIdBytes()The lease id.
string id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for id. |
getLeaseType()
public LeaseType getLeaseType()The lease type.
.google.cloud.visionai.v1.LeaseType lease_type = 5;
| Returns | |
|---|---|
| Type | Description |
LeaseType |
The leaseType. |
getLeaseTypeValue()
public int getLeaseTypeValue()The lease type.
.google.cloud.visionai.v1.LeaseType lease_type = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for leaseType. |
getOwner()
public String getOwner()The owner name.
string owner = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The owner. |
getOwnerBytes()
public ByteString getOwnerBytes()The owner name.
string owner = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for owner. |
getParserForType()
public Parser<Lease> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<Lease> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getSeries()
public String getSeries()The series name.
string series = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The series. |
getSeriesBytes()
public ByteString getSeriesBytes()The series name.
string series = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for series. |
hasExpireTime()
public boolean hasExpireTime()The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the expireTime field is set. |
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public Lease.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
Lease.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected Lease.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
Lease.Builder |
|
toBuilder()
public Lease.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
Lease.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|