Interface MembershipStateOrBuilder (0.5.4)

public interface MembershipStateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract MembershipState.Code getCode()

Output only. The current state of the Membership resource.

.google.cloud.gkehub.v1beta1.MembershipState.Code code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
MembershipState.Code

The code.

getCodeValue()

public abstract int getCodeValue()

Output only. The current state of the Membership resource.

.google.cloud.gkehub.v1beta1.MembershipState.Code code = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getDescription()

public abstract String getDescription()

This field is never set by the Hub Service.

string description = 2 [deprecated = true];

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

This field is never set by the Hub Service.

string description = 2 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for description.

getUpdateTime()

public abstract Timestamp getUpdateTime()

This field is never set by the Hub Service.

.google.protobuf.Timestamp update_time = 3 [deprecated = true];

Returns
TypeDescription
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

This field is never set by the Hub Service.

.google.protobuf.Timestamp update_time = 3 [deprecated = true];

Returns
TypeDescription
TimestampOrBuilder

hasUpdateTime()

public abstract boolean hasUpdateTime()

This field is never set by the Hub Service.

.google.protobuf.Timestamp update_time = 3 [deprecated = true];

Returns
TypeDescription
boolean

Whether the updateTime field is set.