Class StreamDeploymentLogsRequest
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.StreamDeploymentLogsRequestOrBuilder
public final class StreamDeploymentLogsRequest extends GeneratedMessageV3 implements StreamDeploymentLogsRequestOrBuilder
Protobuf type
xyz.block.ftl.v1.StreamDeploymentLogsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStreamDeploymentLogsRequest.BuilderProtobuf type
xyz.block.ftl.v1.StreamDeploymentLogsRequest
-
Field Summary
Fields Modifier and Type Field Description public final static intDEPLOYMENT_KEY_FIELD_NUMBERpublic final static intREQUEST_KEY_FIELD_NUMBERpublic final static intTIME_STAMP_FIELD_NUMBERpublic final static intLOG_LEVEL_FIELD_NUMBERpublic final static intATTRIBUTES_FIELD_NUMBERpublic final static intMESSAGE_FIELD_NUMBERpublic final static intERROR_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()StringgetDeploymentKey()string deployment_key = 1;ByteStringgetDeploymentKeyBytes()string deployment_key = 1;booleanhasRequestKey()optional string request_key = 2;StringgetRequestKey()optional string request_key = 2;ByteStringgetRequestKeyBytes()optional string request_key = 2;booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 3;TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 3;intgetLogLevel()int32 log_level = 4;intgetAttributesCount()map<string, string> attributes = 5;booleancontainsAttributes(String key)map<string, string> attributes = 5;Map<String, String>getAttributes()Use getAttributesMap instead. Map<String, String>getAttributesMap()map<string, string> attributes = 5;StringgetAttributesOrDefault(String key, String defaultValue)map<string, string> attributes = 5;StringgetAttributesOrThrow(String key)map<string, string> attributes = 5;StringgetMessage()string message = 6;ByteStringgetMessageBytes()string message = 6;booleanhasError()optional string error = 7;StringgetError()optional string error = 7;ByteStringgetErrorBytes()optional string error = 7;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static StreamDeploymentLogsRequestparseFrom(ByteBuffer data)static StreamDeploymentLogsRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static StreamDeploymentLogsRequestparseFrom(ByteString data)static StreamDeploymentLogsRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static StreamDeploymentLogsRequestparseFrom(Array<byte> data)static StreamDeploymentLogsRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static StreamDeploymentLogsRequestparseFrom(InputStream input)static StreamDeploymentLogsRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StreamDeploymentLogsRequestparseDelimitedFrom(InputStream input)static StreamDeploymentLogsRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static StreamDeploymentLogsRequestparseFrom(CodedInputStream input)static StreamDeploymentLogsRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)StreamDeploymentLogsRequest.BuildernewBuilderForType()static StreamDeploymentLogsRequest.BuildernewBuilder()static StreamDeploymentLogsRequest.BuildernewBuilder(StreamDeploymentLogsRequest prototype)StreamDeploymentLogsRequest.BuildertoBuilder()static StreamDeploymentLogsRequestgetDefaultInstance()static Parser<StreamDeploymentLogsRequest>parser()Parser<StreamDeploymentLogsRequest>getParserForType()StreamDeploymentLogsRequestgetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getDeploymentKey
String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasRequestKey
boolean hasRequestKey()
optional string request_key = 2;- Returns:
Whether the requestKey field is set.
-
getRequestKey
String getRequestKey()
optional string request_key = 2;- Returns:
The requestKey.
-
getRequestKeyBytes
ByteString getRequestKeyBytes()
optional string request_key = 2;- Returns:
The bytes for requestKey.
-
hasTimeStamp
boolean hasTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
Whether the timeStamp field is set.
-
getTimeStamp
Timestamp getTimeStamp()
.google.protobuf.Timestamp time_stamp = 3;- Returns:
The timeStamp.
-
getTimeStampOrBuilder
TimestampOrBuilder getTimeStampOrBuilder()
.google.protobuf.Timestamp time_stamp = 3;
-
getLogLevel
int getLogLevel()
int32 log_level = 4;- Returns:
The logLevel.
-
getAttributesCount
int getAttributesCount()
map<string, string> attributes = 5;
-
containsAttributes
boolean containsAttributes(String key)
map<string, string> attributes = 5;
-
getAttributes
@Deprecated() Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
Map<String, String> getAttributesMap()
map<string, string> attributes = 5;
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
-
getAttributesOrThrow
String getAttributesOrThrow(String key)
map<string, string> attributes = 5;
-
getMessage
String getMessage()
string message = 6;- Returns:
The message.
-
getMessageBytes
ByteString getMessageBytes()
string message = 6;- Returns:
The bytes for message.
-
hasError
boolean hasError()
optional string error = 7;- Returns:
Whether the error field is set.
-
getErrorBytes
ByteString getErrorBytes()
optional string error = 7;- Returns:
The bytes for error.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(ByteBuffer data)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(ByteString data)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(Array<byte> data)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(InputStream input)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static StreamDeploymentLogsRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static StreamDeploymentLogsRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(CodedInputStream input)
-
parseFrom
static StreamDeploymentLogsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
StreamDeploymentLogsRequest.Builder newBuilderForType()
-
newBuilder
static StreamDeploymentLogsRequest.Builder newBuilder()
-
newBuilder
static StreamDeploymentLogsRequest.Builder newBuilder(StreamDeploymentLogsRequest prototype)
-
toBuilder
StreamDeploymentLogsRequest.Builder toBuilder()
-
getDefaultInstance
static StreamDeploymentLogsRequest getDefaultInstance()
-
parser
static Parser<StreamDeploymentLogsRequest> parser()
-
getParserForType
Parser<StreamDeploymentLogsRequest> getParserForType()
-
getDefaultInstanceForType
StreamDeploymentLogsRequest getDefaultInstanceForType()
-
-
-
-