public final class DataAccessLabels extends GeneratedMessage implements DataAccessLabelsOrBuilder
Label used in data access.
Protobuf type google.backstory.DataAccessLabels
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
ALLOW_SCOPED_ACCESS_FIELD_NUMBER
public static final int ALLOW_SCOPED_ACCESS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
CUSTOM_LABELS_FIELD_NUMBER
public static final int CUSTOM_LABELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INGESTION_KV_LABELS_FIELD_NUMBER
public static final int INGESTION_KV_LABELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
INGESTION_LABELS_FIELD_NUMBER
public static final int INGESTION_LABELS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
LOG_TYPES_FIELD_NUMBER
public static final int LOG_TYPES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NAMESPACES_FIELD_NUMBER
public static final int NAMESPACES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DataAccessLabels getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DataAccessLabels.Builder newBuilder()
newBuilder(DataAccessLabels prototype)
public static DataAccessLabels.Builder newBuilder(DataAccessLabels prototype)
parseDelimitedFrom(InputStream input)
public static DataAccessLabels parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static DataAccessLabels parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static DataAccessLabels parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static DataAccessLabels parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static DataAccessLabels parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static DataAccessLabels parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabels parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<DataAccessLabels> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getAllowScopedAccess()
public boolean getAllowScopedAccess()
Are the labels ready for scoped access
bool allow_scoped_access = 6;
| Returns |
| Type |
Description |
boolean |
The allowScopedAccess.
|
getCustomLabels(int index)
public String getCustomLabels(int index)
All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The customLabels at the given index.
|
getCustomLabelsBytes(int index)
public ByteString getCustomLabelsBytes(int index)
All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the customLabels at the given index.
|
getCustomLabelsCount()
public 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 ProtocolStringList getCustomLabelsList()
All the complex labels (UDM search syntax based).
repeated string custom_labels = 4;
getDefaultInstanceForType()
public DataAccessLabels getDefaultInstanceForType()
getIngestionKvLabels(int index)
public DataAccessIngestionLabel getIngestionKvLabels(int index)
All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Parameter |
| Name |
Description |
index |
int
|
getIngestionKvLabelsCount()
public int getIngestionKvLabelsCount()
All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Returns |
| Type |
Description |
int |
|
getIngestionKvLabelsList()
public List<DataAccessIngestionLabel> getIngestionKvLabelsList()
All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
getIngestionKvLabelsOrBuilder(int index)
public DataAccessIngestionLabelOrBuilder getIngestionKvLabelsOrBuilder(int index)
All the ingestion labels (key/value pairs).
repeated .google.backstory.DataAccessIngestionLabel ingestion_kv_labels = 5;
| Parameter |
| Name |
Description |
index |
int
|
getIngestionKvLabelsOrBuilderList()
public 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 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 |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The ingestionLabels at the given index.
|
getIngestionLabelsBytes(int index) (deprecated)
public 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 |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the ingestionLabels at the given index.
|
getIngestionLabelsCount() (deprecated)
public 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 ProtocolStringList 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];
getLogTypes(int index)
public String getLogTypes(int index)
All the LogType labels.
repeated string log_types = 1;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The logTypes at the given index.
|
getLogTypesBytes(int index)
public ByteString getLogTypesBytes(int index)
All the LogType labels.
repeated string log_types = 1;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the logTypes at the given index.
|
getLogTypesCount()
public int getLogTypesCount()
All the LogType labels.
repeated string log_types = 1;
| Returns |
| Type |
Description |
int |
The count of logTypes.
|
getLogTypesList()
public ProtocolStringList getLogTypesList()
All the LogType labels.
repeated string log_types = 1;
getNamespaces(int index)
public String getNamespaces(int index)
All the namespaces.
repeated string namespaces = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the element to return.
|
| Returns |
| Type |
Description |
String |
The namespaces at the given index.
|
getNamespacesBytes(int index)
public ByteString getNamespacesBytes(int index)
All the namespaces.
repeated string namespaces = 3;
| Parameter |
| Name |
Description |
index |
int
The index of the value to return.
|
| Returns |
| Type |
Description |
ByteString |
The bytes of the namespaces at the given index.
|
getNamespacesCount()
public int getNamespacesCount()
All the namespaces.
repeated string namespaces = 3;
| Returns |
| Type |
Description |
int |
The count of namespaces.
|
getNamespacesList()
public ProtocolStringList getNamespacesList()
All the namespaces.
repeated string namespaces = 3;
getParserForType()
public Parser<DataAccessLabels> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DataAccessLabels.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataAccessLabels.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public DataAccessLabels.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides