public interface ServiceConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEligibilityCriteria()
public abstract ServiceConfig.EligibilityCriteria getEligibilityCriteria()
Output only. The eligibility criteria for the service.
.google.cloud.networkconnectivity.v1.ServiceConfig.EligibilityCriteria eligibility_criteria = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ServiceConfig.EligibilityCriteria |
The eligibilityCriteria. |
getEligibilityCriteriaValue()
public abstract int getEligibilityCriteriaValue()
Output only. The eligibility criteria for the service.
.google.cloud.networkconnectivity.v1.ServiceConfig.EligibilityCriteria eligibility_criteria = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for eligibilityCriteria. |
getSupportEndTime()
public abstract Timestamp getSupportEndTime()
Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
.google.protobuf.Timestamp support_end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Timestamp |
The supportEndTime. |
getSupportEndTimeOrBuilder()
public abstract TimestampOrBuilder getSupportEndTimeOrBuilder()
Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
.google.protobuf.Timestamp support_end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasSupportEndTime()
public abstract boolean hasSupportEndTime()
Output only. The end time for eligibility criteria support. If not specified, no planned end time is set.
.google.protobuf.Timestamp support_end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the supportEndTime field is set. |