public interface AcquireLeaseRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLeaseType()
public abstract LeaseType getLeaseType()
The lease type.
.google.cloud.visionai.v1.LeaseType lease_type = 4;
Returns | |
---|---|
Type | Description |
LeaseType |
The leaseType. |
getLeaseTypeValue()
public abstract int getLeaseTypeValue()
The lease type.
.google.cloud.visionai.v1.LeaseType lease_type = 4;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for leaseType. |
getOwner()
public abstract String getOwner()
The owner name.
string owner = 2;
Returns | |
---|---|
Type | Description |
String |
The owner. |
getOwnerBytes()
public abstract ByteString getOwnerBytes()
The owner name.
string owner = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for owner. |
getSeries()
public abstract String getSeries()
The series name.
string series = 1;
Returns | |
---|---|
Type | Description |
String |
The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()
The series name.
string series = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for series. |
getTerm()
public abstract Duration getTerm()
The lease term.
.google.protobuf.Duration term = 3;
Returns | |
---|---|
Type | Description |
Duration |
The term. |
getTermOrBuilder()
public abstract DurationOrBuilder getTermOrBuilder()
The lease term.
.google.protobuf.Duration term = 3;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasTerm()
public abstract boolean hasTerm()
The lease term.
.google.protobuf.Duration term = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the term field is set. |