public interface DataAccessLabelsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAllowScopedAccess()
public abstract boolean getAllowScopedAccess()Are the labels ready for scoped access
bool allow_scoped_access = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
The allowScopedAccess. |
getCustomLabels(int index)
public abstract String getCustomLabels(int index)All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The customLabels at the given index. |
getCustomLabelsBytes(int index)
public abstract ByteString getCustomLabelsBytes(int index)All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the customLabels at the given index. |
getCustomLabelsCount()
public abstract int getCustomLabelsCount()All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The count of customLabels. |
getCustomLabelsList()
public abstract List<String> getCustomLabelsList()All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the customLabels. |
getIngestionKvLabels(int index)
public abstract DataAccessIngestionLabel getIngestionKvLabels(int index)All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabel |
|
getIngestionKvLabelsCount()
public abstract int getIngestionKvLabelsCount()All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIngestionKvLabelsList()
public abstract List<DataAccessIngestionLabel> getIngestionKvLabelsList()All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Returns | |
|---|---|
| Type | Description |
List<DataAccessIngestionLabel> |
|
getIngestionKvLabelsOrBuilder(int index)
public abstract DataAccessIngestionLabelOrBuilder getIngestionKvLabelsOrBuilder(int index)All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DataAccessIngestionLabelOrBuilder |
|
getIngestionKvLabelsOrBuilderList()
public abstract List<? extends DataAccessIngestionLabelOrBuilder> getIngestionKvLabelsOrBuilderList()All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.backstory.DataAccessIngestionLabelOrBuilder> |
|
getIngestionLabels(int index) (deprecated)
public abstract String getIngestionLabels(int index)Deprecated. google.backstory.DataAccessLabels.ingestion_labels is deprecated. See backstory/data_access.proto;l=40
All the ingestion labels.
repeated string ingestion_labels = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The ingestionLabels at the given index. |
getIngestionLabelsBytes(int index) (deprecated)
public abstract ByteString getIngestionLabelsBytes(int index)Deprecated. google.backstory.DataAccessLabels.ingestion_labels is deprecated. See backstory/data_access.proto;l=40
All the ingestion labels.
repeated string ingestion_labels = 2 [deprecated = true];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the ingestionLabels at the given index. |
getIngestionLabelsCount() (deprecated)
public abstract int getIngestionLabelsCount()Deprecated. google.backstory.DataAccessLabels.ingestion_labels is deprecated. See backstory/data_access.proto;l=40
All the ingestion labels.
repeated string ingestion_labels = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
int |
The count of ingestionLabels. |
getIngestionLabelsList() (deprecated)
public abstract List<String> getIngestionLabelsList()Deprecated. google.backstory.DataAccessLabels.ingestion_labels is deprecated. See backstory/data_access.proto;l=40
All the ingestion labels.
repeated string ingestion_labels = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the ingestionLabels. |
getLogTypes(int index)
public abstract String getLogTypes(int index)All the LogType labels.
repeated string log_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The logTypes at the given index. |
getLogTypesBytes(int index)
public abstract ByteString getLogTypesBytes(int index)All the LogType labels.
repeated string log_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the logTypes at the given index. |
getLogTypesCount()
public abstract int getLogTypesCount()All the LogType labels.
repeated string log_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of logTypes. |
getLogTypesList()
public abstract List<String> getLogTypesList()All the LogType labels.
repeated string log_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the logTypes. |
getNamespaces(int index)
public abstract String getNamespaces(int index)All the namespaces.
repeated string namespaces = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The namespaces at the given index. |
getNamespacesBytes(int index)
public abstract ByteString getNamespacesBytes(int index)All the namespaces.
repeated string namespaces = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the namespaces at the given index. |
getNamespacesCount()
public abstract int getNamespacesCount()All the namespaces.
repeated string namespaces = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of namespaces. |
getNamespacesList()
public abstract List<String> getNamespacesList()All the namespaces.
repeated string namespaces = 3;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the namespaces. |