public interface LeaseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExpireTime()
public abstract Timestamp getExpireTime()
The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
Timestamp |
The expireTime. |
getExpireTimeOrBuilder()
public abstract TimestampOrBuilder getExpireTimeOrBuilder()
The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getId()
public abstract String getId()
The lease id.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
The lease id.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getLeaseType()
public abstract LeaseType getLeaseType()
The lease type.
.google.cloud.visionai.v1.LeaseType lease_type = 5;
Returns | |
---|---|
Type | Description |
LeaseType |
The leaseType. |
getLeaseTypeValue()
public abstract 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 abstract String getOwner()
The owner name.
string owner = 3;
Returns | |
---|---|
Type | Description |
String |
The owner. |
getOwnerBytes()
public abstract ByteString getOwnerBytes()
The owner name.
string owner = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for owner. |
getSeries()
public abstract String getSeries()
The series name.
string series = 2;
Returns | |
---|---|
Type | Description |
String |
The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()
The series name.
string series = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for series. |
hasExpireTime()
public abstract boolean hasExpireTime()
The lease expire time.
.google.protobuf.Timestamp expire_time = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the expireTime field is set. |