Uses of Class
gql.GqlTypes.Duration.Builder
Packages that use GqlTypes.Duration.Builder
-
Uses of GqlTypes.Duration.Builder in gql
Methods in gql that return GqlTypes.Duration.BuilderModifier and TypeMethodDescriptionGqlTypes.Duration.Builder.clear()GqlTypes.Duration.Builder.clearMonths()Year-to-month componentGqlTypes.Duration.Builder.clearNanoseconds()Day-to-second componentGqlTypes.Value.Builder.getDurationValueBuilder().gql.Duration duration_value = 16;GqlTypes.Duration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GqlTypes.Duration.Builder.mergeFrom(com.google.protobuf.Message other) GqlTypes.Duration.Builder.mergeFrom(GqlTypes.Duration other) static GqlTypes.Duration.BuilderGqlTypes.Duration.newBuilder()static GqlTypes.Duration.BuilderGqlTypes.Duration.newBuilder(GqlTypes.Duration prototype) GqlTypes.Duration.newBuilderForType()protected GqlTypes.Duration.BuilderGqlTypes.Duration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GqlTypes.Duration.Builder.setMonths(long value) Year-to-month componentGqlTypes.Duration.Builder.setNanoseconds(long value) Day-to-second componentGqlTypes.Duration.toBuilder()Methods in gql with parameters of type GqlTypes.Duration.BuilderModifier and TypeMethodDescriptionGqlTypes.Value.Builder.setDurationValue(GqlTypes.Duration.Builder builderForValue) .gql.Duration duration_value = 16;