public interface ScopeInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getReferenceListScope()
public abstract ReferenceListScope getReferenceListScope()
Required. The list of scope names of the reference list, if the list is empty the reference list is treated as unscoped.
.google.cloud.chronicle.v1.ReferenceListScope reference_list_scope = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReferenceListScope |
The referenceListScope. |
getReferenceListScopeOrBuilder()
public abstract ReferenceListScopeOrBuilder getReferenceListScopeOrBuilder()
Required. The list of scope names of the reference list, if the list is empty the reference list is treated as unscoped.
.google.cloud.chronicle.v1.ReferenceListScope reference_list_scope = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ReferenceListScopeOrBuilder |
hasReferenceListScope()
public abstract boolean hasReferenceListScope()
Required. The list of scope names of the reference list, if the list is empty the reference list is treated as unscoped.
.google.cloud.chronicle.v1.ReferenceListScope reference_list_scope = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the referenceListScope field is set. |