Send feedback
Class DataAccessLabelReference (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.1.0keyboard_arrow_down
public final class DataAccessLabelReference extends GeneratedMessageV3 implements DataAccessLabelReferenceOrBuilder
Reference object to a data access label.
Protobuf type google.cloud.chronicle.v1.DataAccessLabelReference
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ASSET_NAMESPACE_FIELD_NUMBER
public static final int ASSET_NAMESPACE_FIELD_NUMBER
Field Value
Type
Description
int
DATA_ACCESS_LABEL_FIELD_NUMBER
public static final int DATA_ACCESS_LABEL_FIELD_NUMBER
Field Value
Type
Description
int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
INGESTION_LABEL_FIELD_NUMBER
public static final int INGESTION_LABEL_FIELD_NUMBER
Field Value
Type
Description
int
LOG_TYPE_FIELD_NUMBER
public static final int LOG_TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static DataAccessLabelReference getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static DataAccessLabelReference . Builder newBuilder ()
newBuilder(DataAccessLabelReference prototype)
public static DataAccessLabelReference . Builder newBuilder ( DataAccessLabelReference prototype )
public static DataAccessLabelReference parseDelimitedFrom ( InputStream input )
public static DataAccessLabelReference parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static DataAccessLabelReference parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabelReference parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static DataAccessLabelReference parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabelReference parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static DataAccessLabelReference parseFrom ( CodedInputStream input )
public static DataAccessLabelReference parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static DataAccessLabelReference parseFrom ( InputStream input )
public static DataAccessLabelReference parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static DataAccessLabelReference parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DataAccessLabelReference parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<DataAccessLabelReference> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getAssetNamespace()
public String getAssetNamespace ()
The asset namespace configured in the forwarder
of the customer's events.
string asset_namespace = 3;
Returns
Type
Description
String
The assetNamespace.
getAssetNamespaceBytes()
public ByteString getAssetNamespaceBytes ()
The asset namespace configured in the forwarder
of the customer's events.
string asset_namespace = 3;
Returns
Type
Description
ByteString
The bytes for assetNamespace.
getDataAccessLabel()
public String getDataAccessLabel ()
The name of the data access label.
string data_access_label = 1;
Returns
Type
Description
String
The dataAccessLabel.
getDataAccessLabelBytes()
public ByteString getDataAccessLabelBytes ()
The name of the data access label.
string data_access_label = 1;
Returns
Type
Description
ByteString
The bytes for dataAccessLabel.
getDefaultInstanceForType()
public DataAccessLabelReference getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
Output only. The display name of the label.
Data access label and log types's name
will match the display name of the resource.
The asset namespace will match the namespace itself.
The ingestion key value pair will match the key of the tuple.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Output only. The display name of the label.
Data access label and log types's name
will match the display name of the resource.
The asset namespace will match the namespace itself.
The ingestion key value pair will match the key of the tuple.
string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for displayName.
getIngestionLabel()
public IngestionLabel getIngestionLabel ()
The ingestion label configured in the forwarder of the customer's events.
.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;
getIngestionLabelOrBuilder()
public IngestionLabelOrBuilder getIngestionLabelOrBuilder ()
The ingestion label configured in the forwarder of the customer's events.
.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;
getLabelCase()
public DataAccessLabelReference . LabelCase getLabelCase ()
getLogType()
public String getLogType ()
The name of the log type.
string log_type = 2;
Returns
Type
Description
String
The logType.
getLogTypeBytes()
public ByteString getLogTypeBytes ()
The name of the log type.
string log_type = 2;
Returns
Type
Description
ByteString
The bytes for logType.
getParserForType()
public Parser<DataAccessLabelReference> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasAssetNamespace()
public boolean hasAssetNamespace ()
The asset namespace configured in the forwarder
of the customer's events.
string asset_namespace = 3;
Returns
Type
Description
boolean
Whether the assetNamespace field is set.
hasDataAccessLabel()
public boolean hasDataAccessLabel ()
The name of the data access label.
string data_access_label = 1;
Returns
Type
Description
boolean
Whether the dataAccessLabel field is set.
hasIngestionLabel()
public boolean hasIngestionLabel ()
The ingestion label configured in the forwarder of the customer's events.
.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;
Returns
Type
Description
boolean
Whether the ingestionLabel field is set.
hasLogType()
public boolean hasLogType ()
The name of the log type.
string log_type = 2;
Returns
Type
Description
boolean
Whether the logType field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public DataAccessLabelReference . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DataAccessLabelReference . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public DataAccessLabelReference . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],[]]