public interface RenewLeaseRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Lease id.
string id = 1;
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Lease id.
string id = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getOwner()
public abstract String getOwner()
Lease owner.
string owner = 3;
Returns | |
---|---|
Type | Description |
String |
The owner. |
getOwnerBytes()
public abstract ByteString getOwnerBytes()
Lease owner.
string owner = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for owner. |
getSeries()
public abstract String getSeries()
Series name.
string series = 2;
Returns | |
---|---|
Type | Description |
String |
The series. |
getSeriesBytes()
public abstract ByteString getSeriesBytes()
Series name.
string series = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for series. |
getTerm()
public abstract Duration getTerm()
Lease term.
.google.protobuf.Duration term = 4;
Returns | |
---|---|
Type | Description |
Duration |
The term. |
getTermOrBuilder()
public abstract DurationOrBuilder getTermOrBuilder()
Lease term.
.google.protobuf.Duration term = 4;
Returns | |
---|---|
Type | Description |
DurationOrBuilder |
hasTerm()
public abstract boolean hasTerm()
Lease term.
.google.protobuf.Duration term = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the term field is set. |