Uses of Class
gql.GqlTypes.Duration
Packages that use GqlTypes.Duration
-
Uses of GqlTypes.Duration in gql
Methods in gql that return GqlTypes.DurationModifier and TypeMethodDescriptionGqlTypes.Duration.Builder.build()GqlTypes.Duration.Builder.buildPartial()static GqlTypes.DurationGqlTypes.Duration.getDefaultInstance()GqlTypes.Duration.Builder.getDefaultInstanceForType()GqlTypes.Duration.getDefaultInstanceForType()GqlTypes.Value.Builder.getDurationValue().gql.Duration duration_value = 16;GqlTypes.Value.getDurationValue().gql.Duration duration_value = 16;GqlTypes.ValueOrBuilder.getDurationValue().gql.Duration duration_value = 16;static GqlTypes.DurationGqlTypes.Duration.parseDelimitedFrom(InputStream input) static GqlTypes.DurationGqlTypes.Duration.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DurationGqlTypes.Duration.parseFrom(byte[] data) static GqlTypes.DurationGqlTypes.Duration.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DurationGqlTypes.Duration.parseFrom(com.google.protobuf.ByteString data) static GqlTypes.DurationGqlTypes.Duration.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DurationGqlTypes.Duration.parseFrom(com.google.protobuf.CodedInputStream input) static GqlTypes.DurationGqlTypes.Duration.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DurationGqlTypes.Duration.parseFrom(InputStream input) static GqlTypes.DurationGqlTypes.Duration.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static GqlTypes.DurationGqlTypes.Duration.parseFrom(ByteBuffer data) static GqlTypes.DurationGqlTypes.Duration.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in gql that return types with arguments of type GqlTypes.DurationModifier and TypeMethodDescriptioncom.google.protobuf.Parser<GqlTypes.Duration>GqlTypes.Duration.getParserForType()static com.google.protobuf.Parser<GqlTypes.Duration>GqlTypes.Duration.parser()Methods in gql with parameters of type GqlTypes.DurationModifier and TypeMethodDescriptionGqlTypes.Value.Builder.mergeDurationValue(GqlTypes.Duration value) .gql.Duration duration_value = 16;GqlTypes.Duration.Builder.mergeFrom(GqlTypes.Duration other) static GqlTypes.Duration.BuilderGqlTypes.Duration.newBuilder(GqlTypes.Duration prototype) GqlTypes.Value.Builder.setDurationValue(GqlTypes.Duration value) .gql.Duration duration_value = 16;