public final class DataAccessLabelReference extends GeneratedMessage implements DataAccessLabelReferenceOrBuilder
Reference object to a data access label.
Protobuf type google.cloud.chronicle.v1.DataAccessLabelReference
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
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DataAccessLabelReference.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected DataAccessLabelReference.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public DataAccessLabelReference.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides