public interface GetReferenceListRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The resource name of the reference list to retrieve.
Format:
projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getView()
public abstract ReferenceListView getView()
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
.google.cloud.chronicle.v1.ReferenceListView view = 2;
Returns | |
---|---|
Type | Description |
ReferenceListView |
The view. |
getViewValue()
public abstract int getViewValue()
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
.google.cloud.chronicle.v1.ReferenceListView view = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for view. |