Package xyz.block.ftl.language.v1
Class GetSQLInterfacesResponse.Interface
-
- 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.language.v1.GetSQLInterfacesResponse.InterfaceOrBuilder
public final class GetSQLInterfacesResponse.Interface extends GeneratedMessageV3 implements GetSQLInterfacesResponse.InterfaceOrBuilder
Protobuf type
xyz.block.ftl.language.v1.GetSQLInterfacesResponse.Interface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classGetSQLInterfacesResponse.Interface.BuilderProtobuf type
xyz.block.ftl.language.v1.GetSQLInterfacesResponse.Interface
-
Field Summary
Fields Modifier and Type Field Description public final static intNAME_FIELD_NUMBERpublic final static intINTERFACE_FIELD_NUMBER
-
Method Summary
-
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()
-
getNameBytes
ByteString getNameBytes()
string name = 1;- Returns:
The bytes for name.
-
getInterface
String getInterface()
string interface = 2;- Returns:
The interface.
-
getInterfaceBytes
ByteString getInterfaceBytes()
string interface = 2;- Returns:
The bytes for interface.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(ByteBuffer data)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(ByteString data)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(Array<byte> data)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(InputStream input)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetSQLInterfacesResponse.Interface parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetSQLInterfacesResponse.Interface parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(CodedInputStream input)
-
parseFrom
static GetSQLInterfacesResponse.Interface parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetSQLInterfacesResponse.Interface.Builder newBuilderForType()
-
newBuilder
static GetSQLInterfacesResponse.Interface.Builder newBuilder()
-
newBuilder
static GetSQLInterfacesResponse.Interface.Builder newBuilder(GetSQLInterfacesResponse.Interface prototype)
-
toBuilder
GetSQLInterfacesResponse.Interface.Builder toBuilder()
-
getDefaultInstance
static GetSQLInterfacesResponse.Interface getDefaultInstance()
-
parser
static Parser<GetSQLInterfacesResponse.Interface> parser()
-
getParserForType
Parser<GetSQLInterfacesResponse.Interface> getParserForType()
-
getDefaultInstanceForType
GetSQLInterfacesResponse.Interface getDefaultInstanceForType()
-
-
-
-