public interface MembershipStateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| int | The enum numeric value on the wire for code. |
getDescription() (deprecated)
public abstract String getDescription()Deprecated. google.cloud.gkehub.v1beta1.MembershipState.description is deprecated. See google/cloud/gkehub/v1beta1/membership.proto;l=522
This field is never set by the Hub Service.
string description = 2 [deprecated = true];
| Type | Description |
| String | The description. |
getDescriptionBytes() (deprecated)
public abstract ByteString getDescriptionBytes()Deprecated. google.cloud.gkehub.v1beta1.MembershipState.description is deprecated. See google/cloud/gkehub/v1beta1/membership.proto;l=522
This field is never set by the Hub Service.
string description = 2 [deprecated = true];
| Type | Description |
| ByteString | The bytes for description. |
getUpdateTime() (deprecated)
public abstract Timestamp getUpdateTime()Deprecated. google.cloud.gkehub.v1beta1.MembershipState.update_time is deprecated. See google/cloud/gkehub/v1beta1/membership.proto;l=525
This field is never set by the Hub Service.
.google.protobuf.Timestamp update_time = 3 [deprecated = true];
| Type | Description |
| 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];
| Type | Description |
| TimestampOrBuilder |
hasUpdateTime() (deprecated)
public abstract boolean hasUpdateTime()Deprecated. google.cloud.gkehub.v1beta1.MembershipState.update_time is deprecated. See google/cloud/gkehub/v1beta1/membership.proto;l=525
This field is never set by the Hub Service.
.google.protobuf.Timestamp update_time = 3 [deprecated = true];
| Type | Description |
| boolean | Whether the updateTime field is set. |