Uses of Class
gql.GqlTypes.TypeDescriptor.Builder
Packages that use GqlTypes.TypeDescriptor.Builder
-
Uses of GqlTypes.TypeDescriptor.Builder in gql
Methods in gql that return GqlTypes.TypeDescriptor.BuilderModifier and TypeMethodDescriptionGqlTypes.TypeDescriptor.Builder.addAllFields(Iterable<? extends GqlTypes.FieldDescriptor> values) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.addFields(int index, GqlTypes.FieldDescriptor value) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.addFields(int index, GqlTypes.FieldDescriptor.Builder builderForValue) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.addFields(GqlTypes.FieldDescriptor value) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.addFields(GqlTypes.FieldDescriptor.Builder builderForValue) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.clear()GqlTypes.TypeDescriptor.Builder.clearElementType()For LIST: element typeGqlTypes.TypeDescriptor.Builder.clearFields()For RECORD: field typesGqlTypes.TypeDescriptor.Builder.clearNullable()bool nullable = 2;GqlTypes.TypeDescriptor.Builder.clearType().gql.GqlType type = 1;GqlTypes.TypeDescriptor.Builder.getElementTypeBuilder()For LIST: element typeGqlServiceOuterClass.ColumnDescriptor.Builder.getTypeBuilder().gql.TypeDescriptor type = 2;GqlTypes.FieldDescriptor.Builder.getTypeBuilder().gql.TypeDescriptor type = 2;GqlTypes.TypeDescriptor.Builder.mergeElementType(GqlTypes.TypeDescriptor value) For LIST: element typeGqlTypes.TypeDescriptor.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlTypes.TypeDescriptor.Builder.mergeFrom(com.google.protobuf.Message other) GqlTypes.TypeDescriptor.Builder.mergeFrom(GqlTypes.TypeDescriptor other) GqlTypes.TypeDescriptor.newBuilder()GqlTypes.TypeDescriptor.newBuilder(GqlTypes.TypeDescriptor prototype) GqlTypes.TypeDescriptor.newBuilderForType()protected GqlTypes.TypeDescriptor.BuilderGqlTypes.TypeDescriptor.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GqlTypes.TypeDescriptor.Builder.removeFields(int index) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.setElementType(GqlTypes.TypeDescriptor value) For LIST: element typeGqlTypes.TypeDescriptor.Builder.setElementType(GqlTypes.TypeDescriptor.Builder builderForValue) For LIST: element typeGqlTypes.TypeDescriptor.Builder.setFields(int index, GqlTypes.FieldDescriptor value) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.setFields(int index, GqlTypes.FieldDescriptor.Builder builderForValue) For RECORD: field typesGqlTypes.TypeDescriptor.Builder.setNullable(boolean value) bool nullable = 2;GqlTypes.TypeDescriptor.Builder.setType(GqlTypes.GqlType value) .gql.GqlType type = 1;GqlTypes.TypeDescriptor.Builder.setTypeValue(int value) .gql.GqlType type = 1;GqlTypes.TypeDescriptor.toBuilder()Methods in gql with parameters of type GqlTypes.TypeDescriptor.BuilderModifier and TypeMethodDescriptionGqlTypes.TypeDescriptor.Builder.setElementType(GqlTypes.TypeDescriptor.Builder builderForValue) For LIST: element typeGqlServiceOuterClass.ColumnDescriptor.Builder.setType(GqlTypes.TypeDescriptor.Builder builderForValue) .gql.TypeDescriptor type = 2;GqlTypes.FieldDescriptor.Builder.setType(GqlTypes.TypeDescriptor.Builder builderForValue) .gql.TypeDescriptor type = 2;